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
The HTTP semantic conventions became stable and changed some of the older attributes (for example http.status_code became http.response.status_code).
The Xray exporter is backwards compatible with these breaking changes. Issue: open-telemetry/opentelemetry-collector-contrib#30935 PR: open-telemetry/opentelemetry-collector-contrib#31120
However, the documentation on how OTLP spans get converted to xray segments is out of date on this new translation: https://aws-otel.github.io/docs/getting-started/x-ray
The documentation still refers to http.status_code when it should mention both (http.status_code and http.response.status_code).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The HTTP semantic conventions became stable and changed some of the older attributes (for example http.status_code became http.response.status_code).
The Xray exporter is backwards compatible with these breaking changes.
Issue: open-telemetry/opentelemetry-collector-contrib#30935
PR: open-telemetry/opentelemetry-collector-contrib#31120
However, the documentation on how OTLP spans get converted to xray segments is out of date on this new translation: https://aws-otel.github.io/docs/getting-started/x-ray
The documentation still refers to http.status_code when it should mention both (http.status_code and http.response.status_code).
The text was updated successfully, but these errors were encountered: