You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might also want to check for pipelined requests: https://en.wikipedia.org/wiki/HTTP_pipelining
it's not very common now with http/2 but it's a good thing too track to understand bad behaviors
fntlnz
changed the title
Collect response time, user agent and remote addr
Collect response time, user agent, remote addr and query params
Mar 30, 2018
fntlnz
changed the title
Collect response time, user agent, remote addr and query params
Collect request time, response time, user agent, remote addr and query params
Apr 15, 2018
For remote addr, the headers to consider are
For request time, req has a field:
For upstream response time, req has a field:
And for user agent there's the header
The text was updated successfully, but these errors were encountered: