1.2.0 / 2024-03-22
The 1.2.0 release has some nice features and enhancements. Thanks a lot to everyone who contributed.
- [FEATURE] new Dropwizard instrumentation module
prometheus-metrics-instrumentation-dropwizard5. Thanks @kingster - [FEATURE] new Javax exporter servlet module
prometheus-metrics-exporter-servlet-javax. Thanks @kingster - [FEATURE] expose native memory metrics when the JVM was started with
-XX:NativeMemoryTracking=summary. Thanks @meier-christoph - [FEATURE] minor API additions:
get()methods forCounterandGauge,clear()method for all metrics. - [FEATURE] add Exemplars to Histogram
_countif the config optionexemplarsOnAllMetricTypesis enabled. - [ENHANCEMENT] remove Exemplars from Summary
_sum, because it's sufficient to have Exemplars on_count. - [BUGFIX] error handling when the HTTP connection closes unexpectedly during scrape. Thanks @dhoard
- [ENHANCEMENT] add BOM (bill of materials) module
prometheus-metrics-bom.