Add mention of probe_success
authorBrian Brazil <brian.brazil@robustperception.io>
Wed, 17 May 2017 07:57:33 +0000 (08:57 +0100)
committerGitHub <noreply@github.com>
Wed, 17 May 2017 07:57:33 +0000 (08:57 +0100)
README.md

index 0d5eae4b775d771818a596df70ba16cb7af2be66..a4ed8d91aac60c264dc9bbedd7b4bf08188e1734 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ HTTP, HTTPS, DNS, TCP and ICMP.
     ./blackbox_exporter <flags>
 
 Visiting [http://localhost:9115/probe?target=google.com&module=http_2xx](http://localhost:9115/probe?target=google.com&module=http_2xx)
-will return metrics for a HTTP probe against google.com.
+will return metrics for a HTTP probe against google.com. The `probe_success` metric indicates if the probe succeeded.
 
 ### Building with Docker