response_latency_ms definition #5649
Unanswered
joewilliams
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the docs
response_latency_ms
is defined as:Looking at
report.rs
it definesresponse_latency_ms
as:The way I read each of these they seem to be suggesting two different things. The former timing ends at the beginning of the response and the latter the timing ends at the end of the response.
I am not super familiar with rust but I found where I think the latency being recorded here which I think suggests that the metric is timing to the end of the response and the docs are a bit misleading.
Can anyone shed some light please?
Beta Was this translation helpful? Give feedback.
All reactions