-
-
Notifications
You must be signed in to change notification settings - Fork 225
feat: Add conventions for http.method and db.operation #924
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| `http.request_content_length` | number | The encoded body size of the request. | `123` | | ||
| `http.decoded_request_body_length` | number | The decoded body size of the request. | `456` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I realized there's a mistake here that I merged in my last PR. I think we should be using response
and not request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you're right! I can update.
@narsaynorath I updated, and I also switched it from |
Merging since we're matching otel for the added attributes, and the rest is cleanup. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I can land the change for method
-> http.method
in by end of week likely. There are just a few spots that use it but it'll have to go up as a new PR
We need these new conventions for starfish work: getsentry/team-webplatform-meta#60
http.method
db.operation
http.transfer_size
tohttp.resource_transfer_size
@k-fish I'm tagging to make sure that I'm not mucking up any performance detectors with my changes.