Scrape metrics from Janus server and export to Prometheus.
npm i -g nodemon
npm i
npm run start
- Enable
broadcast
under[events]
injanus.jcfg
- Configure event handler plugin
janus.eventhandler.sampleevh.jcfg
[general]
enabled = ye
events = all
grouping = yes
backend = http://localhost:8085/event
- Number of active websockets
- Total websocket connections
- Total websocket disconnects
- Total peer connections
- Total ICE connections
- Total ICE disconnects
- Number of media streams [audio,video]
- Number of active rooms
- Total rooms
- Number of active users
- Total users
- Average user session duration
- Number of publishers
- Number of subscribers
- Total subscribing (after offer/before answer)
- Total subscription errors
docker-compose up
- Edit your
/etc/hosts
file to resolvejanus.local
to127.0.0.1
- Open chrome using binary e.g.
/opt/google/chrome/google-chrome --ignore-certificate-errors --ignore-urlfetcher-cert-requests
so that the self signed CA is trusted - Visit
janus.local:8080
and start a video room demo - Scrape metrics using curl
curl http://janus.local:8085/metrics