Go to file
Marvin Steadfast 3b498779c1
All checks were successful
continuous-integration/drone/push Build is passing
fix readme
2020-10-08 12:17:36 +02:00
cmd/jitsiexporter fixes module name 2020-10-07 12:09:01 +02:00
vendor getting all metrics in when its float64 2020-03-31 09:50:28 +02:00
.bumpversion.cfg Bump version: 0.2.17 → 0.2.18 2020-10-07 15:26:01 +02:00
.drone.yml fixes readme badge 2020-10-07 15:43:29 +02:00
.gitignore uses goreleaser 2020-10-07 12:04:25 +02:00
.goreleaser.yml goreleaser and docker 2020-10-07 12:18:15 +02:00
Dockerfile fixes docker entrypoint 2020-10-07 15:25:56 +02:00
go.mod uses goreleaser 2020-10-07 12:04:25 +02:00
go.sum first tries 2020-03-30 13:51:39 +02:00
jitsiexporter_test.go makes linter happy 2020-10-07 12:13:23 +02:00
jitsiexporter.go uses goreleaser 2020-10-07 12:04:25 +02:00
LICENSE Create LICENSE 2020-06-20 14:53:05 +02:00
Makefile uses goreleaser 2020-10-07 12:04:25 +02:00
mock_Stater.go timeout context for fetching jitsi stats and a fetch error metric 2020-04-01 13:14:20 +02:00
README.md fix readme 2020-10-08 12:17:36 +02:00

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.