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
Copy file name to clipboardExpand all lines: content/ngf/how-to/monitoring/prometheus.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,8 +122,6 @@ Metrics given in NGINX Plus include those in NGINX OSS in addition to:
122
122
-`nginx_ssl_certificate_verify_failures_certificates_total`: The total number of SSL certificate verification failures.
123
123
-`nginx_ssl_handshakes_total`: The total number of SSL handshakes.
124
124
125
-
These metrics are available under the namespace where your NGINX Pods are deployed.
126
-
127
125
---
128
126
129
127
### NGINX Gateway Fabric metrics
@@ -132,7 +130,7 @@ Metrics specific to NGINX Gateway Fabric include:
132
130
133
131
-`event_batch_processing_milliseconds`: Time in milliseconds to process batches of Kubernetes events.
134
132
135
-
All these metrics are under the `nginx-gateway` namespace and include a `class` label set to the GatewayClass of NGINX Gateway Fabric. For example, `nginx_gateway_fabric_event_batch_processing_milliseconds_sum{class="nginx"}`.
133
+
All these metrics are under the `nginx_gateway_fabric` namespace and include a `class` label set to the GatewayClass of NGINX Gateway Fabric. For example, `nginx_gateway_fabric_event_batch_processing_milliseconds_sum{class="nginx"}`.
0 commit comments