mvisonneau / gitlab-ci-pipelines-exporter

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

Question: Configure to get only last minute + time serie panels #717

Open Nitrosito opened 11 months ago

Nitrosito commented 11 months ago

Hi , in my case i have small gitlab instance and my Logic to avoid a lot of request (gitlab) and storage in prometheus:

(modify the panels to get the Same result but without instant value. Query the last X hour for example)

So with this Logic you can query 1,2 or 10 days and not necesay scrape in each scrape call 10 days of history

any use the exporter/panels with this Logic?

A lot of thanks for your job!! Its a nice and awesome exporter/dashboard 👍👌