micrometer-samples-spring-boot icon indicating copy to clipboard operation
micrometer-samples-spring-boot copied to clipboard

Usage of MeterRegistryConfigurer in SimpleSample.java

Open mghildiy opened this issue 7 years ago • 2 comments

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

mghildiy avatar May 25 '18 02:05 mghildiy

The class was renamed to MeterRegistryCustomizer in later iterations. We just need to update the sample.

jkschneider avatar Jun 07 '18 14:06 jkschneider

This issue can be closed.

juliofalbo avatar Jun 16 '19 22:06 juliofalbo