Skip to content

Commit

Permalink
Add documentation for nginx_reloads_milliseconds metrics (#1986)
Browse files Browse the repository at this point in the history
Problem: Documentation for nginx_reloads_milliseconds metrics is missing in NGF docs.

Solution: Add documentation for nginx_reloads_milliseconds.
  • Loading branch information
salonichf5 committed May 17, 2024
1 parent c420eaa commit 59c8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/how-to/monitoring/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Metrics specific to NGINX Gateway Fabric include:
- `nginx_reloads_total`: Counts successful NGINX reloads.
- `nginx_reload_errors_total`: Counts NGINX reload failures.
- `nginx_stale_config`: Indicates if NGINX Gateway Fabric couldn't update NGINX with the latest configuration, resulting in a stale version.
- `nginx_last_reload_milliseconds`: Time in milliseconds for NGINX reloads.
- `nginx_reloads_milliseconds`: Time in milliseconds for NGINX reloads.
- `event_batch_processing_milliseconds`: Time in milliseconds to process batches of Kubernetes events.

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

0 comments on commit 59c8f50

Please sign in to comment.