Distribution and Gauge metrics are not being exported to Flink dashboard neither Prometheus IO
Open
bug
flink
P3
runners
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Distributions and gauge metrics are not visible at Flink dashboard neither Prometheus IO.
I was able to debug the runner code and see that these metrics are being update over *FlinkMetricContainer#updateDistributions()* and *FlinkMetricContainer#updateGauges()* (meaning they are treated as "attempted metrics") but these are not visible when looking them over the Flink Dashboard or Prometheus. In the other hand, *Counter* metrics work as expected.
Imported from Jira [BEAM-7438](https://issues.apache.org/jira/browse/BEAM-7438). Original Jira may contain additional context.
Reported by: rjbordon.
Contributor guide
Assessment
This issue has not been assessed yet.