aws-otel / aws-otel.github.io

https://aws-otel.github.io/
Apache License 2.0
19 stars 94 forks source link

Xray Exporter Translation Documentation is out of date #728

Closed arun-annamalai closed 5 months ago

arun-annamalai commented 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).