mvisonneau / gitlab-ci-pipelines-exporter

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

failed to build resolver: invalid (non-empty) authority: gcpe-monitor.sock #783

Open patsevanton opened 8 months ago

patsevanton commented 8 months ago

Hello! Thanks for I run in first terminal

gitlab-ci-pipelines-exporter -m 'unix://gcpe-monitor.sock' run --config config.yml

and run in second terminal on same directory

gitlab-ci-pipelines-exporter -m 'unix://gcpe-monitor.sock'  monitor

Get error

FATA[0000] could not connect to the server               endpoint="unix://gcpe-monitor.sock" error="failed to build resolver: invalid (non-empty) authority: gcpe-monitor.sock"

How fix it ?