-
-
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(escalating-issues): Add new use case for metrics dataset #52360
Conversation
11a8712
to
79a1d9a
Compare
@@ -10,13 +10,15 @@ class UseCaseID(Enum): | |||
SPANS = "spans" | |||
TRANSACTIONS = "transactions" | |||
SESSIONS = "sessions" | |||
ESCALATING_ISSUES = "escalating_issues" |
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.
@ayirr7 hmm do you think this dataset would be reused by others or its just this feature?
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.
so this is the list of all existing use cases - others could hypothetically use the escalating_issues
use case and send metrics onto it
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #52360 +/- ##
========================================
Coverage 79.31% 79.31%
========================================
Files 4900 4909 +9
Lines 205043 205773 +730
Branches 35048 35168 +120
========================================
+ Hits 162625 163219 +594
- Misses 37457 37564 +107
- Partials 4961 4990 +29
|
Overall these changes look good to me, I'd recommend going through the local testing flow I described offline as well. I can approve after that goes through! |
Discussed offline that local testing was successful |
Register a new use case for the metrics dataset to be used with escalating issues.
Register a new use case for the metrics dataset to be used with escalating issues.
Register a new use case for the metrics dataset to be used with escalating issues.