File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
docs/core/config/recommended_metrics_include Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ export const updates = {
5858 mail_crypt_fs_maybe : '2.4.0' ,
5959 mail_location_keep_noselect : '2.4.0' ,
6060 mail_location_no_noselect : '2.4.0' ,
61+ metric_defaults_proxy_session_established_added : '2.4.2' ,
6162 metric_group_by_discrete_modifiers_added : '2.4.0' ,
6263 migration_imapc_features : '2.4.0' ,
6364 namespace_prefix_shared_variables_changed : '2.4.0' ,
Original file line number Diff line number Diff line change 1414
1515`login_aborted`
1616: Number of aborted logins, grouped by reason. See [[event,login_aborted]].
17+
18+ `proxy_session_established`
19+ : [[added,metric_defaults_proxy_session_established_added]] Number of
20+ successful proxy sessions. This can be used to see post-authentication
21+ latency until session is logged into a backend. See
22+ [[event,proxy_session_established]].
You can’t perform that action at this time.
0 commit comments