micrometer-samples-spring-boot
micrometer-samples-spring-boot copied to clipboard
Samples of Spring Boot 2 applications using Micrometer
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
In StatsdTelegrafSample.java, > new SpringApplicationBuilder(AtlasSample.class).profiles("statsd-telegraf").run(args); Should it be StatsdTelegrafSample.class instead of AtlasSample.class? If yes, I can create a PR. Please let me know. Edit: StatsdDatadogSample.java may have similar issue. @jkschneider
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...