Add metrics about client bytes/messages sent/received.

This commit is contained in:
Joachim Bauch 2025-11-24 17:03:14 +01:00
commit 9ee64b8c66
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
4 changed files with 89 additions and 2 deletions

View file

@ -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` |