From 4ab94c41bf5bd157d5ff1639ca5635ac5d98a3e4 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Thu, 25 Jan 2018 13:24:21 +0100 Subject: fix typos on the kamon.reporters config key comments --- kamon-core/src/main/resources/reference.conf | 6 +++--- 1 file 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 -- cgit v1.2.3