Rename Micrometer Clock bean: clock -> micrometerClock
Closes gh-10436
This commit is contained in:
parent
0e2d34cdb4
commit
f396740a2f
|
@ -45,7 +45,7 @@ public class SimpleExportConfiguration {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnMissingBean
|
@ConditionalOnMissingBean
|
||||||
public Clock clock() {
|
public Clock micrometerClock() {
|
||||||
return Clock.SYSTEM;
|
return Clock.SYSTEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue