Releases: tentaclelabs/prometheus_client
Releases · tentaclelabs/prometheus_client
1.0.0+1
1.0.0
0.6.0
- Introduce a
collectCallback
into every metric type, which allows to update the metric before the sample values are
collected. This is useful to perform more complex metric calculation only when the metrics are scraped. - Breaking Change: Make
Collector.collect()
method on metrics async. Related code
likeCollectorRegistry.collectMetricFamilySamples()
, is now async, too. - Polish documentation towards a
1.0.0
release.
0.5.1
0.5.0
0.4.1
0.4.0+4
- Moved to new org tentaclelabs