Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Mar 24, 2024
1 parent 768a671 commit 5e9b4ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ docs:

.PHONY: docs-dev
docs-dev:
mkdocs serve
mkdocs serve -a 0.0.0.0:8000 --no-strict
10 changes: 5 additions & 5 deletions docs/exporter-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ metric
* bbb_meetings_voice_participants - Total number of voice participants in all BigBlueButton meetings
* bbb_meetings_video_participants - Total number of video participants in all BigBlueButton meetings
* bbb_meetings_participant_clients(type=<client\>) - Total number of participants in all BigBlueButton meetings by
client (html5|dial-in|flash)
client (html5|dial-in)
* bbb_meetings_participants_origin(name=<origin\>, server=<servername\>) - Total number of participants in all
BigBlueButton meetings by server name and origin metadata (v0.6.0+)

Expand All @@ -99,12 +99,12 @@ metric
the exporter to be installed on the BigBlueButton server (access to `/var/bigbluebutton/` dir) and for
`RECORDINGS_METRICS_READ_FROM_DISK` to be enabled
* bbb_api_up - 1 if BigBlueButton API is responding 0 otherwise
* bbb_exporter(labels: version) - Information about the exporter (i.e. version)
* bbb_version(labels: version) - BigBlueButton version, requires for `BBB_VERSION_READ_FROM_DISK` to be enabled
* bbb_exporter(labels: version) - Information about the exporter (i.e. version) (v0.7.0+)
* bbb_version(labels: version) - BigBlueButton version, requires for `BBB_VERSION_READ_FROM_DISK` to be enabled (v0.7.0+)

### Counters
* bbb_unique_meetings - Total number of unique non-breakout meetings
* bbb_unique_breakout_rooms - Total number of unique breakout rooms
* bbb_unique_meetings - Total number of unique non-breakout meetings (v0.7.0+)
* bbb_unique_breakout_rooms - Total number of unique breakout rooms (v0.7.0+)

### Histograms
* bbb_api_latency(labels: endpoint, parameters) - BigBlueButton API call latency
Expand Down

0 comments on commit 5e9b4ab

Please sign in to comment.