sysulq / nginx-vts-exporter

Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption
https://sysulq.github.io/nginx-vts-exporter/
MIT License
645 stars 142 forks source link

Support for filter zones #38

Closed mbobakov closed 7 years ago

mbobakov commented 7 years ago

Support for filters in https://github.com/vozlt/nginx-module-vts

Filter Zones can be created by https://github.com/vozlt/nginx-module-vts#vhost_traffic_status_filter_by_set_key directive

sysulq commented 7 years ago

thanks for your contribution

slintes commented 6 years ago

Hi @mbobakov and @hnlq715, with this change nginx_upstream_bytes and nginx_upstream_requests was removed (while keeping nginx_upstream_response). Was that intentionally? It broke our Grafana dashboards. If it was intentionally, the readme needs an update. But I personally would really prefer to revert that part of this change...