Skip to content
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

feat(spans): Extracts messaging operation name and operation type attribute and tags span metrics #4506

Merged
merged 4 commits into from
Feb 20, 2025

Conversation

edwardgou-sentry
Copy link
Contributor

@edwardgou-sentry edwardgou-sentry commented Feb 18, 2025

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

@edwardgou-sentry edwardgou-sentry changed the title feat(spans): Extracts messaging operation name, type, and messaging system attributes from otel spans feat(spans): Extracts messaging operation name and operation type attribute and tags span metrics Feb 19, 2025
@edwardgou-sentry edwardgou-sentry self-assigned this Feb 19, 2025
@edwardgou-sentry edwardgou-sentry marked this pull request as ready for review February 19, 2025 19:02
@edwardgou-sentry edwardgou-sentry requested a review from a team as a code owner February 19, 2025 19:02
@edwardgou-sentry edwardgou-sentry merged commit 54c91e1 into master Feb 20, 2025
29 of 31 checks passed
@edwardgou-sentry edwardgou-sentry deleted the egou/feat/extract-otel-messaging-attributes branch February 20, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants