Nginx Metrics

Performance metrics for Nginx

Nginx Metrics screenshot 1
Nginx Metrics screenshot 2
Nginx Metrics screenshot 3

Do not forget to enable server_status location configuration in your main server Nginx section. For example:

    location /server_status {
        # Turn on nginx stats
        stub_status on;
        access_log   off;
        # Security: Only allow access from the following IPs
        allow 127.0.0.1;
        allow 192.168.1.0/24;
        deny all;
    }

inputs.nginx plugin will use this data for gather the Nginx metrics.

And the inputs.tail plugin will be used together with grok parser to retrieve data from the Nginx access log.

Revisions
RevisionDescriptionCreated
NGINX

NGINX

by Grafana Labs
Grafana Labs solution

Easily monitor NGINX, an open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more, with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies