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

chore(eap-spans): Add feature to control span ingestion in EAP #80064

Merged

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Oct 31, 2024

Plan is to then tag each span with a field instructing the consumer to either ingest or discard.

getsentry/snuba#6486
getsentry/relay#4206

@phacops phacops requested a review from a team as a code owner October 31, 2024 16:05
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 31, 2024
@@ -65,6 +65,7 @@
"projects:span-metrics-extraction",
"projects:span-metrics-extraction-addons",
"organizations:indexed-spans-extraction",
"organizations:ingest-spans-in-eap",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this flag need to be exposed to relay?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm making a PR to Relay too so we can add a field to the span payload to let the Snuba EAP consumers know they should ingest the span or not.

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #80064      +/-   ##
==========================================
- Coverage   78.12%   78.11%   -0.02%     
==========================================
  Files        7163     7159       -4     
  Lines      316700   316612      -88     
  Branches    43663    43646      -17     
==========================================
- Hits       247414   247310     -104     
- Misses      62944    62954      +10     
- Partials     6342     6348       +6     

@phacops phacops merged commit 085c11e into master Nov 4, 2024
51 checks passed
@phacops phacops deleted the pierre/eap-spans-add-feature-to-control-span-ingestion branch November 4, 2024 12:49
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants