You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
lmolkova
changed the title
Add metrics abstractions and OpenTelemetry plugin
Add metrics abstractions and OpenTelemetry implementation plugin
Oct 28, 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).
The text was updated successfully, but these errors were encountered: