File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ You should now have a stack completely configured and accessible at these locati
3939CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4040c9aedfdefe41 grafana/grafana:latest " /run.sh" 6 seconds ago Up 4 seconds 0.0.0.0:3000-> 3000/tcp quickstart_grafana_1
4141b3500bff6038 prom/prometheus:latest " /bin/prometheus --c…" 7 seconds ago Up 5 seconds 0.0.0.0:9090-> 9090/tcp quickstart_prometheus_1
42- 930b76005b13 mvisonneau /gitlab-ci-pipelines -exporter:latest " /usr/local/bin/gitl…" 8 seconds ago Up 6 seconds 0.0.0.0:8080-> 8080/tcp quickstart_gitlab-ci-pipelines-exporter_1
42+ 930b76005b13 helvethink /gitlab-ci-exporter:latest " /usr/local/bin/gitl…" 8 seconds ago Up 6 seconds 0.0.0.0:8080-> 8080/tcp quickstart_gitlab-ci-pipelines-exporter_1
4343```
4444
4545### Check logs from the gitlab-ci-pipelines-exporter container
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313 "github.com/urfave/cli/v2"
1414 "github.com/vmihailenco/taskq/v4"
1515
16+ "github.com/helvethink/gitlab-ci-exporter/internal/logging"
1617 "github.com/helvethink/gitlab-ci-exporter/pkg/config"
17- "github.com/mvisonneau/go-helpers/logger"
1818)
1919
2020var start time.Time
You can’t perform that action at this time.
0 commit comments