exportarr

AIO Prometheus Exporter for Sabnzbd, Bazarr, Prowlarr, Lidarr, Readarr, Radarr, and Sonarr

MIT License

Stars
539

Bot releases are visible (Hide)

exportarr - v1.2.1

Published by onedr0p over 1 year ago

Small release to fix the binaries not being attached to the releases, thanks again @rtrox

Be sure to read the release notes on v1.2.0

What's Changed

Full Changelog: https://github.com/onedr0p/exportarr/compare/v1.2.0...v1.2.1

exportarr - v1.2.0

Published by onedr0p over 1 year ago

I would like to give a huge shoutout to @rtrox who made some really awesome changes in this release. 🎉

Important Changes

  • Added support for Readarr @rtrox #97
  • Added support for Prowlarr @halkeye #84 and @rtrox #98
  • Added support for standard form auth @rtrox
  • Refactored libraries to use Koanf and Zap @rtrox #114 #115
  • Added Validations and Unit Tests @rtrox

What's Changed

New Contributors

Full Changelog: https://github.com/onedr0p/exportarr/compare/v1.1.0...v1.2.0

exportarr - v1.1.0

Published by onedr0p over 2 years ago

  • Added unmonitored metrics for Sonarr (enable additional metrics), Radarr and Lidarr (enable additional metrics). Thanks @qzdl 🎉
  • Fixed issues with base URLs
  • Armv7 container image has been deprecated, exportarr only supports arm64 and amd64
  • Updated to Go 1.18 and update other deps

Keep in mind enabling additional metrics will increase the API calls to the Starr apps and take much longer to query for their metrics.

exportarr - v1.0.0

Published by onedr0p over 2 years ago

exportarr - v0.6.2

Published by onedr0p almost 3 years ago

  • [FIX] Latest Lidarr version would crash when UrlBase was not set due to double forward slashes in the API request
  • [BUILD] Update project dependencies
exportarr - v0.6.1

Published by onedr0p over 3 years ago

  • [FIX] Use isAvailable for determining if a movie is missing in Radarr. Thanks @Ichabond
  • [BUILD] Update project dependencies
exportarr - v0.6.0

Published by onedr0p over 3 years ago

  • [NEW] (advanced) CONFIG option: allows users to pass in the file path to Sonarr, Radarr or Lidarr's config.xml to read ApiKey, Port and UrlBase. If you don't know why you would use this, don't! 😸
  • [BREAKING] Replaced all ENABLE_*_METRICS with ENABLE_ADDITIONAL_METRICS
  • [BREAKING] Removed ENABLE_BASIC_AUTH flag, that will be enabled when both BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD are set
  • [DOCS] Updated documentation
exportarr - v0.5.0

Published by onedr0p over 3 years ago

  • [NEW] Lidarr support, thanks @kinduff 🎉
  • [BUILD] Update project dependencies
  • [DOCS] Add Lidarr config to the Docs
exportarr - v0.4.0

Published by onedr0p over 3 years ago

  • [BREAKING] Switch to alpine:3.13 as the base image which adds tini and tzdata
  • [BREAKING] The above change makes the ENTRYPOINT set to tini
  • [BREAKING] Move to Github Container Registry
  • [CI] Use ubuntu-20.04 as build image
  • [CI] Separate out branch and release workflows
  • [DOCS] Update documentation to reflect ENTRYPOINT and GHCR changes in all examples
exportarr -

Published by onedr0p about 4 years ago

  • Fix for missing sonarr_episode_missing_total metric
exportarr - v0.3.3

Published by onedr0p over 4 years ago

  • Force release to create Docker image
exportarr - v0.3.2

Published by onedr0p over 4 years ago

  • Fixed Docker image exec error
exportarr - v0.3.1

Published by onedr0p over 4 years ago

  • Set default PORT in Dockerfile to 9707
  • Run exportarr with tini in Dockerfile
  • Added new config option ENABLE_UNKNOWN_QUEUE_ITEMS, set to false by default
exportarr - v0.3.0

Published by onedr0p over 4 years ago

  • Renamed LISTEN_PORT and LISTEN_IP to PORT and INTERFACE respectively
  • Updated Kube, Compose manifests and README
exportarr - v0.2.0

Published by onedr0p over 4 years ago

  • Breaking: Rename and consolidate RADARR_URL, RADARR_APIKEY, SONARR_URL, SONARR_APIKEYintoURLandAPIKEY`
  • Breaking: All CLI Commands except LOG_LEVEL moved out of global args
  • Update Kube, Compose manifests, and README to reflect changes
exportarr - v0.1.2

Published by onedr0p over 4 years ago

  • Rename to SONARR_ENABLE_EPISODE_QUALITY_METRICS and default to false
exportarr - v0.1.0

Published by onedr0p over 4 years ago

  • Initial Release 🚀