Skip to content

1.3.0 / 2024-05-16

Compare
Choose a tag to compare
@fstab fstab released this 16 May 22:10
· 8 commits to main since this release

This is the 1.3.0 release of the Prometheus Java client library.

The headline feature is the new prometheus-metrics-exporter-pushgateway module. See https://prometheus.github.io/client_java/exporters/pushgateway/ for documentation.

  • [FEATURE] Port PushGateway to client_java 1.x
  • [ENHANCEMENT] Run HTTPServer as a Daemon Thread. Thanks @mberndt123.
  • [BUGFIX] Fix naming issue in the Dropwizard 5 exporter. Thanks @kingster
  • [BUGFIX] Allow metric names with single character
  • [ENHANCEMENT] Fix flaky tests. Thanks @dhoard for extensively load testing our build.
  • [ENHANCEMENT] Enforce unit suffix in metric name when unit is not null. Thanks @jonatan-ivanov
  • [ENHANCEMENT] Explicit DuplicateLabelsException when creating MetricSnapshot

Thanks to everyone who contributed.