You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Marvin Steadfast 3b498779c1
continuous-integration/drone/push Build is passing Details
fix readme
4 years ago
cmd/jitsiexporter fixes module name 4 years ago
vendor getting all metrics in when its float64 4 years ago
.bumpversion.cfg Bump version: 0.2.17 → 0.2.18 4 years ago
.drone.yml fixes readme badge 4 years ago
.gitignore uses goreleaser 4 years ago
.goreleaser.yml goreleaser and docker 4 years ago
Dockerfile fixes docker entrypoint 4 years ago
LICENSE Create LICENSE 4 years ago
Makefile uses goreleaser 4 years ago
README.md fix readme 4 years ago
go.mod uses goreleaser 4 years ago
go.sum first tries 4 years ago
jitsiexporter.go uses goreleaser 4 years ago
jitsiexporter_test.go makes linter happy 4 years ago
mock_Stater.go timeout context for fetching jitsi stats and a fetch error metric 4 years ago

README.md

jitsiexporter

Build Status Go Report Card

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.

  1. Enable /colibri/stats for the Jitsi videobridge. When you use the Jitsi docker setup use environment variable JVB_ENABLE_APIS=rest,colibri.
  2. Be sure that the exporter and the videobridge API can communicate. In the docker Jitsi setup: Add the jitsiexporter to the jitsi-meet_meet.jitsi-network. The url would be http://jitsi-meet_jvb_1:8080.
  3. The -url URL needs to be the full url: https://videobridge/colibri/stats.
  4. A failed scrape metric is exported as jitsi_fetch_errors.