-
Notifications
You must be signed in to change notification settings - Fork 0
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
Project: [Starfish] Add http.request.method
to span data
#20
Comments
Previously this task had the requirement to add cache attributes like below (documenting for posterity). Because we are prioritizing the the database module, this requirement is now being dropped. Cache information will be added to another task.
Add Any call to cache that doesn't return data (null) is treated as a miss. We define a span that has a cache hit as having the span data field Also, add a field to cache spans that defines how big the item that is being get/set: |
moved |
otel ended up renaming |
@AbhiPrasad do we only need |
I think it makes sense to add method to the Response context. Let me open up a PR to Relay. |
Actually for a response the status code should be good enough for this. We already have the method on the |
Turns out we already put it on the |
http.request.method
to span data
http.request.method
to span datahttp.request.method
to span data
http.request.method
to span datahttp.request.method
to span data
Project Board
https://github.com/orgs/getsentry/projects/150/views/1
Description
In getsentry/team-webplatform-meta#60 we added the necessary span data changes to the Python and JS SDKs for starfish. This issue tracks adding these fields to the remaining SDKs.
These include the following:
The primary require is to add a new field to the span data field,
http.request.method
, representing the http method (GET, POST, PUT).If possible, adding any of the OpenTelemetry common http attributes should be attempted, but is not a requirement.
SDKs to update
http.request.method
to span data sentry-go#713http.request.method
to span data sentry-dotnet#2606http.request.method
to span data sentry-ruby#2105http.request.method
in span data sentry-java#2896RFC
No response
Slack-Channel
#discuss-starfish
Notion Document(s)
https://www.notion.so/sentry/0333024900d14a3f8dd398a36ddb55bd?v=681d28a5fa2a4c4aa6437e49a087a241
Stakeholder(s)
@alexjillard
Team(s)
Web Backend
The text was updated successfully, but these errors were encountered: