mvisonneau / gitlab-ci-pipelines-exporter

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

Example dashboards not working as expected #830

Closed pandel closed 5 months ago

pandel commented 5 months ago

Hi!

I tried to integrate the exporter into my own environment (there is not very much to monitor, but I was interested in it nonetheless) and I do get metrics via curl, but the example dashboards provided in the quickstart folder don't work as in the screenshots here in your documentation. I add a screenshot of how it looks in my browser.

Especially the table columns are named differently. I don't quite understand how it should work in the background, but something seems wrong here. It seems as if they all use a dummy datasource, even though I have a Prometheus DS already working in my setup.

What can I do?

Regards, Holger

Bildschirmfoto 2024-04-17 um 23 04 39
pandel commented 5 months ago

FWIW, I had to start over completely, delete all my current data, configure a new datasource "prometheus" right via provisioning, as it did not work when I added a new one manually later, and now everything seems to work...