Releases: prometheus/client_java
0.0.18 / 2016-10-27
[FEATURE] /prometheus as a Spring Boot endpoint
[FEATURE] Annotation to activate /prometheus as a Spring Boot endpoint
0.0.17 / 2016-10-02
This release fixes an issue where push
and pushAdd
to the pushgateway were the wrong way around. When upgrading you should switch around your code.
[BUGFIX] Fix push and pushAdd to be the right way around
[BUGFIX] Changed visibility of Summary.Child.Value back to public
[BUGFIX] Make tests pass on non-English locales
[IMPROVEMENT] Better help strings for dropwizard metrics
0.0.16 / 2016-08-13
[FEATURE] Quantiles for Summary metric
[BUGFIX] Remove _sum from dropwizard collector, as the dropwizard Histogram does not provide any way to get this data
0.0.15 / 2016-07-15
[FEATURE] Added sprint-boot collector
[FEATURE] Added Jetty exposition
[FEATURE] Added Vert.x exposition
[FEATURE] Allow access to summary and histogram child fields.
[ENHANCEMENT] Variables marked final and private for performance and clarity
[ENHANCEMENT] Various small doc improvements
0.0.14 / 2016-03-11
[FEATURE] Add thread collector
[ENHANCEMENT] Handle dropwizard gauges that return booleans
[BUGFIX] Remove unneeded dependency on simpleclient_servlet by simpleclient_hotspot
0.0.13 / 2016-01-26
[FEATURE] Graphite bridge added
[BUGFIX] Fix visibility of dropwizard exports
0.0.12 / 2016-01-07
[FEATURE] Dropwizard exporter
[ENHANCEMENT] Various minor doc improvements
0.0.11 / 2015-10-19
Breaking change: The original client has been removed, it has been archived to https://github.com/prometheus-junkyard/client_java_original. Previous releases of it are still available from the central repository.
[FEATURE] Return values of Timers
[ENHANCEMENT] Adjust Collectors to have better type inference
[ENHANCEMENT] Update help strings for standard exports to match other languages
[CLEANUP] Adjust for stricter javadoc parsing in newer java versions
[CLEANUP] Remove original java client, now located at https://github.com/prometheus-junkyard/client_java_original