-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spans): Extracts messaging operation name and operation type att…
…ribute and tags span metrics (#4506) Extracts `messaging.operation.name` and `messaging.operation.type` attributes from messaging/queue span payloads, and also tags span duration metrics + `messaging.message.receive.latency` metric with these new attributes. `messaging.operation.name` and `messaging.operation.type` are specified as required attributes from OTEL which we will be using to update the Queues product in Sentry. Both attributes are expected to be low cardinality strings. #skip-changelog
- Loading branch information
1 parent
e62fe02
commit 54c91e1
Showing
9 changed files
with
173 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.