aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-11-09 18:35:41 +0100
committerIvan Topolnjak <ivantopo@gmail.com>2014-11-09 18:35:41 +0100
commita36cf7bd6588725963181ce22df6bec3c2676670 (patch)
tree5803e8bfbd0056e5225783ff5eece46c68f98694 /kamon-core
parent5a75079aff93d592001f623fa9e46159f481d461 (diff)
downloadKamon-a36cf7bd6588725963181ce22df6bec3c2676670.tar.gz
Kamon-a36cf7bd6588725963181ce22df6bec3c2676670.tar.bz2
Kamon-a36cf7bd6588725963181ce22df6bec3c2676670.zip
= core: ensure that ActorMetricsSpec uses the correct configuration.
Diffstat (limited to 'kamon-core')
-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