Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 472 Bytes

jellyfin-exporter-py

A very simple exporter for jellyfin written in python

Exposed metrics

Right now, it only exposes two metrics: server info and stream info. These metrics are called jellyfin_stream_info and jellyfin_server_info

The metrics are available on :9000

Configuration

Configuration is done via environment variables.

  • JELLYFIN_URL: URL of the jellyfin server. Defaults to http://localhost:8096
  • JELLYFIN_API_KEY: Jellyfin API key