>From the HELP description of probe_http_duration_seconds:
"Duration of http request by phase, summed over all redirects"
>From the HELP description of probe_duration_seconds:
"Returns how long the probe took to complete in seconds"
I would expect that the sum of each "phase" (resolve, connect, tls,
processing, transfer) of probe_http_duration_seconds would be less than or
equal to probe_duration_seconds.
However when i plot these values side by side, I see that quite often
probe_duration_seconds is < sum of phases of probe_http_duration_seconds.
What am i missing? Below is a screenshot of how the data looks when i plot
it on grafana.
Query for panel "Probe Duration"
= probe_duration_seconds{instance=~"$instance"}
Query for panel "Probe Duration By Phase"
= probe_http_duration_seconds{instance=~"$instance"}
Note also that the panel "Probe Duration By Phase" is stacked
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/b1795da1-4d85-41a2-b05d-4800158005a4o%40googlegroups.com.