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
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Steps to reproduce.
create span with non-success status and export to azure monitor.
What is the expected behavior?
RequestTelemetry or DepednendcyTelemetry success and resultCode are populated according to the status
What is the actual behavior?
Requests are always failed, dependencies are always successful
Additional context.
If there is no http.status_code or another recognizable status in attributes, the exporter should use Status.
Use Status.CanonicalCode for resultCode. Success = CanonicalCode == OK (or status.IsOk)