github prometheus/client_java v1.1.0
1.1.0 / 2023-11-12

latest releases: v1.2.1, v1.2.0
5 months ago

This release contains lots of smaller fixes and enhancements to the 1.0.0 release. Thanks a lot to everyone who contributed.

  • [ENHANCEMENT] Avoid duplicate call to the scrape() method in the default Collector implementation. This does not affect the core metrics, because the core metrics override getPrometheusName(), so they don't use the default implementation.
  • [BUGFIX] Fix unit for process_cpu_seconds_total #881. Thanks @yrn1.
  • [ENHANCEMENT] Add automatic module names #871. This removes a warning for users of Java 9 modules. Thanks @solomax.
  • [FEATURE] Add API to support the multi target exporter pattern #873. Thanks @ganzuoni.
  • [ENHANCEMENT] Add Exemplar support for the OpenTelemetry OTLP exporter #883. Thanks @0x006EA1E5.
  • [BUGIFX] Fix histogram bucket boundaries in the prometheus-metrics-simpleclient-bridge #887. Thanks @turchenkoalex.
  • [BUGFIX] Fix sliding window for Summary metrics #894. Thanks @yrn1.
  • [ENHANCEMENT] Add equals() and hashCode() to Unit #897. Thanks @dhoard.
  • [ENHANCEMENT] Bump dependency versions #899.

Don't miss a new client_java release

NewReleases is sending notifications on new releases.