Hi Sachin,
Your setting looks fine to me. If you want to verify that, one way is to
set the log level to 'trace' and check if logs like 'Ignoring metric {}.{}
for reporter #{} due to filter rules.' is printed.
Best,
Biao Geng
Sachin Mittal 于2024年5月12日周日 02:51写道:
> Hi
> I have a following metr
Hi
I have a following metrics configuration:
metrics.reporters: stsd
metrics.reporter.stsd.factory.class:
org.apache.flink.metrics.statsd.StatsDReporterFactory
metrics.reporter.stsd.host: localhost
metrics.reporter.stsd.port: '8125'
metrics.reporter.stsd.filter.excludes: *.operator:*:*
metrics.sc