Hello,

you can configure the rate at which metrics are reported by setting "metrics.reporter.<name>.interval" as described in the reporter documentation <https://ci.apache.org/projects/flink/flink-docs-master/monitoring/metrics.html#reporter>.

At this time there is no way to disable specific metrics.
You can however extend the reporter that you are using and override "MetricReporter#notifyOfAddedMetric(Metric, String, MetricGroup)" to ignore metrics that you aren't interested in.

On 13.04.2018 18:52, ashish pok wrote:
All,

We love Flinks OOTB metrics but boy there is a ton :) Any way to scale them down (frequency and metric itself)?

Flink apps are becoming huge source of data right now.

Thanks,

-- Ashish


Reply via email to