Nginx2
Nginx exporter metrics
A simple dashboard for viewer nginx metrics.
Requires nginx-prometheus-exporter to work and enabled stub_status.
Example config to nginx.conf:
location =/nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
allow 10.250.0.0/16; # Docker containers IPs
deny all;
}
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |