Skip to content
Snippets Groups Projects
Commit 8f306cce authored by ale's avatar ale
Browse files

Add Jibri detector metrics

parent 42981458
No related branches found
No related tags found
No related merge requests found
Pipeline #38576 passed
......@@ -45,6 +45,12 @@ jitsi_conferences {{.Conferences}}
# HELP jitsi_participants Current number of active participants
# TYPE jitsi_participants gauge
jitsi_participants {{.Participants}}
# HELP jibri_detector_count Total number of detected Jibri instances
# TYPE jibri_detector_count gauge
jibri_detector_count {{.JibriDetector.Count}}
# HELP jibri_detector_available Number of available Jibri instances
# TYPE jibri_detector_available gauge
jibri_detector_available {{.JibriDetector.Available}}
`))
func serveMetrics(w http.ResponseWriter, req *http.Request) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment