Rename Micrometer Clock bean: clock -> micrometerClock

Closes gh-10436
This commit is contained in:
Andy Wilkinson
2017-09-28 07:46:01 +01:00
parent 0e2d34cdb4
commit f396740a2f

View File

@@ -45,7 +45,7 @@ public class SimpleExportConfiguration {
@Bean
@ConditionalOnMissingBean
public Clock clock() {
public Clock micrometerClock() {
return Clock.SYSTEM;
}