Skip to content

Promitor Scraper v2.14.0

Choose a tag to compare

@tomkerkhove tomkerkhove released this 29 Jul 19:13
c9445ca

What's new?

Here are some important things you should know, for a full list see changelog.promitor.io.

Features

  • Provide support for Cognitive Services Account (docs)

Fixes & Improvements

  • Enforce timeout-based mutex release on scrape jobs to avoid resource exhaustion
  • Make Batch Scrape Job Resilient to Single Failures
  • Patch for various CVEs

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.14.0

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.14.0, 2.14.0-linux, 2.14.0-windows
  • 2.14, 2.14-linux, 2.14-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.13.0...Scraper-v2.14.0