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

ServiceBus metrics #31283

Merged
merged 9 commits into from Oct 13, 2022
Merged

ServiceBus metrics #31283

merged 9 commits into from Oct 13, 2022

Conversation

lmolkova
Copy link
Member

@lmolkova lmolkova commented Oct 6, 2022

Implements ServiceBus part of #25605

Adds following metrics:

Name Description Units Instrument Type (*) Value Type Attribute Key(s) Attribute Values
messaging.servicebus.messages.sent Number of events sent {events} Counter Long net.peer.name Broker FQDN
messaging.destination (will change) Entity name
otel.status_code ok or error
messaging.servicebus.receiver.lag Approximate lag between the time message was received and the time it was enqueued on broker. seconds Histogram Double net.peer.name Broker FQDN
messaging.destination Entity name
messaging.servicebus.subscription_name Subscription name
messaging.servicebus.settlement.request.duration Duration of settlement call {ms} Histogram Double net.peer.name Broker FQDN
messaging.destination (will change) Entity name
messaging.servicebus.subscription_name Consumer group name
messaging.servicebus.disposition_status Disposition status: complete, abandon, defer, suspend (dead-letter)
otel.status_code ok or error
messaging.servicebus.settlement.sequence_number Last settled sequence number {seqNo} Gauge Long net.peer.name Broker FQDN
messaging.destination (will change) Entity name
messaging.servicebus.subscription_name Consumer group name
messaging.servicebus.disposition_status Disposition status: complete, abandon, defer, suspend (dead-letter)
otel.status_code ok or error

Context:

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-messaging-servicebus

@lmolkova lmolkova force-pushed the servicebus-metrics branch 4 times, most recently from 5918f1e to fa3ea41 Compare October 11, 2022 00:45
@lmolkova lmolkova enabled auto-merge (squash) October 13, 2022 00:50
@lmolkova lmolkova merged commit 2dd991e into Azure:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants