Skip to content

Promitor Scraper v2.1.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 03 Mar 21:16
0f59ea8

What's new?

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

  • fix: Exception thrown when metric is not found (#1546)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.1.1, 2.1.1-linux, 2.1.1-windows
  • 2.1, 2.1-linux, 2.1-windows

Docker image is available on GitHub Container Registry.

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

Changes:

  • #1546: fix: Exception thrown when metric is not found
  • #1547: chore: Update config for Azure Front Door
  • #1543: chore(deps): update dependency markdownlint-cli to v0.27.1
  • #1542: chore(deps): update dependency markdownlint-cli to v0.27.0
  • #1541: chore(deps): update dependency husky to v5.1.3
  • #1540: chore(deps): update dependency husky to v5.1.2
  • #1534: chore: Remove legacy Issue Forms templates
  • #1533: chore(deps): update dependency arcus.webapi.logging to v1.2.0
  • #1532: chore(deps): update dependency moq to v4.16.1
  • #1531: chore(deps): update dependency microsoft.net.test.sdk to v16.9.1
See More
  • #1525: chore(deps): update dependency husky to v5.1.1
  • #1524: chore(deps): update dependency bogus to v33.0.2
  • #1523: chore(deps): update dependency microsoft.applicationinsights to v2.17.0
  • #1522: fix: Use unique names for issue templates
  • #1519: chore: Migrate to new Issue Forms YAML spec
  • #1521: chore: Release tags should include agent name
  • #1520: docs: v2.1 is out!

This list of changes was auto generated.