From a02215f4327fc11ed8e5066ada22c1d5938d849e Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Wed, 17 Jan 2018 02:14:27 +0100 Subject: allow metric filtering when adding a metrics reporter --- kamon-core/src/main/resources/reference.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kamon-core/src/main/resources/reference.conf') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index af767f60..b9254018 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -14,8 +14,9 @@ kamon { } # FQCN of the reporter instances that should be loaded when calling `Kamon.reporters.loadFromConfig()`. All reporter - # classes must - # Example: `reporters = ["kamon.statsd.StatsD", "kamon.zipkin.Zipkin"]`. + # classes must have a default constructor. No metric filtering is applied to metric reporters started this way. + + # Example: `reporters = ["kamon.prometheus.Prometheus", "kamon.zipkin.Zipkin"]`. reporters = [ ] # Pool size for the executor service that will run sampling on RangeSampler instruments. This scheduler is accesible -- cgit v1.2.3