Skip to content

Scraper v2.10.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 29 Jul 19:41
· 108 commits to master since this release
83c9bed

What's new?

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

Features

  • Provide support for all label scenarios in StatsD & OpenTelemetry metric sink. This includes
    dimensions, customer & default labels.
  • Provide support for scraping multiple metrics dimensions. (Contributed by @aaronweissler & @amirschw 🎉)
  • Use Mariner distroless base images (Contributed by @amirschw 🎉)

Fixes & Improvements

  • Patch for CVE-2023-29331
  • Improve handling of time series with missing dimensions that are requested (Contributed by @hkfgo 🎉)

Deprecations

  • Support for scraping single metric dimension by using metrics[x].azureMetricConfiguration.dimension.

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.10.0, 2.10.0-linux, 2.10.0-windows
  • 2.10, 2.10-linux, 2.10-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.9.0...Scraper-v2.10.0