Jellyfin Exporter
rebelcore/jellyfin_exporter
Prometheus exporter for Jellyfin. Scrapes your media server for library counts, active sessions, transcode load and user activity, and exposes it all on a standard /metrics endpoint.
- jellyfin
- monitoring
- prometheus
- prometheus-exporter
docker run -d -p 9594:9594 \
-e JELLYFIN_BASE_URL=http://jellyfin:8096 \
-e JELLYFIN_API_KEY=<your-key> \
rebelcore/jellyfin_exporter