-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(metric-stats): Add cardinality.{limit,scope} tags to strings indexer #68891
Conversation
@@ -1,7 +1,7 @@ | |||
from hashlib import sha256 | |||
|
|||
LOCKED_FILE = "src/sentry/sentry_metrics/indexer/strings.py" | |||
LOCKED_DIGEST = "609a019a93229c352ec38c2be6a0620bfd2964e00315258c32f1502b4bc14add" | |||
LOCKED_DIGEST = "0ef936acdfde1efe71cfe4ba07ff9a736c27374c0ce5b5c22fcbcad36f8c8970" |
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #68891 +/- ##
==========================================
- Coverage 79.72% 79.72% -0.01%
==========================================
Files 6423 6423
Lines 284723 284726 +3
Branches 49046 49048 +2
==========================================
- Hits 226998 226991 -7
- Misses 57327 57337 +10
Partials 398 398
|
56ff86e
to
20b520e
Compare
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.
I am approving this, but: the strings.py file is not something we plan to support going forward. Since this change is meant only to help manual debugging, for a temporary time frame it shouldn't impact future features when we remove this file.
…exer (#68891) Adds `cardinality.scope` and `cardinality.limit` tags to strings indexer, to allow manual queries via cardinality analyzer spanning multiple/all orgs with a fixed metric id/tag id. The tag is unused in all indexer tables.
Epic: getsentry/relay#3147
Adds
cardinality.scope
andcardinality.limit
tags to strings indexer, to allow manual queries via cardinality analyzer spanning multiple/all orgs with a fixed metric id/tag id.The tag is unused in all indexer tables.