onedr0p / exportarr

AIO Prometheus Exporter for Sabnzbd, Bazarr, Prowlarr, Lidarr, Readarr, Radarr, and Sonarr
MIT License
575 stars 43 forks source link

Series to be downloaded and today #290

Closed 100lv closed 3 months ago

100lv commented 7 months ago

It will be great if you can add to Sonarr option to see aired today episodes and are they downloaded or no.

codefaux commented 6 months ago

While it doesn't seem realistic to add this to the exportarr series, it is easy to add JSON data directly to Grafana without an exporter and prometheus, and build it into a dashboard.

I've decided to fiddle with a direct JSON dashboard for Servarr products, starting with this feature for Sonarr. Bare minimum information is present to get it running. Progress will probably be slow.

https://github.com/codefaux/grafana-dashboard-sonarr

rtrox commented 3 months ago

Yea, +1 -- prometheus in general is meant for metrics, rather than text output. a

More info on a JSON datasource here: https://grafana.com/grafana/plugins/simpod-json-datasource/