·
3 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 scraping Azure DNS zone metrics
- Provide capability to configure query lookback in minutes
- Provide new health check based on data freshness
Fixes & Improvements
- Fixed a bug where batching based on aggregation does not work properly
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.15.0
Docker Image information
New Docker image tags are available:
latest,latest-linux,latest-windows2.15.0,2.15.0-linux,2.15.0-windows2.15,2.15-linux,2.15-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @Krishna-Chaitanya4 made their first contribution in #2683
- @YXShang97 made their first contribution in #2695
Full Changelog: Scraper-v2.14.2...Scraper-v2.15.0