aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kamon-core/src/test/scala/kamon/metric/ActorMetricsSpec.scala11
1 files 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