@@ -296,49 +296,41 @@ All metrics are in bytes, and refer to unencrypted data (before encryption or af
296
296
| ----------- | ---- | ----------- |
297
297
| `xmpp_element_size_in_byte_size` | histogram | Size of an XML element received from a client, server or component. |
298
298
| `xmpp_element_size_out_byte_size` | histogram | Size of an XML element sent to a client, server or component. |
299
- | `c2s_tcp_data_in_byte_size ` | counter | Amount of data received from a client via TCP channel. |
300
- | `c2s_tcp_data_out_byte_size ` | counter | Amount of data sent to a client via TCP channel. |
301
- | `c2s_tls_data_in_byte_size ` | counter | Amount of data received from a client via TLS channel. |
302
- | `c2s_tls_data_out_byte_size ` | counter | Amount of data sent to a client via TLS channel. |
299
+ | `tcp_data_in_byte_size ` | counter | Amount of data received from a client, another XMPP server or component via TCP channel. |
300
+ | `tcp_data_out_byte_size ` | counter | Amount of data sent to a client, another XMPP server or component via TCP channel. |
301
+ | `tls_data_in_byte_size ` | counter | Amount of data received from a client, another XMPP server or component via TLS channel. |
302
+ | `tls_data_out_byte_size ` | counter | Amount of data sent to a client, another XMPP server or component via TLS channel. |
303
303
| `mod_bosh_data_received_byte_size` | counter | Amount of data received from a client via BOSH connection. |
304
304
| `mod_bosh_data_sent_byte_size` | counter | Amount of data sent to a client via BOSH connection. |
305
305
| `mod_websocket_data_received_byte_size` | counter | Amount of data received from a client via WebSocket connection. |
306
306
| `mod_websocket_data_sent_byte_size` | counter | Amount of data sent to a client via WebSocket connection. |
307
- | `s2s_tcp_data_in_byte_size` | counter | Amount of data received from another XMPP server via TCP channel. |
308
- | `s2s_tcp_data_out_byte_size` | counter | Amount of data sent to another XMPP server via TCP channel. |
309
- | `s2s_tls_data_in_byte_size` | counter | Amount of data received from another XMPP server via TLS channel. |
310
- | `s2s_tls_data_out_byte_size` | counter | Amount of data sent to another XMPP server via TLS channel. |
311
- | `component_tcp_data_in_byte_size` | counter | Amount of data received from a component via TCP channel. |
312
- | `component_tcp_data_out_byte_size` | counter | Amount of data sent to a component via TCP channel. |
313
- | `component_tls_data_in_byte_size` | counter | Amount of data received from a component via TLS channel. |
314
- | `component_tls_data_out_byte_size` | counter | Amount of data sent to a component via TLS channel. |
315
307
316
308
=== "Exometer"
317
309
318
310
| Metric name | Type | Description |
319
311
| ----------- | ---- | ----------- |
320
312
| `[global, xmpp_element_size_in, c2s, byte_size]` | histogram | Size of an XML element received from a client. |
321
313
| `[global, xmpp_element_size_out, c2s, byte_size]` | histogram | Size of an XML element sent to a client. |
322
- | `[global, c2s_tcp_data_in , byte_size]` | spiral | Amount of data received from a client via TCP channel. |
323
- | `[global, c2s_tcp_data_out , byte_size]` | spiral | Amount of data sent to a client via TCP channel. |
324
- | `[global, c2s_tls_data_in , byte_size]` | spiral | Amount of data received from a client via TLS channel. |
325
- | `[global, c2s_tls_data_out , byte_size]` | spiral | Amount of data sent to a client via TLS channel. |
314
+ | `[global, tcp_data_in, c2s , byte_size]` | spiral | Amount of data received from a client via TCP channel. |
315
+ | `[global, tcp_data_out, c2s , byte_size]` | spiral | Amount of data sent to a client via TCP channel. |
316
+ | `[global, tls_data_in, c2s , byte_size]` | spiral | Amount of data received from a client via TLS channel. |
317
+ | `[global, tls_data_out, c2s , byte_size]` | spiral | Amount of data sent to a client via TLS channel. |
326
318
| `[global, mod_bosh_data_received, byte_size]` | spiral | Amount of data received from a client via BOSH connection. |
327
319
| `[global, mod_bosh_data_sent, byte_size]` | spiral | Amount of data sent to a client via BOSH connection. |
328
320
| `[global, mod_websocket_data_received, byte_size]` | spiral | Amount of data received from a client via WebSocket connection. |
329
321
| `[global, mod_websocket_data_sent, byte_size]` | spiral | Amount of data sent to a client via WebSocket connection. |
330
322
| `[global, xmpp_element_size_in, s2s, byte_size]` | histogram | Size of an XML element received from another XMPP server. |
331
323
| `[global, xmpp_element_size_out, s2s, byte_size]` | histogram | Size of an XML element sent to another XMPP server. |
332
- | `[global, s2s_tcp_data_in , byte_size]` | spiral | Amount of data received from another XMPP server via TCP channel. |
333
- | `[global, s2s_tcp_data_out , byte_size]` | spiral | Amount of data sent to another XMPP server via TCP channel. |
334
- | `[global, s2s_tls_data_in , byte_size]` | spiral | Amount of data received from another XMPP server via TLS channel. |
335
- | `[global, s2s_tls_data_out , byte_size]` | spiral | Amount of data sent to another XMPP server via TLS channel. |
324
+ | `[global, tcp_data_in, s2s , byte_size]` | spiral | Amount of data received from another XMPP server via TCP channel. |
325
+ | `[global, tcp_data_out, s2s , byte_size]` | spiral | Amount of data sent to another XMPP server via TCP channel. |
326
+ | `[global, tls_data_in, s2s , byte_size]` | spiral | Amount of data received from another XMPP server via TLS channel. |
327
+ | `[global, tls_data_out, s2s , byte_size]` | spiral | Amount of data sent to another XMPP server via TLS channel. |
336
328
| `[global, xmpp_element_size_in, component, byte_size]` | histogram | Size of an XML element received from a component. |
337
329
| `[global, xmpp_element_size_out, component, byte_size]` | histogram | Size of an XML element sent to a component. |
338
- | `[global, component_tcp_data_in , byte_size]` | spiral | Amount of data received from a component via TCP channel. |
339
- | `[global, component_tcp_data_out , byte_size]` | spiral | Amount of data sent to a component via TCP channel. |
340
- | `[global, component_tls_data_in , byte_size]` | spiral | Amount of data received from a component via TLS channel. |
341
- | `[global, component_tls_data_out , byte_size]` | spiral | Amount of data sent to a component via TLS channel. |
330
+ | `[global, tcp_data_in, component , byte_size]` | spiral | Amount of data received from a component via TCP channel. |
331
+ | `[global, tcp_data_out, component , byte_size]` | spiral | Amount of data sent to a component via TCP channel. |
332
+ | `[global, tls_data_in, component , byte_size]` | spiral | Amount of data received from a component via TLS channel. |
333
+ | `[global, tls_data_out, component , byte_size]` | spiral | Amount of data sent to a component via TLS channel. |
342
334
343
335
### CETS system metrics
344
336
0 commit comments