Skip to content

Commit 59c8f50

Browse files
authored
Add documentation for nginx_reloads_milliseconds metrics (#1986)
Problem: Documentation for nginx_reloads_milliseconds metrics is missing in NGF docs. Solution: Add documentation for nginx_reloads_milliseconds.
1 parent c420eaa commit 59c8f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Metrics specific to NGINX Gateway Fabric include:
8585
- `nginx_reloads_total`: Counts successful NGINX reloads.
8686
- `nginx_reload_errors_total`: Counts NGINX reload failures.
8787
- `nginx_stale_config`: Indicates if NGINX Gateway Fabric couldn't update NGINX with the latest configuration, resulting in a stale version.
88-
- `nginx_last_reload_milliseconds`: Time in milliseconds for NGINX reloads.
88+
- `nginx_reloads_milliseconds`: Time in milliseconds for NGINX reloads.
8989
- `event_batch_processing_milliseconds`: Time in milliseconds to process batches of Kubernetes events.
9090

9191
All these metrics are under the `nginx_gateway_fabric` namespace and include a `class` label set to the Gateway class of NGINX Gateway Fabric. For example, `nginx_gateway_fabric_nginx_reloads_total{class="nginx"}`.

0 commit comments

Comments
 (0)