Skip to content

Remove minimetrics #93595

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

Merged
merged 14 commits into from
Jun 17, 2025
Merged

Remove minimetrics #93595

merged 14 commits into from
Jun 17, 2025

Conversation

antonpirker
Copy link
Member

Those are obsolete now because the metrics product was never launched.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 16, 2025
@antonpirker antonpirker changed the title Remove minimetrics tests Remove minimetric Jun 16, 2025
@antonpirker antonpirker changed the title Remove minimetric Remove minimetrics Jun 16, 2025
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #93595       +/-   ##
===========================================
+ Coverage   46.08%   88.03%   +41.94%     
===========================================
  Files       10309    10323       +14     
  Lines      595061   595442      +381     
  Branches    23137    23110       -27     
===========================================
+ Hits       274240   524183   +249943     
+ Misses     320328    70766   -249562     
  Partials      493      493               

@antonpirker antonpirker marked this pull request as ready for review June 16, 2025 14:15
@antonpirker antonpirker merged commit 0b72ce7 into master Jun 17, 2025
64 checks passed
@antonpirker antonpirker deleted the antonpirker/remove-minimetrics-tests branch June 17, 2025 14:54
@antonpirker antonpirker added the Trigger: Revert Add to a merged PR to revert it (skips CI) label Jun 17, 2025
@getsentry-bot
Copy link
Contributor

PR reverted: b1ead0f

getsentry-bot added a commit that referenced this pull request Jun 17, 2025
This reverts commit 0b72ce7.

Co-authored-by: antonpirker <[email protected]>
@antonpirker
Copy link
Member Author

Its used in getsentry:

$ rg CompositeExperimentalMetricsBackend
getsentry/conf/settings/prod.py
366:SENTRY_METRICS_BACKEND = "sentry.metrics.composite_experimental.CompositeExperimentalMetricsBackend"

getsentry/conf/settings/controlsilo.py
781:SENTRY_METRICS_BACKEND = "sentry.metrics.composite_experimental.CompositeExperimentalMetricsBackend"

getsentry/conf/settings/regionsilo.py
1139:SENTRY_METRICS_BACKEND = "sentry.metrics.composite_experimental.CompositeExperimentalMetricsBackend"

We need to find what was used before and then move back to this.

@antonpirker
Copy link
Member Author

Its probably this:

SENTRY_METRICS_BACKEND = "sentry.metrics.dogstatsd.DogStatsdMetricsBackend"

billyvg pushed a commit that referenced this pull request Jun 18, 2025
Those are obsolete now because the metrics product was never launched.
billyvg pushed a commit that referenced this pull request Jun 18, 2025
This reverts commit 0b72ce7.

Co-authored-by: antonpirker <[email protected]>
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
Those are obsolete now because the metrics product was never launched.
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
This reverts commit 0b72ce7.

Co-authored-by: antonpirker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components Trigger: Revert Add to a merged PR to revert it (skips CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants