Skip to content
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

[release-2.13] Fix per-tenant silence limits not reloaded during runtime #8580

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

grafanabot
Copy link
Contributor

Backport 837a375 from #8456

* Fix per-tenant silence limits not reloaded during runtime

This commit fixes a bug where per-tenant silence limits were not
reloaded during runtime. This happened because per-tenant limits
were read at initialization time for a per-tenant Alertmanager
and then never again. Instead, silence limits are read each time
they are needed. Mimir uses an in-memory cache for per-tenant
limits, and silence limits are only checked when creating new
silences or updating existing silences.

* Update go.mod

(cherry picked from commit 837a375)
@grafanabot grafanabot requested review from a team and stevesg as code owners July 2, 2024 08:11
@grafanabot grafanabot requested review from stevesg and removed request for a team and stevesg July 2, 2024 08:11
@dimitarvdimitrov dimitarvdimitrov enabled auto-merge (squash) July 2, 2024 08:30
@dimitarvdimitrov dimitarvdimitrov merged commit 13626e8 into release-2.13 Jul 2, 2024
31 checks passed
@dimitarvdimitrov dimitarvdimitrov deleted the backport-8456-to-release-2.13 branch July 2, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants