From 97d310220e7c154959ee1ec70a8fa586549114d4 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 5 Feb 2021 18:29:21 +0100 Subject: [PATCH] add link to jitsi documentation for statistics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628acd9..ccd46f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Prometheus Exporter for Jitsi Meet written in Go. Based on [Jitsi Meet Exporter](https://git.autistici.org/ai3/tools/jitsi-prometheus-exporter) from [Autistici](https://www.autistici.org/) -There's multiple different statistics endpoint that can be exposed by jitsi (like /stats and /colibri/stats); you can configure the used URL with the `videobridge-url`. +There's multiple different [statistics endpoint that can be exposed by jitsi](https://github.com/jitsi/jitsi-videobridge/blob/master/doc/statistics.md) (like /stats and /colibri/stats); you can configure the used URL with the `videobridge-url`. The exporter will handle both of them, but some metrics that aren't exposed may be reported as 0. ## Usage