mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Add metrics about client bytes/messages sent/received.
This commit is contained in:
parent
87345118d8
commit
9ee64b8c66
4 changed files with 89 additions and 2 deletions
|
|
@ -72,3 +72,5 @@ The following metrics are available:
|
|||
| `signaling_mcu_media_retransmissions_total` | Counter | 2.0.5 | The total number of received retransmissions | `media` |
|
||||
| `signaling_mcu_media_bytes_total` | Counter | 2.0.5 | The total number of media bytes sent / received | `media`, `direction` |
|
||||
| `signaling_mcu_media_lost_total` | Counter | 2.0.5 | The total number of lost media packets | `media`, `origin` |
|
||||
| `signaling_client_bytes_total` | Counter | 2.0.5 | The total number of bytes sent to or received by clients | `direction` |
|
||||
| `signaling_client_messages_total` | Counter | 2.0.5 | The total number of messages sent to or received by clients | `direction` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue