-
Notifications
You must be signed in to change notification settings - Fork 41.4k
HTTP Server and Data repositories metrics record null for the description #31516
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
HTTP Server and Data repositories metrics record null for the description #31516
Conversation
...main/java/org/springframework/boot/actuate/metrics/web/reactive/server/MetricsWebFilter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, @jakubskalak.
@wilkinsona |
Not a stupid question at all. There's nothing more for you to do. We should hopefully get this merged before the next 2.6.x release. |
Thanks a lot for clarifying! |
@jakubskalak thank you for making your first contribution to Spring Boot. |
Hi,
Recently, during creation of some dashboards with service metrics I found that some of them have missing descriptions.
Decided that maybe It would be good idea to fill them.
This is my first contribution so sorry for any mistakes.
If that missing descriptions are by design(for any reason), this PR can be closed.
If you have any concerns about descriptions - I am open to suggestions.
Before:
{"name":"http.server.requests","description":null," ...
After:
{"name":"http.server.requests","description":"Duration of requests made to HTTP Server", ...
And same for Data repositories invocations.
Build, Checkstyle and formatter 🟢