aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-01-25 13:24:21 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2018-01-25 13:24:21 +0100
commit4ab94c41bf5bd157d5ff1639ca5635ac5d98a3e4 (patch)
tree52545fdaa9231bdf7de5ef5a9651d938a4efd8b5
parent4755e2fce74a9b73717e52675a11355cfd5856c5 (diff)
downloadKamon-4ab94c41bf5bd157d5ff1639ca5635ac5d98a3e4.tar.gz
Kamon-4ab94c41bf5bd157d5ff1639ca5635ac5d98a3e4.tar.bz2
Kamon-4ab94c41bf5bd157d5ff1639ca5635ac5d98a3e4.zip
fix typos on the kamon.reporters config key comments
-rw-r--r--kamon-core/src/main/resources/reference.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index 40756fef..2d37780d 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -13,10 +13,10 @@ kamon {
instance = "auto"
}
- # FQCN of the reporter instances that should be loaded when calling `Kamon.reporters.loadFromConfig()`. All reporter
- # classes must have a default constructor. No metric filtering is applied to metric reporters started this way.
+ # FQCN of the reporter instances that should be loaded when calling `Kamon.reporters.loadReportersFromConfig()`. All
+ # reporter 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"]`.
+ # Example: `reporters = ["kamon.prometheus.PrometheusReporter", "kamon.zipkin.ZipkinReporter"]`.
reporters = [ ]
# Pool size for the executor service that will run sampling on RangeSampler instruments. This scheduler is accesible