Re: Configure Prometheus Exporter

Posted by Chaoran Yu on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Configure-Prometheus-Exporter-tp29222p29247.html

Got it. I’ll look into this option. Thanks!

On Aug 7, 2019, at 08:46, Chesnay Schepler <[hidden email]> wrote:

The only thing you can do at the moment, to limit which metrics are exposed, is to implement your own MetricsReporter. You could extend the prometheus one, and introduce any rules you want into notifyOfAddedMetric().