-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Improve extension metrics #4675
Comments
Currently the Kafka Streams extension doesn't expose any health checks or metrics. There's a related discussion in #4375, which is about providing means for letting extensions automatically expose metrics and health checks if the required other extensions are enabled. So atm. a Kafka Streams application needs a little bit of glue code for exposing these, which ultimately should be handled by the extension itself. // CC @lhauspie |
I think some of this is changing as we switch over to micrometer: kafka instrumentation and hibernate instrumentation (and agroal.. ) all seem consistently enabled at this point.. I didn't notice some of the mentioned gaps/levels for logs vs. metrics.. |
@ebullient should this be considered done at this point? |
Either that, or John needs to go through and make a list. ;) |
Quarkus has come a long way since this was created. Consider this complete. |
Description
Quarkus needs a consistent approach to metrics. It would be nice for extensions to:
Implementation ideas
None.
The text was updated successfully, but these errors were encountered: