You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 01:54:39 UTC

[GitHub] [beam] kennknowles opened a new issue, #19500: Distribution and Gauge metrics are not being exported to Flink dashboard neither Prometheus IO

kennknowles opened a new issue, #19500:
URL: https://github.com/apache/beam/issues/19500

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org