How to grab HttpClientSendRequestTime from ExecutionInterceptor #5533
Unanswered
mahammadv
asked this question in
Migration from v1 to v2
Replies: 1 comment 2 replies
-
Can you use the SDK client-side metrics in V2? Or do you need to use ExecutionInterceptors? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With v1, there was a way to extract information about HttpClientSendRequestTime, HttpClientReceiveResponseTime and HttpRequestTime which was helpful to figure out connectTime, request issue time, response receive time, etc. It looks like it might be possible to extract duration from beginning of the request till response received. But not exactly the time spent on issuing the request. Can someone help with this?
Beta Was this translation helpful? Give feedback.
All reactions