Promitor Scraper v2.5.0
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
- Provide scraper for Azure Data Factory (docs | #359)
- Provide scraper for Azure Data Share (docs | #1678)
- Provide system metrics related to agent performance & resources (docs | #341)
- Provide system metrics indicating ARM throttling status (docs | #1738)
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.5.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
2.5.0
,2.5.0-linux
,2.5.0-windows
2.5
,2.5-linux
,2.5-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.