aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-01-17 02:14:27 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2018-01-17 02:14:27 +0100
commita02215f4327fc11ed8e5066ada22c1d5938d849e (patch)
tree90f1a61535b9cad97091217cb04b9c621c854fd3 /kamon-core/src/main/resources/reference.conf
parented6504f67549184c86e3b6fe752985179912f35c (diff)
downloadKamon-a02215f4327fc11ed8e5066ada22c1d5938d849e.tar.gz
Kamon-a02215f4327fc11ed8e5066ada22c1d5938d849e.tar.bz2
Kamon-a02215f4327fc11ed8e5066ada22c1d5938d849e.zip
allow metric filtering when adding a metrics reporter
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf5
1 files changed, 3 insertions, 2 deletions
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