fluent-plugin-prometheus icon indicating copy to clipboard operation
fluent-plugin-prometheus copied to clipboard

Prometheus Metrics Do Not Refresh

Open Reifier opened this issue 5 years ago • 3 comments

I have described the question here: https://stackoverflow.com/questions/56451603/prometheus-summaries-do-not-refresh-their-values

I am not sure if that is malfunctioning or I am just misunderstanding how the publishing of metrics works.

Reifier avatar Jun 04 '19 22:06 Reifier

To be clear, I expect the old value of the metric to either refresh, or if the metric was not supplied for a period of time to decay into NaN value as described here

Reifier avatar Jun 04 '19 23:06 Reifier

I think this is prometheus/client_ruby's issue. and, prometheus/client_ruby does not support this feature for now https://github.com/prometheus/client_ruby/issues/12

ganmacs avatar Jun 14 '19 08:06 ganmacs

Prometheus metrics shouldn't decay, that's a specific problem with summaries, which aren't used here.

For example, counters should be monotonically increasing.

There are some gauges, but I don't see any of them that are not updating. Can you give a specific example of something not working?

SuperQ avatar Oct 15 '19 07:10 SuperQ