prometheus-plex-exporter
prometheus-plex-exporter copied to clipboard
Export metrics from your Plex Media Server
First of all, thanks so much for building this - love being able to monitor my plex server from Grafana! I think this is related to [the TODO in `listener.go`](https://github.com/jsclayton/prometheus-plex-exporter/blob/main/pkg/plex/listener.go#LL47C55-L47C55),...
Requested on [Reddit](https://www.reddit.com/r/PleX/comments/131q3wj/comment/ji3gcfq/). Plex exposes multiple genres for an item. We need to determine if we can add this to the playback metrics without either causing a cardinality explosion or...
Currently the project only exports a Docker image. We should also build standalone binaries and publish them as releases.
The current GH Action builds the Docker image on every push to `main`. Instead, let's automate builds and releases using Git tags.
Allows users to skip the TLS Verification by adding Environment Variable, SKIP_TLS_VERIFICATION = true
Hello ! I've added context to handle the ctrl+c interrupt across the app This gracefully close the metrics http server and the plex event websocket. This is also a workaround...
Hello, i came from [here]( https://grafana.com/blog/2023/04/28/plexporters-energize-how-we-monitor-plex-with-grafana/) ``` Stand-alone binary releases and ARM-compatible builds. ``` i tried to use it, but i run all services on NanoPC-T6 (arm64) could you please...
This is current Prometheus config I am using. ```yaml - job_name: prom-plex honor_timestamps: true track_timestamps_staleness: false scrape_interval: 30m scrape_timeout: 1m scrape_protocols: - OpenMetricsText1.0.0 - OpenMetricsText0.0.1 - PrometheusText0.0.4 metrics_path: /metrics scheme:...