Grafana was removed in 16.3.0 (August 2023)
All components expose metrics
GitLab includes Prometheus exporters for all components
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 URLhttp://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