mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.26k stars 239 forks source link

Make the time window of the ratelimiter configurable #642

Closed blaketigges closed 1 year ago

blaketigges commented 1 year ago

The minimum of 1 rps was too much so I made the window of the ratelimiter configurable.

mvisonneau commented 1 year ago

thanks @blaketigges! Indeed, it is a great addition, I refactored a bit within #643 to leverage the burst nomenclature as well as taking this opportunity to polish a few other things.