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
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.
Akka's Dispatcher is a Java Executor. We should be able to expose its current state at least similarly to what Slick is doing.
The text was updated successfully, but these errors were encountered: