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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ Flags:
289
289
|`nginxplus_upstream_server_requests`| Counter | Total client requests |`server`, `upstream`|
290
290
|`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`|
291
291
|`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`|
292
-
| nginxplus_upstream_server_sent`| Counter | Bytes sent to this server |`server`, `upstream`|
292
+
|`nginxplus_upstream_server_sent`| Counter | Bytes sent to this server |`server`, `upstream`|
293
293
|`nginxplus_upstream_server_received`| Counter | Bytes received to this server |`server`, `upstream`|
294
294
|`nginxplus_upstream_server_fails`| Counter | Number of unsuccessful attempts to communicate with the server |`server`, `upstream`|
295
295
|`nginxplus_upstream_server_unavail`| Counter | How many times the server became unavailable for client requests (state 'unavail') due to the number of unsuccessful attempts reaching the max_fails threshold |`server`, `upstream`|
0 commit comments