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
While attempting to configure a Prometheus exporter I discovered that counter metrics were not behaving as expected, their values would fluctuate up and down and the metrics would disappear from the scrape endpoint when the system was not active. I believe this is because prometheus.NewExportPipeline() missed the change to a stateful batcher from #385 when merge conflicts were resolved in #395.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this right @Aneurysm9. You're right, the batcher should be stateful things must be messed with these merges :)
I've filled #428 to fix that. Once that is merged, could you check if this fixes the problem you're reporting? Otherwise we may need some more information to debug it.
While attempting to configure a Prometheus exporter I discovered that counter metrics were not behaving as expected, their values would fluctuate up and down and the metrics would disappear from the scrape endpoint when the system was not active. I believe this is because prometheus.NewExportPipeline() missed the change to a stateful batcher from #385 when merge conflicts were resolved in #395.
The text was updated successfully, but these errors were encountered: