-
Hey - thanks for this piece of software first ;-) After setting up the exporter and connecting it successfully to Prometheus, I only see the following metrics in Prometheus (and also via accessing localhost:4040/metrics):
Am I missing something in the configuration to get all the other nice metrics, e.g. http_response_time_seconds(*)? I'm using the (minimal) config from https://www.martin-helmich.de/en/blog/monitoring-nginx.html (of course with "source_files" pointing to the right NGINX access log, otherwise I would see no metrics at all, right?). The configured log format also perfectly matches my NGINX config: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
... just one more thing: I'm pretty sure the exporter cannot extract Response Times anywhere from the log, but I can't find a clue how to bring this into the NGINX log from the example config? |
Beta Was this translation helpful? Give feedback.
-
Hi I am installing and facing the same situation as you. If you have fixed this problem can you help me? My log format is:' log_format upstream_time '$remote_addr - $remote_user [$time_local] ' |
Beta Was this translation helpful? Give feedback.
... just one more thing: I'm pretty sure the exporter cannot extract Response Times anywhere from the log, but I can't find a clue how to bring this into the NGINX log from the example config?