Skip to content

Commit 5ddb904

Browse files
committed
Correct documentation on namespace of metrics
1 parent e816275 commit 5ddb904

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/ngf/how-to/monitoring/prometheus.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Metrics given in NGINX Plus include those in NGINX OSS in addition to:
122122
- `nginx_ssl_certificate_verify_failures_certificates_total`: The total number of SSL certificate verification failures.
123123
- `nginx_ssl_handshakes_total`: The total number of SSL handshakes.
124124

125-
These metrics are available under the namespace where your NGINX Pods are deployed.
126-
127125
---
128126

129127
### NGINX Gateway Fabric metrics
@@ -132,7 +130,7 @@ Metrics specific to NGINX Gateway Fabric include:
132130

133131
- `event_batch_processing_milliseconds`: Time in milliseconds to process batches of Kubernetes events.
134132

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"}`.
136134

137135
---
138136

0 commit comments

Comments
 (0)