-
Notifications
You must be signed in to change notification settings - Fork 1.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
Jetty 11 and Micrometer #8357
Comments
We are not opposed to having 3rd party integrations in jetty where in makes sense. But hard to say we will do it without much knowledge of micrometer. |
Many projects are moving forward and dropping support for Java 8 and requiring at minimum Java 11. Eventually Micrometer could decide to keep the 1.x releases for Java 8, Jetty 9, Tomcat 9, etc. and have a 2.x release for Java 11, Jetty 11, Tomcat 10.1, and so on. We know the pain of maintaining multiple branches for multiple dependencies and Java versions and we sympathize with Micrometer, but we cannot maintain integrations for other projects for every project out there. |
This issue has been automatically marked as stale because it has been a |
This was resolved by the Micrometer team. |
Background
While migrating Javalin to Jetty 11, we discovered that Micrometer doesn't support Jetty 11. We made a ticket with the Micrometer team: micrometer-metrics/micrometer#3234, but adding support isn't straightforward.
In short, Micrometer is not able to support Jetty 11 without dropping support for Jetty 9 (not feasible), or creating a separate module (not desirable).
Feature request
It would be nice if there existed a
jetty-micrometer
ormicrometer-jetty
artifact. The Micrometer team prefers that the Jetty team provides this artifact, and I guess the Jetty team would prefer that the Micrometer team provides this. I don't know which option makes the most sense, but the Javalin team would be very happy if Micrometer and Jetty 11 could work together, so here I am.The text was updated successfully, but these errors were encountered: