Skip to content

Promitor Scraper v2.4.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 15 Jul 08:05
f2da6eb

What's new?

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

  • Provide runtime metric to indicate scraping outcome (docs | #1304)
  • Provide system metric related to HTTP request performance (docs | #1659)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.4.0, 2.4.0-linux, 2.4.0-windows
  • 2.4, 2.4-linux, 2.4-windows

Docker image is available on GitHub Container Registry.

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

Changes:

  • #1688: chore(deps): update dependency serilog.sinks.console to v4
  • #1683: fix: Provide correct resource group name for runtime metric labels
  • #1679: fix: Security upgrade github-pages from 214 to 215
  • #1652: feat: Provide runtime metric to indicate scraping outcome & HTTP request performance
  • #1676: chore(deps): update dependency husky to v7.0.1
  • #1674: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.11.1
  • #1673: chore(deps): update arcus observability monorepo to v2.2.1
  • #1672: docs: List Adobe as an end-user
  • #1669: chore(deps): update dependency husky to v7
  • #1668: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.11.0
See More
  • #1661: chore(deps): update arcus observability monorepo to v2.2.0
  • #1660: chore(deps): update dependency yamldotnet to v11.2.1
  • #1667: chore: Align test expectations with Azure subscription
  • #1666: chore: Add scarf
  • #1658: chore(deps): update dependency yamldotnet to v11.2.0
  • #1657: chore: Add license scan report and status
  • #1656: chore(deps): update dependency spectre.console to v0.40.0
  • #1655: chore(deps): update .net core docker containers docker tags
  • #1654: chore(deps): update dependency humanizer to v2.11.10
  • #1631: chore(deps): update .net core docker containers docker tags
  • #1639: chore: Fix for 1 vulnerabilities
  • #1616: chore(deps): update dependency prometheus.client.dependencyinjection to v0.5.0
  • #1651: chore(deps): update dependency arcus.testing.logging to v0.2.0

This list of changes was auto generated.