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

Implement metrics API with otel #25604

Closed
lmolkova opened this issue Nov 22, 2021 · 0 comments
Closed

Implement metrics API with otel #25604

lmolkova opened this issue Nov 22, 2021 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. OpenTelemetry OpenTelemetry instrumentation

Comments

@lmolkova
Copy link
Member

lmolkova commented Nov 22, 2021

Depends on #25603 (context is there)

We want to expose metrics (for AMQP libraries as a start) on connections, events received, sent, state management) to help customers detect and alert on issues (e.g. when the number of events received on the certain partition becomes 0 it's likely to indicate an error and can help us find the exact timestamp when the issue happened).
It can give customers signals to investigate some configuration and transient network issues and give us more context with potential SDK issues.

Implementation should be otel-compatible and we'd need AzMon blessing on it.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 22, 2021
@lmolkova lmolkova self-assigned this Nov 22, 2021
@lmolkova lmolkova added Client This issue points to a problem in the data-plane of the library. OpenTelemetry OpenTelemetry instrumentation labels Nov 22, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 22, 2021
@lmolkova lmolkova changed the title Implement metrics tracing Implement metrics API with otel Nov 22, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. OpenTelemetry OpenTelemetry instrumentation
Projects
None yet
Development

No branches or pull requests

1 participant