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): Add SDK information to spans #3178

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Feb 28, 2024

In order to make our some of our reporting dashboards, we'd need to know which SDKs generated the spans. This PR aims to add those 2 fields as Sentry tags. We'll then extract the values to store in BigQuery. They will be ingested by the Snuba consumer since they're part of Sentry tags now.

At the same time, in order to avoid a costly join on project ID, we're adding the organization ID to the Kafka payload. This field will not be used by the Snuba consumer, only SBC for data ingestion into BigQuery.

We're also adding platform, a field necessary for performance issue detection later in the process. It will also be ingested as part of Sentry tags in ClickHouse.

@phacops phacops requested a review from a team as a code owner February 28, 2024 15:13
@phacops phacops self-assigned this Feb 28, 2024
relay-server/src/services/store.rs Show resolved Hide resolved
@phacops phacops merged commit 2546e0f into master Feb 29, 2024
21 checks passed
@phacops phacops deleted the pierre/spans-add-sdk-info-and-org-id branch February 29, 2024 14:56
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.

3 participants