mvisonneau / gitlab-ci-pipelines-exporter

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

Not enough polygons for data. There are 376 items to display, but configuration is limited to 100. See the Display Limit setting in category Layout. #700

Open david-nano opened 1 year ago

david-nano commented 1 year ago

https://i.imgur.com/yqpQPbz.png The query is: (gitlab_ci_pipeline_status{status="success", project=~"$PROJECT", ref=~"$REF"} * 1 > 0) or (gitlab_ci_pipeline_status{status="running", project=~"$PROJECT", ref=~"$REF"} * 2 > 0) or (gitlab_ci_pipeline_status{status=~"failed|canceled", project=~"$PROJECT", ref=~"$REF"} * 3 > 0) or (gitlab_ci_pipeline_status{status!~"success|running|failed|canceled", project=~"$PROJECT", ref=~"$REF"} * 4 > 0)

Can we convert it to show only last pipeline of each repo?