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.hostnameedit

type: keyword

Nginx hostname.

nginx.stubstatus.activeedit

type: long

The current number of active client connections including Waiting connections.

nginx.stubstatus.acceptsedit

type: long

The total number of accepted client connections.

nginx.stubstatus.handlededit

type: long

The total number of handled client connections.

nginx.stubstatus.droppededit

type: long

The total number of dropped client connections.

nginx.stubstatus.requestsedit

type: long

The total number of client requests.

nginx.stubstatus.currentedit

type: long

The current number of client requests.

nginx.stubstatus.readingedit

type: long

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

nginx.stubstatus.writingedit

type: long

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

nginx.stubstatus.waitingedit

type: long

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