Minor release to help Spring Boot adopt client_java
1.x in the Micrometer Prometheus registry.
- [ENHANCEMENT] add a method for initializing
PrometheusProperties
with an external properties map. This can be used to load properties from Spring configuration. Thanks @jonatan-ivanov - [ENHANCEMENT] remove
import
statement forSpanContextSupplier
so that the code still runs if theprometheus-metrics-tracer-initializer
dependency is excluded from the classpath (Micrometer implements it's own SpanContextSupplier and doesn't need the dependency). - [BUGFIX] fix Javadoc links. Thanks @shakuzen.