Skip to content

Releases: prometheus/client_java

0.0.18 / 2016-10-27

27 Oct 09:07
Compare
Choose a tag to compare

[FEATURE] /prometheus as a Spring Boot endpoint
[FEATURE] Annotation to activate /prometheus as a Spring Boot endpoint

0.0.17 / 2016-10-02

02 Oct 09:28
Compare
Choose a tag to compare

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

13 Aug 12:13
Compare
Choose a tag to compare

[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

15 Jul 19:36
Compare
Choose a tag to compare

[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

11 Mar 11:54
Compare
Choose a tag to compare

[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

26 Jan 10:20
Compare
Choose a tag to compare

[FEATURE] Graphite bridge added
[BUGFIX] Fix visibility of dropwizard exports

0.0.12 / 2016-01-07

07 Jan 12:10
Compare
Choose a tag to compare

[FEATURE] Dropwizard exporter
[ENHANCEMENT] Various minor doc improvements

0.0.11 / 2015-10-19

19 Oct 13:08
Compare
Choose a tag to compare

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