-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[FEATURE REQ] Enhance metrics for Azure Spring Event Hubs #21764
Comments
Link #19391 |
Hey @saragluna How do you plan to compute offset? Will those metrics be available to non Spring users? (i.e. sdk compute metrics and Azure Spring Event Hubs bind them to Spring / Micrometer) |
Hi @saragluna, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Context
We plan to expose metrics for Azure Spring Event Hubs related libraries to enable developers to view metrics about connection, messages states.
Spring Event Hubs metrics components:
Prefix:
eventhubs
.For the SCS binder:
Prefix:
spring.cloud.stream.binder.eventhubs
.Reference of Kafka: https://cwiki.apache.org/confluence/display/KAFKA/KIP-714:+Client+metrics+and+observability#KIP714:Clientmetricsandobservability-Clientmetricsandmetriclabels
Next Step
To support Spring Event Hubs metrics, currently we need the support from Event Hubs SDK to enable and expose metrics APIs. Tracked in #25605
The text was updated successfully, but these errors were encountered: