Nginx fieldsedit

Nginx server status metrics collected from various modules.

nginx fieldsedit

nginx contains the metrics that were scraped from nginx.

stubstatus fieldsedit

stubstatus contains the metrics that were scraped from the ngx_http_stub_status_module status page.

nginx.stubstatus.hostname

type: keyword

Nginx hostname.

nginx.stubstatus.active

type: long

The current number of active client connections including Waiting connections.

nginx.stubstatus.accepts

type: long

The total number of accepted client connections.

nginx.stubstatus.handled

type: long

The total number of handled client connections.

nginx.stubstatus.dropped

type: long

The total number of dropped client connections.

nginx.stubstatus.requests

type: long

The total number of client requests.

nginx.stubstatus.current

type: long

The current number of client requests.

nginx.stubstatus.reading

type: long

The current number of connections where Nginx is reading the request header.

nginx.stubstatus.writing

type: long

The current number of connections where Nginx is writing the response back to the client.

nginx.stubstatus.waiting

type: long

The current number of idle client connections waiting for a request.