Skip to content

Releases: prometheus/client_python

0.0.12 / 2015-10-09

09 Oct 13:17
Compare
Choose a tag to compare

Note that push_to_gateway/pushadd_to_gateway now requires an explicit registry argument, as the usual use case for batch jobs is to push a small custom registry.

[FEATURE] Add time() to gauges
[FEATURE] Provide MetricFamilies to make custom collectors easier
[FEATURE] Graphite bridge now allows adding a namespace prefix to exported sample names
[FEATURE] Text format parser
[IMPROVEMENT] Improved docstrings
[IMPROVEMENT] push_to_gateway/pushadd_to_gateway now requires explicit registry argument
[ENHANCEMENT] Allow value implementation to be pluggable
[ENHANCEMENT] Removed resource warning in tests
[BUGFIX] Pushgateway tests now work on Python 3.4+

0.0.11 / 2015-07-15

15 Jul 20:42
Compare
Choose a tag to compare

[FEATURE] Pushgateway support added
[ENHANCEMENT] Improved error handling in graphite bridge

0.0.10 / 2015-06-21

21 Jun 18:59
Compare
Choose a tag to compare

[FEATURE] Can push to graphite
[IMPROVEMENT] Handles non-primitive values better
[BUGFIX] Works on Windows again

0.0.9 / 2015-04-22

22 Apr 08:31
Compare
Choose a tag to compare

[FEATURE] Add the ability to specify labels as a dict of labelname->labelvalue
[FEATURE] Add support for callbacks for gauges.