Skip to content

1.1.0 / 2023-11-12

Compare
Choose a tag to compare
@fstab fstab released this 12 Nov 16:04
· 162 commits to main since this release

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.