NGINX Metrics
See also: NGINX and NGINX Plus integration information.
nginx.net.conn_dropped_per_s
The rate of connections dropped.
nginx.net.conn_opened_per_s
The rate of connections opened.
nginx.net.connections
The total number of active connections.
nginx.net.reading
The number of connections reading client requests.
nginx.net.request_per_s
The rate of requests processed.
nginx.net.waiting
The number of keep-alive connections waiting for work.
nginx.net.writing
The number of connections waiting on upstream responses and/or writing responses back to the client.