blackbox_exporter icon indicating copy to clipboard operation
blackbox_exporter copied to clipboard

Add http failure reason metric #1077

Open domcyrus opened this issue 2 years ago • 0 comments

Adds probe_http_failures_total metric implementing feature for #1077 . This couter type metric provides the reason of http probe failures.

For example:

probe_http_failures_total{reason="dns_not_found"}
probe_http_failures_total{reason="request_creation_error"}
probe_http_failures_total{reason="request_get_timeout"}
...

domcyrus avatar Oct 23 '23 07:10 domcyrus