Marvin Steadfast
3b498779c1
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
cmd/jitsiexporter | ||
vendor | ||
.bumpversion.cfg | ||
.drone.yml | ||
.gitignore | ||
.goreleaser.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
jitsiexporter_test.go | ||
jitsiexporter.go | ||
LICENSE | ||
Makefile | ||
mock_Stater.go | ||
README.md |
jitsiexporter
A Jitsi meet prometheus exporter.
Usage of ./jitsiexporter_linux_amd64:
-debug
Enable debug.
-host string
Host to listen on. (default "localhost")
-interval duration
Seconds to wait before scraping. (default 30s)
-port int
Port to listen on. (default 9700)
-url string
URL of Jitsi Videobridge Colibri Stats.
-version
Prints version.
Usage
For a docker based setup, you can use the docker image quay.io/xsteadfastx/jitsiexporter.
- Enable
/colibri/stats
for the Jitsi videobridge. When you use the Jitsi docker setup use environment variableJVB_ENABLE_APIS=rest,colibri
. - Be sure that the exporter and the videobridge API can communicate. In the docker Jitsi setup: Add the
jitsiexporter
to thejitsi-meet_meet.jitsi
-network. The url would behttp://jitsi-meet_jvb_1:8080
. - The
-url
URL needs to be the full url:https://videobridge/colibri/stats
. - A failed scrape metric is exported as
jitsi_fetch_errors
.