Skip to content

v1.6.1

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 01 Jun 16:59
228aaf5

What's new?

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

Fixes

Here are a list of fixes :

  • Service Bus queue metrics are not reported correctly for entities in same namespace (#1050)
  • ratelimit_arm reported instead of promitor_ratelimit_arm for Prometheus sink (#1056)
  • Runtime config metrics sinks configuration seem broken (#1052)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 1.6.1, 1.6.1-linux, 1.6.1-windows
  • 1.6, 1.6-linux, 1.6-windows

Docker image is available on Docker Hub.

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

Changes:

  • #1060: Ensure jobs have unique names to ensure all resources are scraped
  • #1043: Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v3.1.300
  • #1058: Update dependency lint-staged to v10.2.7
  • #1057: Fix ratelimit_arm reported instead of promitor_ratelimit_arm for Prometheus sink
  • #1055: Update dependency YamlDotNet to v8.1.2
  • #1054: Only document metric sinks when they are configured & Remove default config for legacy Prometheus
  • #1051: Provide configuration & health check for resource discovery integration
  • #1053: Update dependency Microsoft.Azure.Storage.Queue to v11.1.6
  • #1049: [Snyk] Security upgrade github-pages from 204 to 204
  • #1048: Only expose when there is a URI & provide docs for legacy approach
See More
  • #1046: Update dependency lint-staged to v10.2.6
  • #1045: Update dependency lint-staged to v10.2.5
  • #1044: Update dependency Microsoft.Azure.Services.AppAuthentication to v1.5.0
  • #1041: Update dependency lint-staged to v10.2.4
  • #1040: Update dependency lint-staged to v10.2.3
  • #1039: Remove GitHub Package registry for CIs
  • #1038: Update dependency markdownlint-cli to v0.23.1
  • #1035: Publish changelog for v1.6.0 release

This list of changes was auto generated.