You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`nginxplus_worker_connection_accepted`| Counter | The total number of accepted client connections |`id`, `pid`|
428
-
|`nginxplus_worker_connection_dropped`| Counter | The total number of accepted client connections|`id`, `pid`|
429
-
|`nginxplus_worker_connection_active`| Gauge | The current number of active client connections |`id`, `pid`|
430
-
|`nginxplus_worker_connection_idle`| Gauge | The current number of idle client connection |`id`, `pid`|
431
-
|`nginxplus_worker_http_requests_total`| Counter | The total number of client requests received by the worker process |`id`, `pid`|
432
-
|`nginxplus_worker_http_requests_current`| Gauge | The current number of client requests that are currently being processed by the worker process |`id`, `pid`|
"bypass_bytes_written": newCacheZoneMetric(namespace, "bypass_bytes_written", "Total number of bytes written to cache from cache bypasses", constLabels),
576
547
},
577
548
workerMetrics: map[string]*prometheus.Desc{
578
-
"connection_accepted": newWorkerMetric(namespace, "connection_accepted", "The total number of accepted client connections", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
579
-
"connection_dropped": newWorkerMetric(namespace, "connection_dropped", "The total number of dropped client connections", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
580
-
"connection_active": newWorkerMetric(namespace, "connection_active", "The current number of active client connections", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
581
-
"connection_idle": newWorkerMetric(namespace, "connection_idle", "The current number of idle client connections", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
582
-
"http_requests_total": newWorkerMetric(namespace, "http_requests_total", "The total number of client requests received by the worker process", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
583
-
"http_requests_current": newWorkerMetric(namespace, "http_requests_current", "The current number of client requests that are currently being processed by the worker process", variableLabelNames.WorkerPIDVariableLabelNames, constLabels),
549
+
"connection_accepted": newWorkerMetric(namespace, "connection_accepted", "The total number of accepted client connections", constLabels),
550
+
"connection_dropped": newWorkerMetric(namespace, "connection_dropped", "The total number of dropped client connections", constLabels),
551
+
"connection_active": newWorkerMetric(namespace, "connection_active", "The current number of active client connections", constLabels),
552
+
"connection_idle": newWorkerMetric(namespace, "connection_idle", "The current number of idle client connections", constLabels),
553
+
"http_requests_total": newWorkerMetric(namespace, "http_requests_total", "The total number of client requests received by the worker process", constLabels),
554
+
"http_requests_current": newWorkerMetric(namespace, "http_requests_current", "The current number of client requests that are currently being processed by the worker process", constLabels),
0 commit comments