ingress-nginx-helm/internal/ingress/metric/collectors
Bryan Boreham f33a2090dd Add a flag to make per-host metrics optional
When serving many hosts from one nginx, the metrics may become too
numerous for Prometheus.  Add a flag to disable the host label, so
that metrics are totalled across all hosts.
2018-12-21 17:31:54 +00:00
..
controller.go Fix lint issues 2018-12-05 13:28:28 -03:00
controller_test.go Use authbind to bind privileged ports 2018-08-05 11:18:50 -04:00
main.go Refactor controller metrics interface 2018-07-12 12:46:34 -04:00
nginx_status.go Fix lint issues 2018-12-05 13:28:28 -03:00
nginx_status_test.go Refactor controller metrics interface 2018-07-12 12:46:34 -04:00
process.go Fix lint issues 2018-12-05 13:28:28 -03:00
process_test.go Refactor controller metrics interface 2018-07-12 12:46:34 -04:00
socket.go Add a flag to make per-host metrics optional 2018-12-21 17:31:54 +00:00
socket_test.go Add a flag to make per-host metrics optional 2018-12-21 17:31:54 +00:00
testutils.go Fix some typos 2018-11-05 22:10:11 +08:00