@@ -302,7 +302,7 @@ Flags:
302
302
| ` nginxplus_upstream_server_ssl_handshakes ` | Counter | Successful SSL handshakes | ` server ` , ` upstream ` |
303
303
| ` nginxplus_upstream_server_ssl_handshakes_failed ` | Counter | Failed SSL handshakes | ` server ` , ` upstream ` |
304
304
| ` nginxplus_upstream_server_ssl_session_reuses ` | Counter | Session reuses during SSL handshake | ` server ` , ` upstream ` |
305
- | ` nginxplus_upstream_keepalive ` | Gauge | Idle keepalive connections | ` upstream ` |
305
+ | ` nginxplus_upstream_keepalive ` | Gauge | Idle keepalive connections | ` upstream ` |
306
306
| ` nginxplus_upstream_zombies ` | Gauge | Servers removed from the group but still processing active client requests | ` upstream ` |
307
307
308
308
#### [ Stream Upstreams] ( https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_stream_upstream )
@@ -396,7 +396,7 @@ Flags:
396
396
| ` nginxplus_stream_limit_connection_rejected ` | Counter | Total number of connections that were rejected | ` zone ` |
397
397
| ` nginxplus_stream_limit_connection_rejected_dry_run ` | Counter | Total number of connections accounted as rejected in the dry run mode | ` zone ` |
398
398
399
- #### [ Cache] ( https://nginx.org/en/docs/http/ngx_http_api_module.html#http_caches_http_cache_zone_name )
399
+ #### [ Cache] ( https://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_http_cache )
400
400
401
401
| Name | Type | Description | Labels |
402
402
| ------------------------------------------- | ------- | ----------------------------------------------------------------------- | ------- |
@@ -422,16 +422,16 @@ Flags:
422
422
| ` nginxplus_cache_bypass_responses_written ` | Counter | Total number of cache bypasses written to cache | ` cache ` |
423
423
| ` nginxplus_cache_bypass_bytes_written ` | Counter | Total number of bytes written to cache from cache bypasses | ` cache ` |
424
424
425
- #### [ Worker] ( hhttps ://nginx.org/en/docs/http/ngx_http_api_module.html#workers )
425
+ #### [ Worker] ( https ://nginx.org/en/docs/http/ngx_http_api_module.html#def_nginx_worker )
426
426
427
- | Name | Type | Description | Labels |
428
- | ---------------------------------------- | ------- | ---------------------------------------------------------------------------------------------- | ----------- |
429
- | ` nginxplus_worker_connection_accepted ` | Counter | The total number of accepted client connections | ` id ` , ` pid ` |
430
- | ` nginxplus_worker_connection_dropped ` | Counter | The total number of accepted client connections | ` id ` , ` pid ` |
431
- | ` nginxplus_worker_connection_active ` | Gauge | The current number of active client connections | ` id ` , ` pid ` |
432
- | ` nginxplus_worker_connection_idle ` | Gauge | The current number of idle client connection | ` id ` , ` pid ` |
433
- | ` nginxplus_worker_http_requests_total ` | Counter | The total number of client requests received by the worker process | ` id ` , ` pid ` |
434
- | ` nginxplus_worker_http_requests_current ` | Gauge | The current number of client requests that are currently being processed by the worker process | ` id ` , ` pid ` |
427
+ | Name | Type | Description | Labels |
428
+ | ---------------------------------------- | ------- | ------------------------------------------------------------------------ | ----------- |
429
+ | ` nginxplus_worker_connection_accepted ` | Counter | The total number of accepted client connections | ` id ` , ` pid ` |
430
+ | ` nginxplus_worker_connection_dropped ` | Counter | The total number of dropped client connections | ` id ` , ` pid ` |
431
+ | ` nginxplus_worker_connection_active ` | Gauge | The current number of active client connections | ` id ` , ` pid ` |
432
+ | ` nginxplus_worker_connection_idle ` | Gauge | The current number of idle client connection | ` id ` , ` pid ` |
433
+ | ` nginxplus_worker_http_requests_total ` | Counter | The total number of client requests received | ` id ` , ` pid ` |
434
+ | ` nginxplus_worker_http_requests_current ` | Gauge | The current number of client requests that are currently being processed | ` id ` , ` pid ` |
435
435
436
436
Connect to the ` /metrics ` page of the running exporter to see the complete list of metrics along with their
437
437
descriptions. Note: to see server zones related metrics you must configure [ status
0 commit comments