-
Notifications
You must be signed in to change notification settings - Fork 41.8k
Upgrade to Micrometer 1.0.0-SNAPSHOT #11776
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
Upgrade to Micrometer 1.0.0-SNAPSHOT #11776
Conversation
* Partial integration of null safety from Micrometer spring-projects#310 * Improved assertions on meter vlaues from Micrometer spring-projects#261 * Servlet filter restructuring due to generalization coming out of Jersey2 support in Micrometer spring-projects#228 * Fixed async servlet handling as part of Micrometer spring-projects#228
6466ca1 to
2fedd09
Compare
|
I'm having a bit of a difficult time getting this one into a state that we can merge. I've so jar just been working on the first commit in the set. I've split it apart and tried to create smaller commits with related concerns. I've rename the MVC classes back to their old names (they are still very tied to MVC so I don't like the very generic My branch is here. Things go relatively OK until the last commit. The changes to |
|
@philwebb Good idea on the request attribute. Tested it against |
|
I suggest to add |
micrometer-jersey2. It's not clear to me how we could registerMetricsApplicationEventListenerfor Jersey 2 based Boot apps.MetricsFilterrather thanWebMvcMetricsFilter. At any rate, the goal is to make it not WebMvc specific.The following issues are addressed by this PR: