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 🟢
Comment From: jakubskalak
@wilkinsona Stupid question, should I do something more, or you will just take care about it and merge in some point of time?
Comment From: 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.
Comment From: jakubskalak
Thanks a lot for clarifying!
Comment From: snicoll
@jakubskalak thank you for making your first contribution to Spring Boot.