Align HTTP status code as span data field http.response.status_code#2113
Align HTTP status code as span data field http.response.status_code#2113antonpirker merged 18 commits intomasterfrom
http.response.status_code#2113Conversation
http.status_code everywhere in same format.http.status_code
…try/sentry-python into antonpirker/2099-http-status-code
http.status_codehttp.response.status_code
…try/sentry-python into antonpirker/2099-http-status-code
|
A note: The OTel docs for their semantic conventions [1] say that it is called But the OTel Python SDK still uses Anyhow, the Sentry Otel integrations uses the variables from the OTel Python SDK, so if an OTel span has 1: https://opentelemetry.io/docs/specs/otel/metrics/semantic_conventions/http-metrics/#http-server |
sentrivana
left a comment
There was a problem hiding this comment.
One typo, otherwise LGTM
Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
Send HTTP status codes as an
integerin a Span data field calledhttp.response.status_code.This will align us with OTel. Also see:
Fixes #2099