-
Notifications
You must be signed in to change notification settings - Fork 762
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
Update Status to meet with the latest specification #1311
Comments
I'll take a look today/tomorrow |
Should we change the
It contains the same list from the Status. |
Yes, and we probably can have 1 class instead of two. |
I started to look at this and we might have a problem. Grpc uses the |
FYI, opened an issue in the spec: open-telemetry/opentelemetry-specification#1044 Problems: we don't have a current map from the rpc status code to otel status code. The current mapping in the PR is based on assumptions... |
The OpenTelemetry specification has been changed to reduce the complexity of Span Status https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/api.md#status.
Need to take this breaking change and update the
opentelemetry-dotnet/src/OpenTelemetry.Api/Trace/Status.cs
Line 22 in 6633dc8
The text was updated successfully, but these errors were encountered: