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”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.