Re: Unable to override metric format for Prometheus Reporter

2019-01-16 Thread Chesnay Schepler
The prometheus reporter ignores scope formats. In fact all reporters that work with tags (i.e., key-value-pairs) ignore them, the idea being that you would search specific metrics based on their tags. I'm not aware of any intermediate workarounds. There is a JIRA for this issue: https://issues

Unable to override metric format for Prometheus Reporter

2019-01-15 Thread Kaustubh Rudrawar
Hi, I'm setting up Flink 1.7.0 on a Kubernetes cluster and am seeing some unexpected behavior when using the Prometheus Reporter. With the following setup in flink-conf.yaml: metrics.reporters: prometheus metrics.reporter.prometheus.class: org.apache.flink.metrics.prometheus.PrometheusRep