Replies: 1 comment 3 replies
-
Took a new look at my "issue" now realising the code is using a range-sampler which is represented as a Histogram.
So of course the However due to representing it this way the actual use is rather limited. I can't get an accurate snapshot of what is the current status as it's just historical data over time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting some really weird results out of the akka metrics.
So I decided to do a really simple Ping/Pong app with two static actors and one that gets created and killed every 5 seconds.
The metrics for the active actor count just keeps increasing which makes no sense
akka_system_active_actors_count{system="area51-kamon-akka"} 2865.0
Same goes go for queued messages which keeps increasing but as I only send a Ping and a Pong as response it is impossible to have a queue/inbox growing.
The PingerPonger code example
I can't see what I'm doing wrong...pointers would be appreciated
Using Kamon 2.1.8, Java 11 OpenJDK and Scala 2.13
Beta Was this translation helpful? Give feedback.
All reactions