Closed arun-annamalai closed 5 months ago
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: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30935 PR: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/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 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: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/30935 PR: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/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).