Skip to content

Commit bc4abfb

Browse files
fix: help text fixes in test
1 parent 03ca1eb commit bc4abfb

File tree

1 file changed

+41
-40
lines changed

1 file changed

+41
-40
lines changed

main_test.go

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@ total_ice_succeeded_tcp 0
164164
# HELP total_ice_failed The total number of times an ICE Agent failed to establish connectivity.
165165
# TYPE total_ice_failed gauge
166166
total_ice_failed 0
167-
# HELP jitsi_endpoints_with_suspended_sources The current number of endpoints with suspended sources.
167+
# HELP jitsi_endpoints_with_suspended_sources Number of endpoints that we have suspended sending some video streams to because of bwe.
168168
# TYPE jitsi_endpoints_with_suspended_sources gauge
169169
jitsi_endpoints_with_suspended_sources 0
170-
# HELP jitsi_inactive_endpoints The current number of endpoints in inactive conferences.
170+
# HELP jitsi_inactive_endpoints Number of endpoints in inactive conferences (where no endpoint sends audio or video).
171171
# TYPE jitsi_inactive_endpoints gauge
172172
jitsi_inactive_endpoints 0
173-
# HELP jitsi_inactive_conferences The current number of inactive conferences.
173+
# HELP jitsi_inactive_conferences Number of inactive conferences (no endpoint is sending audio or video).
174174
# TYPE jitsi_inactive_conferences gauge
175175
jitsi_inactive_conferences 0
176-
# HELP jitsi_local_active_endpoints The current number of local endpoints in active conferences.
176+
# HELP jitsi_local_active_endpoints The number of active local endpoints (in a conference where at least one endpoint sends audio or video).
177177
# TYPE jitsi_local_active_endpoints gauge
178178
jitsi_local_active_endpoints 0
179179
# HELP jitsi_muc_clients_connected The current number of connected XMPP MUC clients.
@@ -197,10 +197,10 @@ jitsi_total_keyframes_received 0
197197
# HELP jitsi_total_dominant_speaker_changes The total number of dominant speaker changes.
198198
# TYPE jitsi_total_dominant_speaker_changes gauge
199199
jitsi_total_dominant_speaker_changes 0
200-
# HELP jitsi_endpoints_with_spurious_remb The total number of endpoints which sent RTCP REMB when REMB was not signaled.
200+
# HELP jitsi_endpoints_with_spurious_remb Number of endpoints that have sent a REMB packet even though REMB was not configured.
201201
# TYPE jitsi_endpoints_with_spurious_remb gauge
202202
jitsi_endpoints_with_spurious_remb 0
203-
# HELP jitsi_receive_only_endpoints The current number of receive-only endpoints.
203+
# HELP jitsi_receive_only_endpoints Number of endpoints that are not sending audio or video (but are receiving).
204204
# TYPE jitsi_receive_only_endpoints gauge
205205
jitsi_receive_only_endpoints 0
206206
# HELP jitsi_total_visitors The total number of visitors since startup.
@@ -209,7 +209,7 @@ jitsi_total_visitors 0
209209
# HELP jitsi_visitors The current number of visitors.
210210
# TYPE jitsi_visitors gauge
211211
jitsi_visitors 0
212-
# HELP jitsi_num_eps_oversending The current number of endpoints to which the bridge is oversending.
212+
# HELP jitsi_num_eps_oversending Number of endpoints that we are oversending to.
213213
# TYPE jitsi_num_eps_oversending gauge
214214
jitsi_num_eps_oversending 0
215215
# HELP jitsi_num_eps_no_msg_transport_after_delay The current number of endpoints with no message transport after delay.
@@ -218,10 +218,10 @@ jitsi_num_eps_no_msg_transport_after_delay 0
218218
# HELP jitsi_muc_clients_configured The number of configured XMPP MUC clients.
219219
# TYPE jitsi_muc_clients_configured gauge
220220
jitsi_muc_clients_configured 0
221-
# HELP jitsi_outgoing_loss The outgoing RTP packet loss fraction.
221+
# HELP jitsi_outgoing_loss Fraction of outgoing RTP packets that are lost.
222222
# TYPE jitsi_outgoing_loss gauge
223223
jitsi_outgoing_loss 0
224-
# HELP jitsi_overall_loss The overall RTP packet loss fraction.
224+
# HELP jitsi_overall_loss Fraction of RTP packets that are lost (incoming and outgoing combined).
225225
# TYPE jitsi_overall_loss gauge
226226
jitsi_overall_loss 0
227227
# HELP jitsi_total_layering_changes_received The total number of layering changes received.
@@ -230,7 +230,7 @@ jitsi_total_layering_changes_received 0
230230
# HELP jitsi_total_relays The total number of relays connected by this bridge.
231231
# TYPE jitsi_total_relays gauge
232232
jitsi_total_relays 0
233-
# HELP jitsi_endpoints_with_high_outgoing_loss The current number of endpoints with high outgoing loss.
233+
# HELP jitsi_endpoints_with_high_outgoing_loss Number of endpoints that have high outgoing loss (>10%).
234234
# TYPE jitsi_endpoints_with_high_outgoing_loss gauge
235235
jitsi_endpoints_with_high_outgoing_loss 0
236236
# HELP jitsi_drain Whether the bridge is draining and should avoid new conference allocation.
@@ -251,10 +251,10 @@ jitsi_average_participant_stress 0
251251
# HELP jitsi_total_packets_sent The total number of RTP packets sent.
252252
# TYPE jitsi_total_packets_sent gauge
253253
jitsi_total_packets_sent 0
254-
# HELP jitsi_endpoints The current number of endpoints, including OCTO endpoints.
254+
# HELP jitsi_endpoints Number of current endpoints (local and relayed).
255255
# TYPE jitsi_endpoints gauge
256256
jitsi_endpoints 0
257-
# HELP jitsi_incoming_loss The incoming RTP packet loss fraction.
257+
# HELP jitsi_incoming_loss Fraction of incoming RTP packets that are lost.
258258
# TYPE jitsi_incoming_loss gauge
259259
jitsi_incoming_loss 0
260260
# HELP jitsi_endpoints_reconnected The total number of endpoints that reconnected.
@@ -269,7 +269,7 @@ jitsi_total_bytes_received 0
269269
# HELP jitsi_endpoints_disconnected The total number of endpoints that disconnected.
270270
# TYPE jitsi_endpoints_disconnected gauge
271271
jitsi_endpoints_disconnected 0
272-
# HELP jitsi_endpoints_sending_audio The current number of endpoints sending non-silence audio.
272+
# HELP jitsi_endpoints_sending_audio The number of local endpoints sending audio.
273273
# TYPE jitsi_endpoints_sending_audio gauge
274274
jitsi_endpoints_sending_audio 0
275275
# HELP jitsi_dtls_failed_endpoints The total number of endpoints that failed to establish DTLS.
@@ -527,16 +527,16 @@ total_ice_succeeded_tcp 1
527527
# HELP total_ice_failed The total number of times an ICE Agent failed to establish connectivity.
528528
# TYPE total_ice_failed gauge
529529
total_ice_failed 0
530-
# HELP jitsi_endpoints_with_suspended_sources The current number of endpoints with suspended sources.
530+
# HELP jitsi_endpoints_with_suspended_sources Number of endpoints that we have suspended sending some video streams to because of bwe.
531531
# TYPE jitsi_endpoints_with_suspended_sources gauge
532532
jitsi_endpoints_with_suspended_sources 0
533-
# HELP jitsi_inactive_endpoints The current number of endpoints in inactive conferences.
533+
# HELP jitsi_inactive_endpoints Number of endpoints in inactive conferences (where no endpoint sends audio or video).
534534
# TYPE jitsi_inactive_endpoints gauge
535535
jitsi_inactive_endpoints 0
536-
# HELP jitsi_inactive_conferences The current number of inactive conferences.
536+
# HELP jitsi_inactive_conferences Number of inactive conferences (no endpoint is sending audio or video).
537537
# TYPE jitsi_inactive_conferences gauge
538538
jitsi_inactive_conferences 0
539-
# HELP jitsi_local_active_endpoints The current number of local endpoints in active conferences.
539+
# HELP jitsi_local_active_endpoints The number of active local endpoints (in a conference where at least one endpoint sends audio or video).
540540
# TYPE jitsi_local_active_endpoints gauge
541541
jitsi_local_active_endpoints 0
542542
# HELP jitsi_muc_clients_connected The current number of connected XMPP MUC clients.
@@ -560,10 +560,10 @@ jitsi_total_keyframes_received 0
560560
# HELP jitsi_total_dominant_speaker_changes The total number of dominant speaker changes.
561561
# TYPE jitsi_total_dominant_speaker_changes gauge
562562
jitsi_total_dominant_speaker_changes 0
563-
# HELP jitsi_endpoints_with_spurious_remb The total number of endpoints which sent RTCP REMB when REMB was not signaled.
563+
# HELP jitsi_endpoints_with_spurious_remb Number of endpoints that have sent a REMB packet even though REMB was not configured.
564564
# TYPE jitsi_endpoints_with_spurious_remb gauge
565565
jitsi_endpoints_with_spurious_remb 0
566-
# HELP jitsi_receive_only_endpoints The current number of receive-only endpoints.
566+
# HELP jitsi_receive_only_endpoints Number of endpoints that are not sending audio or video (but are receiving).
567567
# TYPE jitsi_receive_only_endpoints gauge
568568
jitsi_receive_only_endpoints 0
569569
# HELP jitsi_total_visitors The total number of visitors since startup.
@@ -572,7 +572,7 @@ jitsi_total_visitors 0
572572
# HELP jitsi_visitors The current number of visitors.
573573
# TYPE jitsi_visitors gauge
574574
jitsi_visitors 0
575-
# HELP jitsi_num_eps_oversending The current number of endpoints to which the bridge is oversending.
575+
# HELP jitsi_num_eps_oversending Number of endpoints that we are oversending to.
576576
# TYPE jitsi_num_eps_oversending gauge
577577
jitsi_num_eps_oversending 0
578578
# HELP jitsi_num_eps_no_msg_transport_after_delay The current number of endpoints with no message transport after delay.
@@ -581,10 +581,10 @@ jitsi_num_eps_no_msg_transport_after_delay 0
581581
# HELP jitsi_muc_clients_configured The number of configured XMPP MUC clients.
582582
# TYPE jitsi_muc_clients_configured gauge
583583
jitsi_muc_clients_configured 0
584-
# HELP jitsi_outgoing_loss The outgoing RTP packet loss fraction.
584+
# HELP jitsi_outgoing_loss Fraction of outgoing RTP packets that are lost.
585585
# TYPE jitsi_outgoing_loss gauge
586586
jitsi_outgoing_loss 0
587-
# HELP jitsi_overall_loss The overall RTP packet loss fraction.
587+
# HELP jitsi_overall_loss Fraction of RTP packets that are lost (incoming and outgoing combined).
588588
# TYPE jitsi_overall_loss gauge
589589
jitsi_overall_loss 0
590590
# HELP jitsi_total_layering_changes_received The total number of layering changes received.
@@ -593,7 +593,7 @@ jitsi_total_layering_changes_received 0
593593
# HELP jitsi_total_relays The total number of relays connected by this bridge.
594594
# TYPE jitsi_total_relays gauge
595595
jitsi_total_relays 0
596-
# HELP jitsi_endpoints_with_high_outgoing_loss The current number of endpoints with high outgoing loss.
596+
# HELP jitsi_endpoints_with_high_outgoing_loss Number of endpoints that have high outgoing loss (>10%).
597597
# TYPE jitsi_endpoints_with_high_outgoing_loss gauge
598598
jitsi_endpoints_with_high_outgoing_loss 0
599599
# HELP jitsi_drain Whether the bridge is draining and should avoid new conference allocation.
@@ -614,10 +614,10 @@ jitsi_average_participant_stress 0
614614
# HELP jitsi_total_packets_sent The total number of RTP packets sent.
615615
# TYPE jitsi_total_packets_sent gauge
616616
jitsi_total_packets_sent 266556
617-
# HELP jitsi_endpoints The current number of endpoints, including OCTO endpoints.
617+
# HELP jitsi_endpoints Number of current endpoints (local and relayed).
618618
# TYPE jitsi_endpoints gauge
619619
jitsi_endpoints 0
620-
# HELP jitsi_incoming_loss The incoming RTP packet loss fraction.
620+
# HELP jitsi_incoming_loss Fraction of incoming RTP packets that are lost.
621621
# TYPE jitsi_incoming_loss gauge
622622
jitsi_incoming_loss 0
623623
# HELP jitsi_endpoints_reconnected The total number of endpoints that reconnected.
@@ -632,7 +632,7 @@ jitsi_total_bytes_received 257628359
632632
# HELP jitsi_endpoints_disconnected The total number of endpoints that disconnected.
633633
# TYPE jitsi_endpoints_disconnected gauge
634634
jitsi_endpoints_disconnected 0
635-
# HELP jitsi_endpoints_sending_audio The current number of endpoints sending non-silence audio.
635+
# HELP jitsi_endpoints_sending_audio The number of local endpoints sending audio.
636636
# TYPE jitsi_endpoints_sending_audio gauge
637637
jitsi_endpoints_sending_audio 0
638638
# HELP jitsi_dtls_failed_endpoints The total number of endpoints that failed to establish DTLS.
@@ -907,16 +907,16 @@ total_ice_succeeded_tcp 0
907907
# HELP total_ice_failed The total number of times an ICE Agent failed to establish connectivity.
908908
# TYPE total_ice_failed gauge
909909
total_ice_failed 0
910-
# HELP jitsi_endpoints_with_suspended_sources The current number of endpoints with suspended sources.
910+
# HELP jitsi_endpoints_with_suspended_sources Number of endpoints that we have suspended sending some video streams to because of bwe.
911911
# TYPE jitsi_endpoints_with_suspended_sources gauge
912912
jitsi_endpoints_with_suspended_sources 0
913-
# HELP jitsi_inactive_endpoints The current number of endpoints in inactive conferences.
913+
# HELP jitsi_inactive_endpoints Number of endpoints in inactive conferences (where no endpoint sends audio or video).
914914
# TYPE jitsi_inactive_endpoints gauge
915915
jitsi_inactive_endpoints 0
916-
# HELP jitsi_inactive_conferences The current number of inactive conferences.
916+
# HELP jitsi_inactive_conferences Number of inactive conferences (no endpoint is sending audio or video).
917917
# TYPE jitsi_inactive_conferences gauge
918918
jitsi_inactive_conferences 0
919-
# HELP jitsi_local_active_endpoints The current number of local endpoints in active conferences.
919+
# HELP jitsi_local_active_endpoints The number of active local endpoints (in a conference where at least one endpoint sends audio or video).
920920
# TYPE jitsi_local_active_endpoints gauge
921921
jitsi_local_active_endpoints 0
922922
# HELP jitsi_muc_clients_connected The current number of connected XMPP MUC clients.
@@ -940,10 +940,10 @@ jitsi_total_keyframes_received 485
940940
# HELP jitsi_total_dominant_speaker_changes The total number of dominant speaker changes.
941941
# TYPE jitsi_total_dominant_speaker_changes gauge
942942
jitsi_total_dominant_speaker_changes 117
943-
# HELP jitsi_endpoints_with_spurious_remb The total number of endpoints which sent RTCP REMB when REMB was not signaled.
943+
# HELP jitsi_endpoints_with_spurious_remb Number of endpoints that have sent a REMB packet even though REMB was not configured.
944944
# TYPE jitsi_endpoints_with_spurious_remb gauge
945945
jitsi_endpoints_with_spurious_remb 1
946-
# HELP jitsi_receive_only_endpoints The current number of receive-only endpoints.
946+
# HELP jitsi_receive_only_endpoints Number of endpoints that are not sending audio or video (but are receiving).
947947
# TYPE jitsi_receive_only_endpoints gauge
948948
jitsi_receive_only_endpoints 0
949949
# HELP jitsi_total_visitors The total number of visitors since startup.
@@ -952,7 +952,7 @@ jitsi_total_visitors 0
952952
# HELP jitsi_visitors The current number of visitors.
953953
# TYPE jitsi_visitors gauge
954954
jitsi_visitors 0
955-
# HELP jitsi_num_eps_oversending The current number of endpoints to which the bridge is oversending.
955+
# HELP jitsi_num_eps_oversending Number of endpoints that we are oversending to.
956956
# TYPE jitsi_num_eps_oversending gauge
957957
jitsi_num_eps_oversending 0
958958
# HELP jitsi_num_eps_no_msg_transport_after_delay The current number of endpoints with no message transport after delay.
@@ -961,10 +961,10 @@ jitsi_num_eps_no_msg_transport_after_delay 0
961961
# HELP jitsi_muc_clients_configured The number of configured XMPP MUC clients.
962962
# TYPE jitsi_muc_clients_configured gauge
963963
jitsi_muc_clients_configured 1
964-
# HELP jitsi_outgoing_loss The outgoing RTP packet loss fraction.
964+
# HELP jitsi_outgoing_loss Fraction of outgoing RTP packets that are lost.
965965
# TYPE jitsi_outgoing_loss gauge
966966
jitsi_outgoing_loss 0
967-
# HELP jitsi_overall_loss The overall RTP packet loss fraction.
967+
# HELP jitsi_overall_loss Fraction of RTP packets that are lost (incoming and outgoing combined).
968968
# TYPE jitsi_overall_loss gauge
969969
jitsi_overall_loss 0
970970
# HELP jitsi_total_layering_changes_received The total number of layering changes received.
@@ -973,7 +973,7 @@ jitsi_total_layering_changes_received 29
973973
# HELP jitsi_total_relays The total number of relays connected by this bridge.
974974
# TYPE jitsi_total_relays gauge
975975
jitsi_total_relays 13
976-
# HELP jitsi_endpoints_with_high_outgoing_loss The current number of endpoints with high outgoing loss.
976+
# HELP jitsi_endpoints_with_high_outgoing_loss Number of endpoints that have high outgoing loss (>10%).
977977
# TYPE jitsi_endpoints_with_high_outgoing_loss gauge
978978
jitsi_endpoints_with_high_outgoing_loss 0
979979
# HELP jitsi_drain Whether the bridge is draining and should avoid new conference allocation.
@@ -994,10 +994,10 @@ jitsi_average_participant_stress 0.01
994994
# HELP jitsi_total_packets_sent The total number of RTP packets sent.
995995
# TYPE jitsi_total_packets_sent gauge
996996
jitsi_total_packets_sent 1560207
997-
# HELP jitsi_endpoints The current number of endpoints, including OCTO endpoints.
997+
# HELP jitsi_endpoints Number of current endpoints (local and relayed).
998998
# TYPE jitsi_endpoints gauge
999999
jitsi_endpoints 0
1000-
# HELP jitsi_incoming_loss The incoming RTP packet loss fraction.
1000+
# HELP jitsi_incoming_loss Fraction of incoming RTP packets that are lost.
10011001
# TYPE jitsi_incoming_loss gauge
10021002
jitsi_incoming_loss 0
10031003
# HELP jitsi_endpoints_reconnected The total number of endpoints that reconnected.
@@ -1012,7 +1012,7 @@ jitsi_total_bytes_received 759150207
10121012
# HELP jitsi_endpoints_disconnected The total number of endpoints that disconnected.
10131013
# TYPE jitsi_endpoints_disconnected gauge
10141014
jitsi_endpoints_disconnected 2
1015-
# HELP jitsi_endpoints_sending_audio The current number of endpoints sending non-silence audio.
1015+
# HELP jitsi_endpoints_sending_audio The number of local endpoints sending audio.
10161016
# TYPE jitsi_endpoints_sending_audio gauge
10171017
jitsi_endpoints_sending_audio 0
10181018
# HELP jitsi_dtls_failed_endpoints The total number of endpoints that failed to establish DTLS.
@@ -1040,7 +1040,8 @@ jitsi_region_info{region="all"} 1
10401040
# TYPE jitsi_relay_id_info gauge
10411041
jitsi_relay_id_info{relay_id="jitsi-jvb-0"} 1
10421042
# HELP jitsi_conference_sizes Distribution of conference sizes
1043-
# TYPE jitsi_conference_sizes gauge`,
1043+
# TYPE jitsi_conference_sizes gauge
1044+
`,
10441045
},
10451046
}
10461047

0 commit comments

Comments
 (0)