In Prometheus with black box exporter for website monitoring getting http status code of 0 (zero) in the some datapoints. Any comments please
tried to Corelated "https 0" for any actaull error/issue with infra & at the same time instances dint found any issues.
From my experience, a status code
0with an HTTP probe means that an error has occurred before the blackbox exporter has received an answer with the actual status code. Most often this is either a "connection timeout" or "connection refused" error. You can find out what it is by making a request like this:... and then checking the logs of the exporter.