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