Grafana was removed in 16.0 (May 2023)
All components expose metrics
GitLab provides custom dashboards for import into Grafana
Start Grafana next to GitLab
docker compose \
--project-name gitlab \
--file ../100_reverse_proxy/compose.yml \
--file ../160_runner/compose.yml \
--file ./compose.yml \
up -d
Create datasource of type Prometheus with URL http://gitlab:9090
Add link to Grafana: Admin Area Settings Metrics and profiling Metrics - Grafana
Find link under: Admin Area Monitoring Metrics Dashboard
Prometheus exporter for pipelines collecting…
Meant to run as daemon
Regularly checks configured projects
Regularly discovers new projects