-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
http.response.status_code
normalization for Metrics & Alerts
#121
Comments
We'll look into the code base and check if anything has to be done and check off the platform if nothing is needed. |
@antonpirker this doc is related to this issue right? |
https://develop.sentry.dev/sdk/performance/span-operations/ does not tell where |
getsentry/develop#940 is the spec, I believe SDKs don't set that yet, so we have to. |
Maybe too late, but for the record: Yes. this doc is "where are all the SDKs storing the http status code right now". In the future we want all the SDKs store the http status code in the same place, making it easier of ingest to act on it. |
http.status_code
normalization for Metrics & Alerts
It changed to |
http.status_code
normalization for Metrics & Alertshttp.response.status_code
normalization for Metrics & Alerts
React Native SDK doesn't set |
Background:
http.status
is set in different places in different SDKs which creates some problems in processing for metrics extraction and thenhttps://www.notion.so/sentry/Expand-Metrics-for-Alerts-cdfa32d7624e498b8246c3f131f753f1#17480955e2fb4407b619b9236bc2723a
Requirements:
Note: .NET and Java are handled in getsentry/team-sdks#9.
Validate Per SDK and check as is
http.response.status_code
tospan.data
sentry-dart#1473The text was updated successfully, but these errors were encountered: