Skip to content

Promitor Scraper v2.6.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 08 Apr 13:30
· 366 commits to master since this release
0ce2802

What's new?

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

Features

None.

Fixes & Improvements

  • Discovered resources are no longer capped at 1000 resources (#1828)
  • Reduce amount of API calls to scrape metrics for Azure services to avoid hitting ARM limitations (#1914)
  • Fix "Try it out" capability for end-users in Swagger UI when using reverse proxies (#1898)
  • Dependency updates & security patches

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.6.1, 2.6.1-linux, 2.6.1-windows
  • 2.6, 2.6-linux, 2.6-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.6.0...Scraper-v2.6.1