Blackbox Exporters Service
- Alerts: https://alerts.gitlab.net/#/alerts?filter=%7Btype%3D%22blackbox%22%2C%20tier%3D%22inf%22%7D
- Label: gitlab-com/gl-infra/production~“Service::Blackbox”
Logging
Section titled “Logging”Troubleshooting Pointers
Section titled “Troubleshooting Pointers”- design.gitlab.com Runbook
- Gitaly Snapshot Verification
- CI Artifacts CDN
- Investors Relations (ir.gitlab.com) main troubleshoot documentation
- Tuning and Modifying Alerts
- An impatient SRE’s guide to deleting alerts
- Push Gateway
- ../patroni/postgres.md
- ../patroni/postgresql-backups-wale-walg.md
- Container Registry CDN
- ../spamcheck/index.md
- Teleport Disaster Recovery
- GitLab Job Completion
- version.gitlab.com Runbook
- Blackbox git exporter is down
Result logs
Section titled “Result logs”The blackbox exporter keeps logs from failed probes in memory and exposes them over an HTTP interface.
You can access it by using port forwarding, and then navigating to http://localhost:9115
:
ssh blackbox-01-inf-gprd.c.gitlab-production.internal -L 9115:localhost:9115
Please note that the exporter will only keep up to 1000 results, and drop older ones. So make sure to grab these as quickly as possible, before they expire.