File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/ngf/how-to/monitoring Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8787collected through NGINX Agent and are reported by each NGINX Pod.
8888
8989NGINX Gateway Fabric currently supports a subset of all metrics available through NGINX OSS and Plus. Listed below are
9090the 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.
You can’t perform that action at this time.
0 commit comments