Scraper-v2.7.0
·
404 commits
to master
since this release
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Features
- Provide scraper for Azure Database for MySQL Servers (docs | #1880 | Contributed by @MattiasAng 🎉)
Fixes & Improvements
- Honor flag not to include timestamps in system metrics for Prometheus (#1915)
- Improved performance for scraping large amoung of Azure resrouces to reduce CPU usage (#1834 | Contributed by @jasonmowry 🎉)
Deprecations
None.
Breaking Changes
None.
Getting started
Running Promitor Scraper is super easy:
docker run -d -p 8999:80 --name promitor-agent-scraper
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env-file C:/Promitor/az-mon-auth.creds \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
ghcr.io/tomkerkhove/promitor-agent-scraper:2.7.0
Docker Image information
New Docker image tags are available:
latest,latest-linux,latest-windows2.7.0,2.7.0-linux,2.7.0-windows2.7,2.7-linux,2.7-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @MattiasAng made their first contribution in #2025
- @jasonmowry made their first contribution in #2051
- @gavinhc made their first contribution in #2058
Full Changelog: Scraper-v2.6.1...Scraper-v2.7.0