Skip to content

Commit e42310a

Browse files
committed
Add feedback
1 parent 5ddb904 commit e42310a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ NGINX Gateway Fabric provides a variety of metrics for monitoring and analyzing
8383

8484
### NGINX/NGINX Plus metrics
8585

86-
NGINX metrics cover specific NGINX operations such as the total number of accepted client connections. These metrics are
86+
NGINX metrics include NGINX-specific data such as the total number of accepted client connections. These metrics are
8787
collected through NGINX Agent and are reported by each NGINX Pod.
8888

8989
NGINX Gateway Fabric currently supports a subset of all metrics available through NGINX OSS and Plus. Listed below are
9090
the supported metrics along with a small accompanying description.
9191

92-
Metrics given in NGINX OSS include:
92+
Metrics provided by NGINX Open Source include:
9393
- `nginx_http_connections`: NGINX-wide statistics describing HTTP connections.
9494
- `nginx_http_requests`: The total number of client requests received from clients.
9595

96-
Metrics given in NGINX Plus include those in NGINX OSS in addition to:
96+
In addition to the previous metrics provided by NGINX Open Source, NGINX Plus includes:
9797
- `nginx_config_reloads`: The total number of NGINX config reloads.
9898
- `nginx_http_response_status_responses_total`: The number of responses, grouped by status code range.
9999
- `nginx_http_request_discarded_requests_total`: The total number of requests completed without sending a response.

0 commit comments

Comments
 (0)