You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prometheus-metrics.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,25 +55,25 @@ The following metrics are available:
55
55
|`signaling_backend_client_requests_total`| Counter | 2.0.3 | The total number of backend client requests |`backend`|
56
56
|`signaling_backend_client_requests_duration`| Histogram | 2.0.3 | The duration of backend client requests in seconds |`backend`|
57
57
|`signaling_backend_client_requests_errors_total`| Counter | 2.0.3 | The total number of backend client requests that had an error |`backend`, `error`|
58
-
|`signaling_mcu_bandwidth`| Gauge | 2.0.5| The current bandwidth in bytes per second |`direction`|
59
-
|`signaling_mcu_backend_usage`| Gauge | 2.0.5| The current usage of signaling proxy backends in percent |`url`, `direction`|
60
-
|`signaling_mcu_backend_bandwidth`| Gauge | 2.0.5| The current bandwidth of signaling proxy backends in bytes per second |`url`, `direction`|
61
-
|`signaling_proxy_load`| Gauge | 2.0.5| The current load of the signaling proxy ||
62
-
|`signaling_client_rtt`| Histogram | 2.0.5| The roundtrip time of WebSocket ping messages in milliseconds ||
63
-
|`signaling_mcu_selected_candidate_total`| Counter | 2.0.5| Total number of selected candidates |`origin`, `type`, `transport`, `family`|
64
-
|`signaling_mcu_peerconnection_state_total`| Counter | 2.0.5| Total number PeerConnection states |`state`, `reason`|
65
-
|`signaling_mcu_ice_state_total`| Counter | 2.0.5| Total number of ICE connection states |`state`|
66
-
|`signaling_mcu_dtls_state_total`| Counter | 2.0.5| Total number of DTLS connection states |`state`|
67
-
|`signaling_mcu_slow_link_total`| Counter | 2.0.5| Total number of slow link events |`media`, `direction`|
68
-
|`signaling_mcu_media_rtt`| Histogram | 2.0.5| The roundtrip time of WebRTC media in milliseconds |`media`|
69
-
|`signaling_mcu_media_jitter`| Histogram | 2.0.5| The jitter of WebRTC media in milliseconds |`media`, `origin`|
70
-
|`signaling_mcu_media_codecs_total`| Counter | 2.0.5| The total number of codecs |`media`, `codec`|
71
-
|`signaling_mcu_media_nacks_total`| Counter | 2.0.5| The total number of NACKs |`media`, `direction`|
72
-
|`signaling_mcu_media_retransmissions_total`| Counter | 2.0.5| The total number of received retransmissions |`media`|
73
-
|`signaling_mcu_media_bytes_total`| Counter | 2.0.5| The total number of media bytes sent / received |`media`, `direction`|
74
-
|`signaling_mcu_media_lost_total`| Counter | 2.0.5| The total number of lost media packets |`media`, `origin`|
75
-
|`signaling_client_bytes_total`| Counter | 2.0.5| The total number of bytes sent to or received by clients |`direction`|
76
-
|`signaling_client_messages_total`| Counter | 2.0.5| The total number of messages sent to or received by clients |`direction`|
77
-
|`signaling_call_sessions`| Gauge | 2.0.5| The current number of sessions in a call |`backend`, `room`, `clienttype`|
78
-
|`signaling_call_sessions_total`| Counter | 2.0.5| The total number of sessions in a call |`backend`, `clienttype`|
79
-
|`signaling_call_rooms_total`| Counter | 2.0.5| The total number of rooms with an active call |`backend`|
58
+
|`signaling_mcu_bandwidth`| Gauge | 2.1.0| The current bandwidth in bytes per second |`direction`|
59
+
|`signaling_mcu_backend_usage`| Gauge | 2.1.0| The current usage of signaling proxy backends in percent |`url`, `direction`|
60
+
|`signaling_mcu_backend_bandwidth`| Gauge | 2.1.0| The current bandwidth of signaling proxy backends in bytes per second |`url`, `direction`|
61
+
|`signaling_proxy_load`| Gauge | 2.1.0| The current load of the signaling proxy ||
62
+
|`signaling_client_rtt`| Histogram | 2.1.0| The roundtrip time of WebSocket ping messages in milliseconds ||
63
+
|`signaling_mcu_selected_candidate_total`| Counter | 2.1.0| Total number of selected candidates |`origin`, `type`, `transport`, `family`|
64
+
|`signaling_mcu_peerconnection_state_total`| Counter | 2.1.0| Total number PeerConnection states |`state`, `reason`|
65
+
|`signaling_mcu_ice_state_total`| Counter | 2.1.0| Total number of ICE connection states |`state`|
66
+
|`signaling_mcu_dtls_state_total`| Counter | 2.1.0| Total number of DTLS connection states |`state`|
67
+
|`signaling_mcu_slow_link_total`| Counter | 2.1.0| Total number of slow link events |`media`, `direction`|
68
+
|`signaling_mcu_media_rtt`| Histogram | 2.1.0| The roundtrip time of WebRTC media in milliseconds |`media`|
69
+
|`signaling_mcu_media_jitter`| Histogram | 2.1.0| The jitter of WebRTC media in milliseconds |`media`, `origin`|
70
+
|`signaling_mcu_media_codecs_total`| Counter | 2.1.0| The total number of codecs |`media`, `codec`|
71
+
|`signaling_mcu_media_nacks_total`| Counter | 2.1.0| The total number of NACKs |`media`, `direction`|
72
+
|`signaling_mcu_media_retransmissions_total`| Counter | 2.1.0| The total number of received retransmissions |`media`|
73
+
|`signaling_mcu_media_bytes_total`| Counter | 2.1.0| The total number of media bytes sent / received |`media`, `direction`|
74
+
|`signaling_mcu_media_lost_total`| Counter | 2.1.0| The total number of lost media packets |`media`, `origin`|
75
+
|`signaling_client_bytes_total`| Counter | 2.1.0| The total number of bytes sent to or received by clients |`direction`|
76
+
|`signaling_client_messages_total`| Counter | 2.1.0| The total number of messages sent to or received by clients |`direction`|
77
+
|`signaling_call_sessions`| Gauge | 2.1.0| The current number of sessions in a call |`backend`, `room`, `clienttype`|
78
+
|`signaling_call_sessions_total`| Counter | 2.1.0| The total number of sessions in a call |`backend`, `clienttype`|
79
+
|`signaling_call_rooms_total`| Counter | 2.1.0| The total number of rooms with an active call |`backend`|
0 commit comments