Skip to content

v1.2.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 10 Jan 11:22

What's new?

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

  • New Azure Virtual Machine Scale Set Scraper (docs)
  • New Azure App Plan Scraper (docs)
  • New Azure Web App Scraper (docs)
  • New Azure Function App Scraper (docs)
  • Metric labels for dimensions are now always lower-cased

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 \
                  tomkerkhove/promitor-agent-scraper:1.2.0

Docker Image information

New Docker image tags are available:

  • latest
  • 1.2.0
  • 1.2

Docker image is available on Docker Hub.

For more information about our tagging strategy, feel free to read our documentation.

Changes:

  • #820: Provide scrapers for App Services (App Plan, Web App, Function)
  • #823: Update dependency husky to v4.0.6
  • #822: Update dependency husky to v4.0.5
  • #821: Update dependency husky to v4.0.4
  • #819: Update azure azure-libraries-for-net monorepo to v1.30.0
  • #818: Update dependency husky to v4.0.3
  • #817: Metric labels for dimensions should always be lower-cased
  • #816: Provide Azure Virtual Machine Scale Set (VMSS) Scraper
  • #815: Update dependency husky to v4.0.1

This list of changes was auto generated.