Version 2 Release 🚀
I gladly can announce to you the Release of Scraparr v2, with it are comming some breaking and new Features
Breaking Feature ⚠️
- Config file is now located at
/scraparr/config/config.yaml
- Maybe you saw it the Config switches from using .cnf (ini type) to a .yaml
To Migrate the Config pls have a look a the new config.yaml template
New Features
- Scraping multiple Instances of one Service
with v2 you are now able to configure multiple Instance of one Service - Adding aliases to a Service
Since you should be able to tell which metrics is from which service a alias can be set.
What's Changed
- Move Config file into config folder by @TheGameProfi in #29
- Add notice for Updated Config Path by @TheGameProfi in #30
- Converting the Config file to a YAML Config and add multi Instance support by @TheGameProfi in #34
- Add scraparr_services back to services_up metrics to know which service it is if using aliases by @TheGameProfi in #35
Full Changelog: v1.2.0...v2.0.0