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

Expose Akka's Executor stats #9

Open
jczuchnowski opened this issue Jun 1, 2020 · 1 comment
Open

Expose Akka's Executor stats #9

jczuchnowski opened this issue Jun 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jczuchnowski
Copy link
Contributor

Akka's Dispatcher is a Java Executor. We should be able to expose its current state at least similarly to what Slick is doing.

@jczuchnowski jczuchnowski added the enhancement New feature or request label Jun 1, 2020
@vpavkin
Copy link
Contributor

vpavkin commented Jun 10, 2020

It appears that Slick has a custom wrapper around the raw executor. And this wrapper is collecting and serving metrics.
I'm not sure the same thing is possible without a custom wrapper. And it's a lot to ask from the end user to put this custom executor in their app.
We can get some data using Thread.getAllStackTraces in a hacky way, but it also feels pretty bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants