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

Add metrics abstractions and OpenTelemetry implementation plugin #32807

Open
lmolkova opened this issue Oct 27, 2023 · 0 comments
Open

Add metrics abstractions and OpenTelemetry implementation plugin #32807

lmolkova opened this issue Oct 27, 2023 · 0 comments
Labels
Azure.Core OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific)
Milestone

Comments

@lmolkova
Copy link
Member

lmolkova commented Oct 27, 2023

In some cases (messaging, heavy and manually-written SDKs), it's useful to report metrics in addition to traces.
See Azure/azure-sdk#4389 for the design and champion scenarios.

Metrics for messaging SDKs have proven to be very useful in Java stress tests (and would be as useful for users).

As a sub-task, we should investigate if it's possible to reuse HTTP-metrics auto-collected for underlying HTTP clients (we might suppress them along with traces and need to find a way to suppress auto-collected traces, but not metrics).

@lmolkova lmolkova added Azure.Core OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific) labels Oct 27, 2023
@lmolkova lmolkova added this to the Backlog milestone Oct 27, 2023
@lmolkova lmolkova changed the title Add metrics abstractions and OpenTelemetry plugin Add metrics abstractions and OpenTelemetry implementation plugin Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core OpenTelemetry OpenTelemetry instrumentation (not Monitor-specific)
Projects
None yet
Development

No branches or pull requests

1 participant