Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 676 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 676 Bytes

A simple Jellyfin prometheus exporter in Python

This project aims at providing a Prometheus exporter for the Jellyfin streaming server.

Configuration

You can use environment variables when starting the container:

Variable Value
JELLYFIN_URL the URL to the Jellyfin instance (default http://localhost:8096)
JELLYFIN_TOKEN Jellyfin API token

The exporter is listenning on port 8000.