kuseman opened this issue a year ago · 1 comments
Is there any special reason these metrics are gauge's and not a counter's ?
gauge
counter
https://github.com/prometheus-community/elasticsearch_exporter/blob/master/README.md?plain=1#L143-L147
Isn't these values simple counts only?
No special reason. They should be converted to a counter long term. As far as I am aware, there is no difference to prometheus itself.