jsclayton / prometheus-plex-exporter

Export metrics from your Plex Media Server
GNU Affero General Public License v3.0
117 stars 13 forks source link

Expose genre metrics #4

Open jsclayton opened 1 year ago

jsclayton commented 1 year ago

Requested on Reddit.

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 messing up queries by having a unique series for each genre of an item. 🤔