-
I am running the NGINX, Inc kubernetes helm chart (not the community NGINX). NGINX version 1.23.1. I am configuring the main nginx.conf like this:
and I have confirmed with the udp dump dummy container
but when I run with the nginxlog exporter with this config file:
I see this in the sidecars stdout:
and no further output even though I set printlog. And the metrics are empty:
How do I configure the sidecar to start counting things? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got what I wanted with a new little UDP daemon. It does require a more complex JSON output format but it works for my needs. No fancy config file execution system. Check out the project: https://github.com/tureus/nginx-log-to-prometheus |
Beta Was this translation helpful? Give feedback.
I got what I wanted with a new little UDP daemon. It does require a more complex JSON output format but it works for my needs. No fancy config file execution system.
Check out the project: https://github.com/tureus/nginx-log-to-prometheus