Skip to content

1.2.1 / 2024-04-23

Compare
Choose a tag to compare
@fstab fstab released this 04 Apr 21:16
· 32 commits to main since this release

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 for SpanContextSupplier so that the code still runs if the prometheus-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.