Skip to content
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] Add metrics for Azure Spring Service Bus #23400

Closed
Tracked by #23402 ...
yiliuTo opened this issue Aug 6, 2021 · 2 comments
Closed
Tracked by #23402 ...

[FEATURE REQ] Add metrics for Azure Spring Service Bus #23400

yiliuTo opened this issue Aug 6, 2021 · 2 comments
Labels
azure-spring All azure-spring related issues azure-spring-servicebus Spring service bus related issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@yiliuTo
Copy link
Member

yiliuTo commented Aug 6, 2021

Context

We plan to expose metrics for Azure Spring Service Bus related libraries to enable developers to view metrics about connection, messages states.

Referring to Kafka's metrics design, the Spring Service Bus metrics components can contain:

Metric Name Type Tag Description
connection.active Gauge servicebus The number of active connection.
connection.opened Gauge servicebus The number of open connection.
connection.closed Gauge servicebus The number of closed connection.
messages.published Count servicebus, topic/queue The number of published messages.
messages.failed_to_publish Count servicebus, topic/queue The number of failed to publish messages.
messages.consumed Count servicebus, (topic + subscription)/queue The number of consumed messages.
messages.acknowledged Count servicebus, (topic + Subscription)/queue The number of acked messages.
messages.rejected Count servicebus, (topic + subscription)/queue The number of rejected messages.

Next Step

To support Spring Service Bus metrics, currently we need the support from Service Bus SDK to enable and expose metrics APIs. Tracked in #25605

@yiliuTo yiliuTo added the azure-spring All azure-spring related issues label Aug 6, 2021
@yiliuTo yiliuTo added this to the [2021] September milestone Aug 6, 2021
@yiliuTo yiliuTo self-assigned this Aug 6, 2021
@backwind1233 backwind1233 assigned michaelqi793 and unassigned yiliuTo Aug 6, 2021
@yiliuTo yiliuTo added azure-spring-servicebus Spring service bus related issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. labels Aug 10, 2021
@michaelqi793 michaelqi793 assigned yiliuTo and unassigned michaelqi793 Sep 1, 2021
@yiliuTo yiliuTo changed the title Enhance metrics for Azure Spring Service Bus Add metrics for Azure Spring Service Bus Sep 1, 2021
@saragluna saragluna assigned ZhuXiaoBing-cn and unassigned yiliuTo Sep 2, 2021
@yiliuTo yiliuTo modified the milestones: [2021] November, Backlog Oct 11, 2021
@chenrujun chenrujun moved this to Todo in Spring Cloud Azure Nov 5, 2021
@saragluna saragluna modified the milestones: Backlog, [2021] December Nov 7, 2021
@yiliuTo yiliuTo modified the milestones: [2022] January, Backlog Nov 25, 2021
@saragluna
Copy link
Member

#25605

@yiliuTo yiliuTo changed the title Add metrics for Azure Spring Service Bus [FEATURE REQ] Add metrics for Azure Spring Service Bus May 7, 2022
Copy link
Contributor

Hi @yiliuTo, 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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Spring Cloud Azure Mar 15, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-spring All azure-spring related issues azure-spring-servicebus Spring service bus related issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Archived in project
Development

No branches or pull requests

5 participants