From 3b667ffcf6abbf7db840c3dfeea09f35775b5fd5 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 29 Jan 2026 09:21:38 +0100 Subject: [PATCH] Document new call metrics. --- docs/prometheus-metrics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/prometheus-metrics.md b/docs/prometheus-metrics.md index 9a5f365..2979b16 100644 --- a/docs/prometheus-metrics.md +++ b/docs/prometheus-metrics.md @@ -74,3 +74,6 @@ The following metrics are available: | `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` | +| `signaling_call_sessions` | Gauge | 2.0.5 | The current number of sessions in a call | `backend`, `room`, `clienttype` | +| `signaling_call_sessions_total` | Counter | 2.0.5 | The total number of sessions in a call | `backend`, `clienttype` | +| `signaling_call_rooms_total` | Counter | 2.0.5 | The total number of rooms with an active call | `backend` |