Account response read time for http prober (#363)
authorIvan Babrou <ibobrik@gmail.com>
Thu, 4 Oct 2018 10:59:29 +0000 (03:59 -0700)
committerBrian Brazil <brian.brazil@robustperception.io>
Thu, 4 Oct 2018 10:59:29 +0000 (11:59 +0100)
commit5cbb0848265b369c3ce8b9fa0dcb032c5718af7c
tree971e42f14e658a5cdca77eacdd1180dbca34d78b
parentd4234bbabc01e207b976a3995695533c9aec39d9
Account response read time for http prober (#363)

Withot this change `transfer` time is near zero, because `trace.end`
time is clocked when response body is available, not when it's read.

Signed-off-by: Ivan Babrou <ibobrik@gmail.com>
prober/http.go