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: docs/logs_and_metrics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Lightway server also supports metrics to monitor. The following are the metrics
30
30
| connection_accept_proxy_header_failed | server | Counter | A new connection did cnot present a valid PROXY header |
31
31
| conn_create_failed | server | Counter | A new connection could not be created |
32
32
| conn_alloc_frag_map | core | Counter | A connection has used a fragmented data packet.<br>Therefore the 2M FragmentMap has been allocated |
33
-
|wolfssl_appdata| core | Counter | An AppData result occurred during a WolfSSL operation.<br><br>Given current configuration we do not expect this to be non-zero |
33
+
|tls_appdata| core | Counter | An AppData result occurred during a TLS operation.<br><br>Given current configuration we do not expect this to be non-zero |
34
34
| session_id_mismatch | core | Counter | Server has received a mismatched session_id in the header after the packet content has been validated <br><br>Should generally be expected to happen rarely|
35
35
| received_encoding_req_non_online | core | Counter | Server received an encoding request when the Connection state is not Online |
36
36
| received_encoding_req_with_tcp | core | Counter | Server received an encoding request when the Connection type is TCP |
@@ -43,8 +43,8 @@ Lightway server also supports metrics to monitor. The following are the metrics
43
43
| conn_online | server | Counter | Counts connection which have reached the “online” state after successful authentication |
44
44
| conn_rejected_no_free_ip | server | Counter | Counts connections which were rejected at auth time due to a lack of free IPs in the server pool<br><br>Should generally be expected to be 0 |
45
45
| conn_rejected_access_denied | server | Counter | Counts connections rejected due to invalid auth |
46
-
| conn_tls_error | server | Counter | Counts connections which failed due to a TLS failure from WolfSSL |
47
-
| conn_unknown_error | server | Counter | Counts connections which failed due to a non-TLS failure from WolfSSL |
46
+
| conn_tls_error | server | Counter | Counts connections which failed due to a TLS failure|
47
+
| conn_unknown_error | server | Counter | Counts connections which failed due to a non-TLS failure |
48
48
| conn_aged_out | server | Counter | Counts connections which are disconnected due to being idle (after 1 day of inactivity) |
49
49
| user_auth_eviction | server | Counter | Counts connections which are disconnected due to their auth expiring |
50
50
| conn_client_closed | server | Counter | Counts connections which have been closed since client initiate Disconnect |
0 commit comments