Skip to content

feat: Add Rate Limiting #331

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mrueg
Copy link
Contributor

@mrueg mrueg commented Jun 22, 2025

The goal is to add rate limiting functionality to the endpoints exposed by exporter-toolkit.

Fixes: #330

@mrueg mrueg force-pushed the rate-limiting branch 6 times, most recently from adf73ed to d976f09 Compare June 22, 2025 21:55
@mrueg mrueg changed the title WIP: Add RateLimiting Add RateLimiting Jun 22, 2025
Adds a rate limiting mechanism, that will send HTTP/429 responses once a
defined limit is reached (Token Bucket)

Signed-off-by: Manuel Rüger <[email protected]>
@mrueg mrueg changed the title Add RateLimiting feat: Add Rate Limiting Jun 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rate Limiting for endpoints
1 participant