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: Remove concurrent_render_limit in legacy alerting #83775

Closed
wants to merge 1 commit into from

Conversation

yuri-tceretian
Copy link
Contributor

What is this feature?
This PR is a part of the efforts to remove the deprecated alerting. It removes a setting [alerting].concurrent_render_limit. The setting was used in HeadlessScreenshotService, which is used by the Unified Alerting screenshot service with its own rate-limiting mechanism. Therefore, I chose to replace the setting with the global setting [rendering].concurrent_render_request_limit whose default value is 30.

Why do we need this feature?
Remove legacy alerting.

Who is this feature for?
This change should not affect anyone.

Which issue(s) does this PR fix?:
Contributes to #81268

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

@yuri-tceretian yuri-tceretian added area/alerting Grafana Alerting no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes labels Mar 1, 2024
@yuri-tceretian yuri-tceretian self-assigned this Mar 1, 2024
@yuri-tceretian yuri-tceretian requested review from torkelo, a team and chri2547 as code owners March 1, 2024 15:45
@yuri-tceretian yuri-tceretian requested review from rwwiv, JacobsonMT, grobinson-grafana, papagian, zserge and suntala and removed request for a team March 1, 2024 15:45
@grafana-delivery-bot grafana-delivery-bot bot added this to the 11.0.x milestone Mar 1, 2024
replace it with global limit in the headless screenshot service
@yuri-tceretian yuri-tceretian force-pushed the yuri-tceretian/concurrent_render_limit branch from ee7ee65 to 945e1ec Compare March 1, 2024 15:48
@grafana-delivery-bot grafana-delivery-bot bot removed this from the 11.0.x milestone Mar 1, 2024
@yuri-tceretian
Copy link
Contributor Author

Closing in favor of #83786 and #83651

@yuri-tceretian yuri-tceretian deleted the yuri-tceretian/concurrent_render_limit branch March 1, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alerting Grafana Alerting area/backend no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes type/docs
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant