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 = {
58
58
mail_crypt_fs_maybe : '2.4.0' ,
59
59
mail_location_keep_noselect : '2.4.0' ,
60
60
mail_location_no_noselect : '2.4.0' ,
61
+ metric_defaults_proxy_session_established_added : '2.4.2' ,
61
62
metric_group_by_discrete_modifiers_added : '2.4.0' ,
62
63
migration_imapc_features : '2.4.0' ,
63
64
namespace_prefix_shared_variables_changed : '2.4.0' ,
Original file line number Diff line number Diff line change 14
14
15
15
`login_aborted`
16
16
: 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