When i am doing manual check using the debug step i am getting late response in some cases and also some time probe success as 0 even if the url is up .
Logs for the probe:
ts=2020-07-11T08:14:45.652556074Z caller=main.go:304 module=http_3xx target=
https://foo.example.com level=info msg="Beginning probe" probe=http timeout_seconds=119.5
ts=2020-07-11T08:14:45.652666819Z caller=http.go:323 module=http_3xx target=
https://foo.example.com level=info msg="Resolving target address" ip_protocol=ip6
ts=2020-07-11T08:14:45.652924988Z caller=http.go:323 module=http_3xx target=
https://foo.example.com level=info msg="Resolved target address" ip=10.50.200.70
ts=2020-07-11T08:16:45.152652862Z caller=main.go:119 module=http_3xx target=
https://foo.example.com level=error msg="Error for HTTP request" err="Get \"
https://0.0.00.0\": context deadline exceeded"
ts=2020-07-11T08:16:45.152700889Z caller=main.go:119 module=http_3xx target=
https://foo.example.com level=info msg="Response timings for roundtrip" roundtrip=0 start=2020-07-11T08:14:45.653032203Z dnsDone=2020-07-11T08:14:45.653032203Z connectDone=2020-07-11T08:16:45.152647141Z gotConn=0001-01-01T00:00:00Z responseStart=0001-01-01T00:00:00Z end=0001-01-01T00:00:00Z
ts=2020-07-11T08:16:45.152728204Z caller=main.go:304 module=http_3xx target=
https://foo.example.com level=error msg="Probe failed" duration_seconds=119.500129397
Metrics that would have been returned:
probe_dns_lookup_time_seconds 0.000264448
probe_duration_seconds 119.500129397
probe_failed_due_to_regex 0
probe_http_content_length 0
probe_http_duration_seconds{phase="connect"} 0
probe_http_duration_seconds{phase="processing"} 0
probe_http_duration_seconds{phase="resolve"} 0.000264448
probe_http_duration_seconds{phase="tls"} 0
probe_http_duration_seconds{phase="transfer"} 0
probe_http_redirects 0
probe_http_ssl 0
probe_http_status_code 0
probe_http_uncompressed_body_length 0
probe_http_version 0
probe_ip_addr_hash 1.699831243e+09
probe_ip_protocol 4
probe_success 0
Module configuration:
prober: http
http:
valid_status_codes:
- 302
- 304
- 301
valid_http_versions:
- HTTP/1.1
- HTTP/2
ip_protocol_fallback: true
no_follow_redirects: true
method: GET
tcp:
ip_protocol_fallback: true
icmp:
ip_protocol_fallback: true
dns:
ip_protocol_fallback: true