-
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 JettyMetrics #12090
Comments
I looked at this briefly when I was adding support for Tomcat's metrics. It's not completely straightforward as it relies on Jetty being configured with a |
Given the potential complications with |
In my mind this sounds pretty useful. If I were to have a look at this, where would I start (never contributed to the boot codebase before)? Regarding adding a |
@evenh we've decided to postpone this to 2.1 (it's not a matter of a lack of time working on it). Thanks anyway. You can look at the contributing page to get started. We're also on Gitter if you want to chat. |
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomCatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomcatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomcatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomcatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomcatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
This is performed by the new JettyMetricsAutoConfiguration, that is based on the existing TomcatMetricsAutoConfiguration. Fixes spring-projectsgh-12090
Thanks, @davidkarlsen. Unfortunately, @jkschneider @shakuzen What was the motivation for creating |
@wilkinsona Spring's
For Spring Boot, I think just stick with what you've already got for |
@wilkinsona |
oh nice, any plans or target release candidates for this issue? |
The issue's assigned to the general backlog milestone which means we don't have any concrete plans for it at the moment. |
We now bind connection and SSL handshake metrics in addition to the existing thread pool metrics binding so I think we're done here thanks to @bono007. |
@wilkinsona @snicoll is there any chance to include |
As per Jon's comment above, that's not something we're considering at the moment. |
We have metrics support for Tomcat and micrometer has support for Jetty so we should configure that as well for consistency.
The text was updated successfully, but these errors were encountered: