Highlights
Added
- Native histogram support, including native-only histograms and histograms with both classic and native buckets.
- An off-by-default
protobuf-protoxfeature to build protobuf support without requiring an externalprotocbinary.
Changed
prometheus_protobufnow generates and encodes Prometheusio.prometheus.clientprotobuf messages (frommetrics.proto) instead of the OpenMetrics protobuf data model (prometheus/OpenMetrics/issues/296). Theprotobufandopenmetrics_protobuffeatures retain the now-deprecated OpenMetrics protobuf support, which will be removed in a future release.- Updated
prost,prost-build, andprost-typestov0.14.
What's Changed
- protobuf: move from OpenMetrics to Prometheus proto by @howardjohn in #298
- Add @krisztianfekete to MAINTAINERS.md by @krisztianfekete in #302
- Add native histogram support by @howardjohn in #304
- chore: prepare v0.25.0 release by @krisztianfekete in #305
New Contributors
- @krisztianfekete made their first contribution in #302
Full Changelog: v0.24.1...v0.25.0