-
-
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
fix(metric-extraction): improve is on-demand metric check #54360
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #54360 +/- ##
=======================================
Coverage 79.64% 79.64%
=======================================
Files 4986 4986
Lines 211350 211359 +9
Branches 36032 36035 +3
=======================================
+ Hits 168332 168340 +8
- Misses 37833 37835 +2
+ Partials 5185 5184 -1
|
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.
Nice work, LGTM.
In follow up PRs we should add support for NOT IN
and IN
.
if function not in _SEARCH_TO_METRIC_AGGREGATES.keys(): | ||
return False | ||
# count() has no arguments | ||
if len(arguments) == 0: |
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.
Why don't you check the function
?
Suspect IssuesThis pull request has been deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
PR reverted: 7e75367 |
Closes Dashboard on-demand metrics extraction errors