Helm Chart Repository

tautulli-exporter

A Prometheus exporter for Plex Media Server metrics, collected through the Tautulli API. Exposes active stream counts, transcode and direct-play breakdowns, and bandwidth — with health probes, structured logging, and graceful degradation when Tautulli is unreachable.

Add the repository

helm repo add tautulli-exporter https://mm503.github.io/tautulli-exporter helm repo update

Install

helm install tautulli-exporter tautulli-exporter/tautulli-exporter \ --set config.tautulliUrl=http://tautulli.default.svc.cluster.local:8181 \ --set config.apiKey=your-tautulli-api-key

Install with an existing Secret

helm install tautulli-exporter tautulli-exporter/tautulli-exporter \ --set config.tautulliUrl=http://tautulli.default.svc.cluster.local:8181 \ --set config.existingSecret.name=tautulli-credentials \ --set config.existingSecret.key=api-key

Preferred outside of local testing — it keeps the API key out of your release values. Set serviceMonitor.enabled=true to have the Prometheus Operator pick up the exporter automatically.

Upgrade

helm upgrade tautulli-exporter tautulli-exporter/tautulli-exporter

About this page

This GitHub Pages site hosts the Helm chart index (index.yaml) for the tautulli-exporter project. Charts are published automatically on each release via chart-releaser.