micrometer-metrics/micrometer

provide a way to exclude some logger from being collected by Log4j2metrics

Open

#6,233 opened on 2025年5月13日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Java (4,220 stars) (935 forks)batch import
help wantedmodule: micrometer-binders

説明

Please describe the feature request.

Now the Log4j2Metrics will count all log events with all levels, that can be noisy if we don't care about some loggers, we don't want the loggers be collected into the log4j.events counters

We are hoping that we can exclude some loggers from being collected by the Log4j2Metrics.

For example:

I don't want the logger of "com.a.b.c" to be collected by the Log4j2Metrics

コントリビューターガイド