We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An Error is recorded as status=1, and Ok as status=2.: https://github.com/open-telemetry/opentelemetry-rust/blob/v0.21.1/opentelemetry-stdout/src/trace/transform.rs#L214
These should be flipped to match the standard: https://github.com/open-telemetry/opentelemetry-proto/blob/v1.0.0/opentelemetry/proto/trace/v1/trace.proto#L269
1.0
0.21.1
N/A
No response
The text was updated successfully, but these errors were encountered:
Fix StatusCode in stdout exporter (open-telemetry#1453)
2ee6b6a
c5e0b2b
80a190f
Fix StatusCode in stdout exporter (#1453) (#1454)
4c5c101
Fixes #1453 ## Changes Swap the ordinals to match the spec. Co-authored-by: Lalit Kumar Bhasin <[email protected]>
Successfully merging a pull request may close this issue.
What happened?
An Error is recorded as status=1, and Ok as status=2.:
https://github.com/open-telemetry/opentelemetry-rust/blob/v0.21.1/opentelemetry-stdout/src/trace/transform.rs#L214
These should be flipped to match the standard:
https://github.com/open-telemetry/opentelemetry-proto/blob/v1.0.0/opentelemetry/proto/trace/v1/trace.proto#L269
API Version
1.0
SDK Version
0.21.1
What Exporters are you seeing the problem on?
N/A
Relevant log output
No response
The text was updated successfully, but these errors were encountered: