Skip to content

Commit 061d2e0

Browse files
authored
Disable slf4j metrics reporter (#16)
1 parent 3b78b14 commit 061d2e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

span-normalizer/src/main/resources/configs/common/application.conf

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ flink.job {
1010
metrics {
1111
metrics.reporters = "prometheus"
1212
metrics.reporter.prometheus.class = "org.hypertrace.core.serviceframework.metrics.flink.PrometheusReporter"
13-
metrics.reporter.slf4j.class: org.apache.flink.metrics.slf4j.Slf4jReporter
14-
metrics.reporter.slf4j.interval: "60 SECONDS"
1513
}
1614
}
1715

0 commit comments

Comments
 (0)