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
Spans started by `OpenTelemetryTracer` in core return an OpenTelemetry
span. The set_status on this method requires that a user imports
`opentelemetry` types for `StatusCode` enums.
We want to avoid SDK developers needing to import
`opentelemetry` in order to set a span status, so we are adding a
utility method on the `OpenTelemetryTracer` class to enable this.
Signed-off-by: Paul Van Eck <[email protected]>
0 commit comments