it just keeps spitting out the following once the container runs
exportarr is a Prometheus exporter for *arr applications.
It can export metrics from Radarr, Sonarr, Lidarr, Readarr, Bazarr and Prowlarr.
More information available at the Github Repo (https://github.com/onedr0p/exportarr)
Usage:
exportarr [command]
Available Commands:
bazarr Prometheus Exporter for Bazarr
completion Generate the autocompletion script for the specified shell
help Help about any command
lidarr Prometheus Exporter for Lidarr
prowlarr Prometheus Exporter for Prowlarr
radarr Prometheus Exporter for Radarr
readarr Prometheus Exporter for Readarr
sabnzbd Prometheus Exporter for Sabnzbd
sonarr Prometheus Exporter for Sonarr
Flags:
-a, --api-key string API Key for *arr instance
--api-key-file string File containing API Key for *arr instance
--disable-ssl-verify Disable SSL verification
-h, --help help for exportarr
-i, --interface string IP address to listen on
--log-format string Log format (console, json) (default "console")
-l, --log-level string Log level (debug, info, warn, error, fatal, panic) (default "info")
-p, --port int Port to listen on
-u, --url string URL to *arr instance
Use "exportarr [command] --help" for more information about a command.
I'm using this as a side car to the main radarr app
using the following config:
it just keeps spitting out the following once the container runs
I'm using this as a side car to the main radarr app