Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psi-4ward/jvb_exporter
Jitsi Videobridge Prometheus exporter
https://github.com/psi-4ward/jvb_exporter
Last synced: 22 days ago
JSON representation
Jitsi Videobridge Prometheus exporter
- Host: GitHub
- URL: https://github.com/psi-4ward/jvb_exporter
- Owner: psi-4ward
- License: mit
- Created: 2022-09-30T10:07:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T10:09:39.000Z (over 2 years ago)
- Last Synced: 2024-12-09T08:46:52.749Z (25 days ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jitsi Videobridge prometheus exporter
Fetches the colibri stats from the JVB and provides an scrape endpoint for
Prometheus.Written in TypeScript for Deno.
## Installation
Have a recent version of [Deno](https://deno.land/) installed.
jvb_exporter needs `--allow-net` to open fetch the jvb-stats and
`--allow-read=config.yaml` to read the configuration (if the defaults don't
fit).```bash
deno run --no-promt --allow-net jvb_exporter.js
```### TODO / TBDC
- CLI config options? (https://github.com/cacjs/cac)