Skip to content

Commit 8c9191e

Browse files
committed
config: recommended_metrics - Add proxy_session_established to @metric_defaults=proxy
1 parent f7840cc commit 8c9191e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

docs/core/config/recommended_metrics_include/proxy.inc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@
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]].

0 commit comments

Comments
 (0)