-
-
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 metric_stats generic metrics namespace #66955
Conversation
c72c122
to
a40c5ec
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #66955 +/- ##
==========================================
- Coverage 84.31% 84.27% -0.04%
==========================================
Files 5309 5306 -3
Lines 237401 237255 -146
Branches 41059 41045 -14
==========================================
- Hits 200172 199954 -218
- Misses 37011 37083 +72
Partials 218 218
|
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.
See question about counter vs. gauge.
@@ -191,6 +191,12 @@ | |||
"os.version": PREFIX + 271, | |||
# Performance Score | |||
"sentry.score_profile_version": PREFIX + 272, | |||
# Metric stats | |||
"mri": PREFIX + 273, |
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.
We just had an incident (INC-680) where adding new strings here broke existing strings in prod. Can you double check that none of these tags are in the indexer currently? Otherwise they will overwrite the old values and mess up the data.
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 did checked all of them (see PR description)
8dc35e7
to
4cad29c
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.
Does the PR require any follow-ups before the use case is used?
Adds the `metrics_stats` namespace and some initial strings.
Adds the
metrics_stats
namespace and some initial strings.All strings added are currently unused.
Depends on a librelay release after: getsentry/relay#3267
Epic: getsentry/relay#3147