Skip to content

0.6.0

Choose a tag to compare

@Fox32 Fox32 released this 11 Feb 15:37
· 7 commits to main since this release
  • 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
    like CollectorRegistry.collectMetricFamilySamples(), is now async, too.
  • Polish documentation towards a 1.0.0 release.