Merge pull request #55 from mclpfr/add_total_participants_metrics
add total participants metrics
This commit is contained in:
commit
f8d9d009c1
2 changed files with 9 additions and 0 deletions
3
main.go
3
main.go
|
@ -104,6 +104,9 @@ jitsi_p2p_conferences {{.P2PConferences}}
|
|||
# HELP jitsi_participants The current number of participants.
|
||||
# TYPE jitsi_participants gauge
|
||||
jitsi_participants {{.Participants}}
|
||||
# HELP jitsi_total_participants Total participants since running.
|
||||
# TYPE jitsi_total_participants gauge
|
||||
jitsi_total_participants {{.TotalParticipants}}
|
||||
# HELP jitsi_videostreams An estimation of the number of current video streams forwarded by the bridge.
|
||||
# TYPE jitsi_videostreams gauge
|
||||
jitsi_videostreams {{.Videostreams}}
|
||||
|
|
|
@ -68,6 +68,9 @@ jitsi_p2p_conferences 1
|
|||
# HELP jitsi_participants The current number of participants.
|
||||
# TYPE jitsi_participants gauge
|
||||
jitsi_participants 4
|
||||
# HELP jitsi_total_participants Total participants since running.
|
||||
# TYPE jitsi_total_participants gauge
|
||||
jitsi_total_participants 18
|
||||
# HELP jitsi_videostreams An estimation of the number of current video streams forwarded by the bridge.
|
||||
# TYPE jitsi_videostreams gauge
|
||||
jitsi_videostreams 0
|
||||
|
@ -279,6 +282,9 @@ jitsi_p2p_conferences 0
|
|||
# HELP jitsi_participants The current number of participants.
|
||||
# TYPE jitsi_participants gauge
|
||||
jitsi_participants 0
|
||||
# HELP jitsi_total_participants Total participants since running.
|
||||
# TYPE jitsi_total_participants gauge
|
||||
jitsi_total_participants 2
|
||||
# HELP jitsi_videostreams An estimation of the number of current video streams forwarded by the bridge.
|
||||
# TYPE jitsi_videostreams gauge
|
||||
jitsi_videostreams 0
|
||||
|
|
Loading…
Reference in a new issue