Scraper v2.8.0
·
363 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 pushing metrics to an OpenTelemetry Collector (docs | #1824)
- Provide capability to define metric window starting point to query in Azure Monitor (docs | #2023)
Fixes & Improvements
- Avoid querying too much data from Azure Monitor by using 6 days of metric data (#2023)
- Agent no longer fails to create background jobs due to CultureNotFoundException (#2089)
- Ensure resource discovery is optional and does not block startup (#2104)
- Update NuGet dependencies
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.8.0
Docker Image information
New Docker image tags are available:
latest,latest-linux,latest-windows2.8.0,2.8.0-linux,2.8.0-windows2.8,2.8-linux,2.8-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
Full Changelog: Scraper-v2.8.0...Scraper-v2.8.0