From 01117944af0363e37807a071f8f22ecaca0931f6 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Sun, 9 Nov 2014 18:35:41 +0100 Subject: = core: ensure that ActorMetricsSpec uses the correct configuration. --- kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala b/kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala index 9b85a142..d279423b 100644 --- a/kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala +++ b/kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala @@ -44,13 +44,18 @@ class ActorMetricsSpec extends TestKitBase with WordSpecLike with Matchers with | } | } | ] - | precision { - | default-histogram-precision { + | precision.actor { + | processing-time { | highest-trackable-value = 3600000000000 | significant-value-digits = 2 | } | - | default-min-max-counter-precision { + | time-in-mailbox { + | highest-trackable-value = 3600000000000 + | significant-value-digits = 2 + | } + | + | mailbox-size { | refresh-interval = 1 hour | highest-trackable-value = 999999999 | significant-value-digits = 2 -- cgit v1.2.3