Skip to content

Commit 6134f1d

Browse files
committed
Update descriptions of XMPP stanza and data metrics
Affected metrics: - xmpp_element_size_in and xmpp_element_out, which replaced the 'element' and 'size' metrics. - c2s_auth_failed, s2s_auth_failed, component_auth_failed Other changes in the docs: - Dropped distintion between host-type-specific and global metrics, because it was difficult to group metrics by functionality, and most metrics were decribed with labels anyway. - Merged descriptions of data metrics (tcp_data_in, tcp_data_out, tls_data_in, tls_data_out) for improved consistency and reduced verbosity. - Added a new column with labels where labels differ between rows.
1 parent 1183788 commit 6134f1d

File tree

3 files changed

+122
-101
lines changed

3 files changed

+122
-101
lines changed

doc/operation-and-maintenance/Logging-&-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ For time-based metrics, you can choose to display multiple calculated values for
108108

109109
```
110110
Session count: <prefix>.global.sm_total_sessions.count
111-
Outgoing XMPP messages: <prefix>.<domain>.c2s_element_out.message_count.one
112-
Incoming XMPP messages: <prefix>.<domain>.c2s_element_in.message_count.one
111+
Outgoing XMPP messages: <prefix>.<domain>.xmpp_element_out.c2s.message_count.one
112+
Incoming XMPP messages: <prefix>.<domain>.xmpp_element_in.c2s.message_count.one
113113
Successful logins: <prefix>.<domain>.sm_session.logins.one
114114
Logouts: <prefix>.<domain>.sm_session.logouts.one
115115
Authorization time: <prefix>.<domain>.backends.auth.authorize.<value-type>

0 commit comments

Comments
 (0)