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

Alerting: Use the QuotaTargetSrv instead of the QuotaTarget in quota check #60026

Merged
merged 1 commit into from Dec 8, 2022

Conversation

joeblubaugh
Copy link
Contributor

Before this change, the alerting provisioning system incorrectly used the QuotaTarget to check if alerting's request quota had been reached. The quota service requires the QuotaTargetSrv, which is what's registered with the service at startup time. This is leading to errors in the provisioning system.

…check

Before this change, the alerting provisioning system incorrectly used
the QuotaTarget to check if alerting's request quota had been reached.
The quota service requires the QuotaTargetSrv, which is what's
registered with the service at startup time. This is leading to errors
in the provisioning system.
@tomersa
Copy link

tomersa commented Dec 8, 2022

Thanks, guys for finding this! You are the best ❗ @joeblubaugh @papagian @zserge @grobinson-grafana

@joeblubaugh joeblubaugh merged commit e6743a7 into main Dec 8, 2022
@joeblubaugh joeblubaugh deleted the joeblubaugh/use-ngalert-targetsrv-in-quota branch December 8, 2022 14:34
grafanabot pushed a commit that referenced this pull request Dec 8, 2022
…check (#60026)

Before this change, the alerting provisioning system incorrectly used
the QuotaTarget to check if alerting's request quota had been reached.
The quota service requires the QuotaTargetSrv, which is what's
registered with the service at startup time. This is leading to errors
in the provisioning system.

(cherry picked from commit e6743a7)
@grobinson-grafana
Copy link
Contributor

Nice fix @joeblubaugh!

joeblubaugh added a commit that referenced this pull request Dec 8, 2022
…in quota check (#60034)

Alerting: Use the QuotaTargetSrv instead of the QuotaTarget in quota check (#60026)

Before this change, the alerting provisioning system incorrectly used
the QuotaTarget to check if alerting's request quota had been reached.
The quota service requires the QuotaTargetSrv, which is what's
registered with the service at startup time. This is leading to errors
in the provisioning system.

(cherry picked from commit e6743a7)

Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com>
GuYounes pushed a commit to paul-wurth/BIXpert that referenced this pull request Feb 8, 2023
…in quota check (grafana#60034)

Alerting: Use the QuotaTargetSrv instead of the QuotaTarget in quota check (grafana#60026)

Before this change, the alerting provisioning system incorrectly used
the QuotaTarget to check if alerting's request quota had been reached.
The quota service requires the QuotaTargetSrv, which is what's
registered with the service at startup time. This is leading to errors
in the provisioning system.

(cherry picked from commit e6743a7)

Co-authored-by: Joe Blubaugh <joe.blubaugh@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

5 participants