mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 00:15:38 +00:00
prometheus livekit_room_total node_id label
This commit is contained in:
@@ -25,6 +25,7 @@ func initRoomStats(nodeID string) {
|
||||
Namespace: livekitNamespace,
|
||||
Subsystem: "room",
|
||||
Name: "total",
|
||||
ConstLabels: prometheus.Labels{"node_id": nodeID},
|
||||
})
|
||||
promRoomDuration = prometheus.NewHistogram(prometheus.HistogramOpts{
|
||||
Namespace: livekitNamespace,
|
||||
|
||||
Reference in New Issue
Block a user