aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-02-01 02:24:07 +0100
committerGitHub <noreply@github.com>2018-02-01 02:24:07 +0100
commit16a23e2346ccaca9f0f766faa17c15148eb6521c (patch)
tree554d9301ecbf2f70880ca5d8366122350c4b55f3
parent43b893aa4b908a21096b7067ffe15db338f106f7 (diff)
parent54331c20a9878af33ea6296ece24fd68db748f6b (diff)
downloadKamon-16a23e2346ccaca9f0f766faa17c15148eb6521c.tar.gz
Kamon-16a23e2346ccaca9f0f766faa17c15148eb6521c.tar.bz2
Kamon-16a23e2346ccaca9f0f766faa17c15148eb6521c.zip
Merge pull request #504 from briantopping/warning
Add warning when no reporters are loaded
-rw-r--r--kamon-core/src/main/scala/kamon/ReporterRegistry.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/scala/kamon/ReporterRegistry.scala b/kamon-core/src/main/scala/kamon/ReporterRegistry.scala
index 92465de8..ee70de4a 100644
--- a/kamon-core/src/main/scala/kamon/ReporterRegistry.scala
+++ b/kamon-core/src/main/scala/kamon/ReporterRegistry.scala
@@ -200,7 +200,7 @@ object ReporterRegistry {
if(newConfig.metricTickInterval != registryConfiguration.metricTickInterval && metricReporters.nonEmpty)
reStartMetricTicker()
- if(newConfig.traceTickInterval != registryConfiguration.metricTickInterval && spanReporters.nonEmpty)
+ if(newConfig.traceTickInterval != registryConfiguration.traceTickInterval && spanReporters.nonEmpty)
reStartTraceTicker()
// Reconfigure all registered reporters