Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

actor count #106

Open
biandratti opened this issue Dec 30, 2020 · 1 comment
Open

actor count #106

biandratti opened this issue Dec 30, 2020 · 1 comment

Comments

@biandratti
Copy link

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

@pjfanning
Copy link

This project is no longer under active development. All I can do is direct you to https://github.com/kontainers/micrometer-akka/blob/master/README.md as it has some description of the metrics and the setup.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants