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
1 changed files with 1 additions and 1 deletions

View File

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