Skip to content

Commit

Permalink
Add note about vsr metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Oct 15, 2019
1 parent 656d0b3 commit 78e3b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The Ingress Controller exports the following metrics:
* `controller_nginx_last_reload_milliseconds`. Duration in milliseconds of the last NGINX reload.
* `controller_ingress_resources_total`. Number of handled Ingress resources. This metric includes the label type, that groups the Ingress resources by their type (regular, [minion or master](./../examples/mergeable-ingress-types))
* `controller_virtualserver_resources_total`. Number of handled VirtualServer resources.
* `controller_virtualserverroute_resources_total`. Number of handled VirtualServerRoute resources.
* `controller_virtualserverroute_resources_total`. Number of handled VirtualServerRoute resources. **Note**: Only counts VirtualServerRoutes that have a reference from a VirtualServer.

**Note**: all metrics have the namespace nginx_ingress. For example, nginx_ingress_controller_nginx_reloads_total.

0 comments on commit 78e3b6d

Please sign in to comment.