Scraper-v2.11.0
tomkerkhove
released this
25 Sep 07:03
·
105 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 support for Azure PowerBI Dedicated (docs - Contributed by @SurtzSean 🎉)
Fixes & Improvements
- Provide missing functionality for multi-dimension scraping in StatsD sink.
- Patch for CVE-2023-33170 (High - CVE Report)
- Patch for CVE-2023-36799 (Medium - CVE Report)
- Patch for CVE-2023-36054 (Medium - CVE Report)
- Patch for CVE-2023-3817 (Medium - CVE Report)
- Patch for CVE-2023-2650 (Medium - CVE Report)
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.11.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
2.11.0
,2.11.0-linux
,2.11.0-windows
2.11
,2.11-linux
,2.11-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @SurtzSean made their first contribution in #2368
Full Changelog: Scraper-v2.10.1...Scraper-v2.11.0