Skip to content

Commit 6a65403

Browse files
committed
docs: update probe output example to match new metrics
1 parent c95211a commit 6a65403

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,29 @@ For example, the output may look like:
6262
```md
6363
# HELP tun_probe_duration_seconds Returns how long the probe took to complete in seconds
6464
# TYPE tun_probe_duration_seconds gauge
65-
tun_probe_duration_seconds 0.7377543
65+
tun_probe_duration_seconds 1.554994
66+
# HELP tun_probe_http_content_length_bytes Length of HTTP content response in bytes
67+
# TYPE tun_probe_http_content_length_bytes gauge
68+
tun_probe_http_content_length_bytes -1
69+
# HELP tun_probe_http_duration_seconds Duration of HTTP request by phase, summed over all traces
70+
# TYPE tun_probe_http_duration_seconds gauge
71+
tun_probe_http_duration_seconds{phase="connect"} 0.1998826
72+
tun_probe_http_duration_seconds{phase="processing"} 0.3262475
73+
tun_probe_http_duration_seconds{phase="resolve"} 0
74+
tun_probe_http_duration_seconds{phase="tls"} 1.2223279
75+
tun_probe_http_duration_seconds{phase="transfer"} 0.0064185
76+
# HELP tun_probe_http_redirects The number of redirects
77+
# TYPE tun_probe_http_redirects gauge
78+
tun_probe_http_redirects 1
79+
# HELP tun_probe_http_ssl Indicates if SSL was used for the final trace
80+
# TYPE tun_probe_http_ssl gauge
81+
tun_probe_http_ssl 1
6682
# HELP tun_probe_http_status_code Response HTTP status code
6783
# TYPE tun_probe_http_status_code gauge
6884
tun_probe_http_status_code 200
85+
# HELP tun_probe_http_uncompressed_body_length_bytes Length of uncompressed response body in bytes
86+
# TYPE tun_probe_http_uncompressed_body_length_bytes gauge
87+
tun_probe_http_uncompressed_body_length_bytes 17650
6988
# HELP tun_probe_success Displays whether or not the probe over tunnel was a success
7089
# TYPE tun_probe_success gauge
7190
tun_probe_success 1

0 commit comments

Comments
 (0)