nginx-vts-exporter icon indicating copy to clipboard operation
nginx-vts-exporter copied to clipboard

Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption

Results 25 nginx-vts-exporter issues
Sort by recently updated
recently updated
newest added

Hi There, Trying this out.... I can hit http://localhost:8080/status OK and loads a lot of json as per what I see on the status.html When I hit the metrics end...

Hi, can you take a look at the latest release? It only contains the sourcecode, the binary assets are missing

The `README` mentions the [server zone metrics](https://github.com/hnlq715/nginx-vts-exporter#server-zones) such as `nginx_server_requests`. What do I need to do to surface these metrics? I've enabled `vhost_traffic_status_zone` and m `vhost_traffic_status_filter_by_host on` in my settings,...

Is this possible in this instance of the nginx exporter? This is quite a good metric to be able to scrape in case something happens

I added the exporter to our Kubernetes Cluster at the nginx Controller. At the metrics page i get the following errors ``` 4 error(s) occurred: * collected metric nginx_upstream_response label:...

The problem: This Grafana dashboard doesn't seem to be reporting right numbers for ServerBytes - https://grafana.com/dashboards/2949 My efforts so far: Can the problem be that the nginx-vts-exporter outputs metrics in...

Hi, It's nice to be supported cache size (capacity, used, sent).

Hi, Is it possible to get the metrics for **payload size of each request** hitting the nginx server using nginx-vts-exporter? Thanks, Sushant

Hello! Looks like Go resolver uses `/etc/nsswitch.conf`, but busybox base image doesn't include them: ``` # docker run -ti --rm --env NGINX_STATUS="http://localhost/status/format/json" --entrypoint=sh sophos/nginx-vts-exporter / # cat /etc/nsswitch.conf cat: can't...