Re: Flink Histogram not emitting sum while using Metrics Reporter

2022-08-18 Thread Chesnay Schepler
We currently do not compute sums for Histograms, and hence this isn't exported to Prometheus. You'd need to use custom histogram (that actually computes sums) and a custom prometheus reporter (that extracts said sum if present) to implement this yourself. On 18/08/2022 18:37, Sarang Vadali via

Flink Histogram not emitting sum while using Metrics Reporter

2022-08-18 Thread Sarang Vadali via user
Hi, I am currently registering a Flink Histogram and using the Prometheus Metrics Reporter to send this metric to our Time Series Data Storage. When Prometheus grabs this metric and converts it to the "summary" type, there is no sum found (only the streaming quantiles and count). This is causing