Visualize request time for each single request #398
Unanswered
roberto-jobet-g2m
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.
-
Hi @martin-helmich ,
I need to visualize into a Grafana dashboard, the request time for each single request.
I've already added the Nginx log flag "$request_time", and it's working fine:
104.xxx - media [31/Oct/2024:09:50:02 +0000] "GET /it HTTP/2.0" 200 136200 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" "2.088"
The last value is the request_time flag value.
Is it possible to achieve this with prometheus nginx log exporter?
If yes, can you provide an example of a query that I can use for this?
Beta Was this translation helpful? Give feedback.
All reactions