从各种模块收集的 Nginx 服务器状态指标。
nginx
nginx
包含从 nginx 抓取的指标。
stubstatus
stubstatus
包含从 ngx_http_stub_status_module 状态页面抓取的指标。
-
nginx.stubstatus.hostname
-
Nginx 主机名。
type: keyword
-
nginx.stubstatus.active
-
当前活动客户端连接数,包括等待连接。
type: long
-
nginx.stubstatus.accepts
-
已接受的客户端连接总数。
type: long
-
nginx.stubstatus.handled
-
已处理的客户端连接总数。
type: long
-
nginx.stubstatus.dropped
-
已丢弃的客户端连接总数。
type: long
-
nginx.stubstatus.requests
-
客户端请求总数。
type: long
-
nginx.stubstatus.current
-
当前的客户端请求数。
type: long
-
nginx.stubstatus.reading
-
当前正在读取请求头的连接数。
type: long
-
nginx.stubstatus.writing
-
当前正在将响应写回客户端的连接数。
type: long
-
nginx.stubstatus.waiting
-
当前等待请求的空闲客户端连接数。
type: long