From b6af84ab6b60b4ca6c0389c8c3622db3d3c27915 Mon Sep 17 00:00:00 2001 From: Ivan Topolnak Date: Fri, 7 Mar 2014 18:08:01 -0300 Subject: multiple fixes to the custom metrics collection facilities --- kamon-playground/src/main/resources/application.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'kamon-playground/src/main/resources/application.conf') diff --git a/kamon-playground/src/main/resources/application.conf b/kamon-playground/src/main/resources/application.conf index f0698592..97785275 100644 --- a/kamon-playground/src/main/resources/application.conf +++ b/kamon-playground/src/main/resources/application.conf @@ -1,6 +1,6 @@ akka { loggers = [ "akka.event.slf4j.Slf4jLogger" ] - loglevel = INFO + loglevel = DEBUG extensions = ["kamon.newrelic.NewRelic"] @@ -20,7 +20,7 @@ spray.can { kamon { newrelic { app-name = "SimpleRequestProcessor" - license-key = e7d350b14228f3d28f35bc3140df2c3e565ea5d5 + license-key = 2e24765acb032cb9e7207013b5ba3e2ab7d2d75c } } @@ -46,6 +46,12 @@ kamon { includes = [ "default-dispatcher" ] excludes = [] } + }, + { + custom-metric { + includes = [ "*" ] + excludes = [ ] + } } ] } -- cgit v1.2.3