mvisonneau / gitlab-ci-pipelines-exporter

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

Limit API request one second #674

Open naveen4644 opened 1 year ago

naveen4644 commented 1 year ago

I need one help to configure API request to gitlab only one per second. I changed in gitlab-ci-pipelines-exporter.yml. But how can i check in Prometheus or in grafana to see that actually one request per second. Very urgent help required

doubletooth commented 1 year ago

Screenshot 2023-06-22 at 2 37 53 PM @naveen4644 you should be able to use the gcpe_gitlab_api_requests_count to determine your api requests being made from your exporter.

There are a few other metrics you could look at

Hope that helps