Replies: 3 comments
-
CC @lgajowy |
Beta Was this translation helpful? Give feedback.
-
I will try to look into this. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
-
Thanks! io.scalac.mesmer.actor.rules {
"/my-app/user" = group
"/my-app/user/*" = instance
"/my-app/system" = group
} because when we instantiate Not sure how helpful it would be, but I've also added a breakpoint to the |
Beta Was this translation helpful? Give feedback.
-
I am trying to get some actor related metrics (Actor Core) while running our application but I am failing to do so and was wondering if the community could help me understand what am I doing wrong.
Here are a few bits of information that could be important:
0.8.0.RC1
0.8.0.RC1
application.conf
:akka.actor.typed.extensions=["io.scalac.mesmer.extension.AkkaMonitoring"]
I don't know how important this is but I get these error messages from
mesmer
which I ignored because we don't use Akka Clustering:After I run a few of our automation tests against our Akka instrumented app I can see normal metrics collected and exported via Opentelemetry (the view below is from Prometheus):
but I can't find any of the Akka Core metrics that I hoped Mesmer would collect.
I am not sure what am I doing wrong 🤷♂️
Beta Was this translation helpful? Give feedback.
All reactions