-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(eap): Use RPC to fetch tag values #77510
Conversation
This uses RPC calls to fetch tag keys from eap spans.
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.
nit: around referrer name, comments, lgtm otherwise
meta=RequestMeta( | ||
organization_id=organization.id, | ||
cogs_category="performance", | ||
referrer=Referrer.API_SPANS_TAG_KEYS.value, |
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.
nit: should we use a different referrer than the usual query so its easier to differentiate
times_seen=None, | ||
first_seen=None, | ||
last_seen=None, |
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.
Are these all None cause its not something we can query yet? if so could we add a TODO comment
This uses RPC calls to fetch tag values from eap spans.
bd8a1e0
to
ff2d113
Compare
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #77510 +/- ##
==========================================
+ Coverage 78.08% 78.14% +0.06%
==========================================
Files 6974 6957 -17
Lines 309457 308830 -627
Branches 50659 50543 -116
==========================================
- Hits 241631 241344 -287
+ Misses 61396 61085 -311
+ Partials 6430 6401 -29 |
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
PR reverted: bb3cbc3 |
This reverts commit a8e4e05. Co-authored-by: Zylphrex <10239353+Zylphrex@users.noreply.github.com>
This uses RPC calls to fetch tag values from eap spans.
depends on getsentry/snuba#6304