How to measure total request duration? #963
Unanswered
bartlomiejgawel
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.
I'm looking for a way to measure total request duration. It'll be useful to create metrics. Do you have any idea how to do that? I know I can measure timestamps inside BeforeRequest/BeforeRespone handlers but do you know cleaner approach how to measure it?
All reactions