Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix module registry name for akka disparchers #1138

Conversation

ivantopo
Copy link
Contributor

@ivantopo ivantopo commented Mar 5, 2022

Here I'm introducing a new parameter on the ExecutorInstrumentation class so we can give a specific name to the scheduled action that collects the metrics, and then prepend the actor system name to the dispatcher name when registered them. This shouldn't affect any of the metrics tags, it is only for internal Kamon usage. Fixes #1132 but should wait until #1136 is merged.

@ivantopo ivantopo force-pushed the fix-module-registry-name-for-akka-disparchers branch from a02edee to 96d2c20 Compare March 5, 2022 08:57
@ivantopo ivantopo force-pushed the fix-module-registry-name-for-akka-disparchers branch from 96d2c20 to fe65cca Compare March 7, 2022 07:44
@ivantopo ivantopo marked this pull request as ready for review March 7, 2022 07:44
@ivantopo ivantopo merged commit 34ca886 into kamon-io:master Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot cancel registration on module [akka.io.pinned-dispatcher] because the module was not added properly
1 participant