Nginx fields

edit

Nginx server status metrics collected from various modules.

nginx fields

edit

nginx contains the metrics that were scraped from nginx.

stubstatus fields

edit

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

nginx.stubstatus.hostname

edit

type: keyword

Nginx hostname.

nginx.stubstatus.active

edit

type: long

The current number of active client connections including Waiting connections.

nginx.stubstatus.accepts

edit

type: long

The total number of accepted client connections.

nginx.stubstatus.handled

edit

type: long

The total number of handled client connections.

nginx.stubstatus.dropped

edit

type: long

The total number of dropped client connections.

nginx.stubstatus.requests

edit

type: long

The total number of client requests.

nginx.stubstatus.current

edit

type: long

The current number of client requests.

nginx.stubstatus.reading

edit

type: long

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

nginx.stubstatus.writing

edit

type: long

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

nginx.stubstatus.waiting

edit

type: long

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