Scraparr
June 9, 2025 ยท View on GitHub
Scraparr
Unofficial Helm Chart to deploy thecfu/scraparr app on Kubernetes.
Scraparr is a Prometheus exporter for the *arr suite (Sonarr, Radarr, Lidarr, etc.). It provides metrics that can be scraped by Prometheus to monitor and visualize the health and performance of your *arr applications.
โ thecfu/scraparr
Deployment
The installation is made easy with the GitHub repository also as Helm repository:
- Add this repository as Helm repository:
helm repo add imgios https://imgios.github.io/scraparr - Install the latest release:
$ helm install <release-name> imgios/scraparr \
--namespace scraparr \
--create-namespace \
--values values.yaml
Note: if you want to deploy a specific version, execute the previous command adding: --version x.y.z
Note
Please read Helm Chart README.md for details on how to configure the values needed for this chart.
๐ You're ready to use it!
Check out thecfu/scraparr for sample Grafana dashboards.
Contributing
Any contributions you make are greatly appreciated. Please, read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
๐ฅ People behind this repository
See the list of contributors who participated in this project.
Versioning
SemVer is used for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the GPL-3.0 - see the LICENSE file for details