nginx-lua-prometheus icon indicating copy to clipboard operation
nginx-lua-prometheus copied to clipboard

Add support for summary metric type

Open alSergey opened this issue 1 year ago • 2 comments

Hi, we are really missing support for the Summary metric type. I saw this issue, where it was mentioned that Histogram metrics are more useful than Summary and should be used instead. Unfortunately, our company has a metrics standard, and every service must write metrics according to this standard. We have some metrics that must specifically be of the Summary type. Writing Histogram metrics with the same name instead of Summary is not an option because our Grafana dashboards rely on the Summary metric labels.

alSergey avatar Sep 30 '24 13:09 alSergey