-
Notifications
You must be signed in to change notification settings - Fork 40.9k
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
Auto-configure binding of Micrometer's JettyServerThreadPoolMetrics #14591
Comments
Thanks for the suggestion. We can take a look at what's possible, but I don't think we can implement this in the same way as has been done in Micrometer. The biggest problem is that, if a user has customised Jetty's thread pool, the auto-configuration will overwrite that customisation. |
I asked a few questions on the Micrometer PR. We'll need some feedback on those to make progress on this one. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
I commented in micrometer-metrics/micrometer#593 (comment). |
Thanks. I've taken a look. Unfortunately, the problem with overwriting the user's thread pool customisation remains. |
FYI, @izeye. I think this approach is better than the one that we discussed on the Micrometer PR and the one that Boot was using for |
@wilkinsona Thanks for sharing! I'd like to align Spring Boot 1.5.x support with this but |
|
@wilkinsona Thanks for the quick feedback! I'll try with it. |
@wilkinsona I created micrometer-metrics/micrometer#925 and micrometer-metrics/micrometer#926 to align Spring Boot 1.5.x support with this approach. |
Thank you so much! |
Few months ago, I've added several Jetty's ThreadPool metrics in Micrometer.
ref: micrometer-metrics/micrometer#593
Could you add the following sources to Spring Boot 2.1?
I want to use them in Spring Boot 2.1
The text was updated successfully, but these errors were encountered: