micrometer-samples-spring-boot
micrometer-samples-spring-boot copied to clipboard
Usage of MeterRegistryConfigurer in SimpleSample.java
Hi,
In SimpleSample.java, configurer method returns MeterRegistryConfigurer . But MeterRegistryConfigurer is not a public class, hence it doesn't compile.
What is workaround for it?
@jkschneider
With regards Manish
The class was renamed to MeterRegistryCustomizer in later iterations. We just need to update the sample.
This issue can be closed.