You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.