You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Recently I started to integrate micrometer-akka in my project. And I have a question regarding the calculation of count of actors.
I used the metric “app_akka_actor_group_actor_count”, but occasionally I recibe negative numbers. I'm sure that it is the metric name, but I don't understand this number.
Anybody can recommend other metrics? Maybe it is an issue?
Best regards,
Maxi
The text was updated successfully, but these errors were encountered:
The way the counts are calculated may depend on the micrometer registry you are using (eg Prometheus). The actor counts are incremented and decremented as actors are created and removed - but it wouldn't shock me to hear that there are circumstances where the counts go below zero. If you could provide a reproducible use case, we might be able to do a fix based on debugging the use case.
Dear all,
Recently I started to integrate micrometer-akka in my project. And I have a question regarding the calculation of count of actors.
I used the metric “app_akka_actor_group_actor_count”, but occasionally I recibe negative numbers. I'm sure that it is the metric name, but I don't understand this number.
Anybody can recommend other metrics? Maybe it is an issue?
Best regards,
Maxi
The text was updated successfully, but these errors were encountered: