-
-
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
chore(metrics-summaries): Remove metrics summaries queries and endpoints #81133
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: src/sentry/utils/snuba.py
Did you find this useful? React with a 👍 or 👎 |
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #81133 +/- ##
==========================================
- Coverage 80.33% 80.29% -0.05%
==========================================
Files 7223 7219 -4
Lines 320112 319454 -658
Branches 20779 20779
==========================================
- Hits 257174 256492 -682
- Misses 62545 62569 +24
Partials 393 393 |
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.
🔥
The metrics summaries are not needed anymore since we shut down DDM.
This will remove the query layer and endpoints used by the frontend to list samples associated with metrics.
https://github.com/getsentry/team-ingest/issues/544