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
The Jaeger consumer currently always sets Outcome to "unknown". We should set the outcome based on the span attributes, e.g. http.status_code and error, like we do when setting the Result field.
The Jaeger consumer currently always sets Outcome to "unknown". We should set the outcome based on the span attributes, e.g.
http.status_codeanderror, like we do when setting the Result field.