-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Exposing the Kafka Yammer metrics to Spring Boot Actuator #127
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
We really are going to implement Spring Boot auto-configuration in the next We are not sure yet when the solution will have place: in this project directly or in the next Spring Boot |
Hi, I've published my implementation of this here: @artembilan @garyrussell |
Hello, @stepio ! Thank you for letting to know! That's great to have such a good progress 😄 . Well, for now I don't have a proper answer for you, if it may move to Spring Boot... @garyrussell is on PTO until the next week and we still don't have the proper scope for the next So, stay tuned! |
I agree that it's not clear where to merge it as of now, so I'll just keep tracking this issue. Meanwhile I'll also take a look on Spring Boot's |
We're adding Kafka support to boot 1.5 spring-projects/spring-boot#6961 So this probably belongs over there after that is merged. |
Boot autoconfigures Kafka metrics (since 2.1) here. |
Hi,
It would be great to automatically expose all of Kafka's metrics to Spring's metrics via spring boot actuator.
Do you know of a project that enables this?
If this isn't possible out-of-the-box, do you think it would be a good addition to this project?
The text was updated successfully, but these errors were encountered: