github prometheus/client_java v1.0.0-alpha-1
1.0.0-alpha-1 / 2023-07-17

latest releases: v1.3.1, v1.3.0, v1.2.1...
pre-release14 months ago

First pre-release of the upcoming Prometheus metrics library. The main feature is support for the new Prometheus native histograms. This release contains the following modules:

  • prometheus-metrics-core - core metric library.
  • prometheus-metrics-model - data model for read-only immutable Prometheus metrics snapshots.
  • prometheus-metrics-exposition-formats - text format, OpenMetrics format, Prometheus protobuf format.
  • prometheus-metrics-config - runtime configuration, e.g. for configuring new histogram buckets at runtime.
  • prometheus-metrics-exporter-servlet-jakarta - exporter servlet.

These modules are currently independent of the existing simpleclient modules. Before releasing 1.0.0 we will implement a bridge from simpleclient_* to prometheus-metrics-* for backwards compatibility.

The source code is on the 1.0.x branch.

There is a tomcat-servlet-example project for trying the new metrics library (see README).

Don't miss a new client_java release

NewReleases is sending notifications on new releases.