You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ Name | Type | Description | Labels
151
151
`nginxplus_server_zone_processing` | Gauge | Client requests that are currently being processed | `server_zone` |
152
152
`nginxplus_server_zone_requests` | Counter | Total client requests | `server_zone` |
153
153
`nginxplus_server_zone_responses` | Counter | Total responses sent to clients | `code` (the response status code. The values are: `1xx`, `2xx`, `3xx`, `4xx` and `5xx`), `server_zone` |
154
+
`nginxplus_server_zone_responses_codes` | Counter | Total responses sent to clients by code | `code` (the response status code. The possible values are [here](https://www.nginx.com/resources/wiki/extending/api/http/)), `server_zone` |
154
155
`nginxplus_server_zone_discarded` | Counter | Requests completed without sending a response | `server_zone` |
155
156
`nginxplus_server_zone_received` | Counter | Bytes received from clients | `server_zone` |
156
157
`nginxplus_server_zone_sent` | Counter | Bytes sent to clients | `server_zone` |
@@ -176,6 +177,7 @@ Name | Type | Description | Labels
176
177
`nginxplus_upstream_server_limit` | Gauge | Limit for connections which corresponds to the max_conns parameter of the upstream server. Zero value means there is no limit | `server`, `upstream` |
`nginxplus_upstream_server_responses` | Counter | Total responses sent to clients | `code` (the response status code. The values are: `1xx`, `2xx`, `3xx`, `4xx` and `5xx`), `server`, `upstream` |
180
+
`nginxplus_upstream_server_responses_codes` | Counter | Total responses sent to clients by code | `code` (the response status code. The possible values are [here](https://www.nginx.com/resources/wiki/extending/api/http/)), `server`, `upstream` |
179
181
`nginxplus_upstream_server_sent` | Counter | Bytes sent to this server | `server`, `upstream` |
180
182
`nginxplus_upstream_server_received` | Counter | Bytes received to this server | `server`, `upstream` |
181
183
`nginxplus_upstream_server_fails` | Counter | Number of unsuccessful attempts to communicate with the server | `server`, `upstream` |
@@ -226,6 +228,7 @@ Name | Type | Description | Labels
226
228
----|----|----|----|
227
229
`nginxplus_location_zone_requests` | Counter | Total client requests | `location_zone` |
228
230
`nginxplus_location_zone_responses` | Counter | Total responses sent to clients | `code` (the response status code. The values are: `1xx`, `2xx`, `3xx`, `4xx` and `5xx`), `location_zone` |
231
+
`nginxplus_location_zone_responses_codes` | Counter | Total responses sent to clients by code | `code` (the response status code. The possible values are [here](https://www.nginx.com/resources/wiki/extending/api/http/)), `location_zone` |
229
232
`nginxplus_location_zone_discarded` | Counter | Requests completed without sending a response | `location_zone` |
230
233
`nginxplus_location_zone_received` | Counter | Bytes received from clients | `location_zone` |
231
234
`nginxplus_location_zone_sent` | Counter | Bytes sent to clients | `location_zone` |
0 commit comments