Skip to content

Count AllBusy toward jibri_no_instance_failures - #1310

Merged
bgrozev merged 1 commit into
masterfrom
jit-15961-jibri-allbusy-metric
Aug 25, 2026
Merged

Count AllBusy toward jibri_no_instance_failures#1310
bgrozev merged 1 commit into
masterfrom
jit-15961-jibri-allbusy-metric

Conversation

@bgrozev

@bgrozev bgrozev commented Aug 25, 2026

Copy link
Copy Markdown
Member

Summary

  • jibri_no_instance_failures (added in Add jibri_no_instance_failures metric #1306) only counted StartException.NotAvailable.
  • Production data on meet-jit-si shows StartException.AllBusy (no matching instance available, e.g. due to region scoping) is the dominant failure path there, and NotAvailable is rarely hit since some jibri instance usually stays connected.
  • This change increments the same counter for both exception types, and updates its help text accordingly.

Prod data shows the no-instance branch is rarely hit because some
jibri instances always stay connected; StartException.AllBusy
(no matching instance available, e.g. due to region scoping) was
the actual dominant failure path and was not being counted.
jitsi-ci Bot pushed a commit to jitsi/jitsi-pr-tests-pages that referenced this pull request Aug 25, 2026
@bgrozev
bgrozev merged commit d84408d into master Aug 25, 2026
1 of 6 checks passed
@bgrozev
bgrozev deleted the jit-15961-jibri-allbusy-metric branch August 25, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants