Skip to content

v1.5.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 06 Apr 16:06
f240252

What's new?

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

  • Support for scraping multiple subscriptions (docs | #761)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 1.5.0, 1.5.0-linux, 1.5.0-windows
  • 1.5, 1.5-linux, 1.5-windows

Docker image is available on Docker Hub.

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

Changes:

  • #947: Provide capability to scrape multiple subscriptions
  • #945: Update dependency lint-staged to v10.1.2
  • #944: Run Grafana & Graphite locally via Docker Compose
  • #937: Update Swashbuckle monorepo to v5.3.1
  • #936: Update Swashbuckle monorepo to v5.3.0
  • #935: Update dependency lint-staged to v10.1.1
  • #932: Update dependency lint-staged to v10.1.0
  • #931: Remove experimental container for Windows
  • #930: Update dependency lint-staged to v10.0.10
  • #929: [ImgBot] Optimize images
See More
  • #928: Thank you Sam Vanhoutte for supporting us!
  • #926: Update .NET Core Docker containers Docker tags
  • #925: Update aspnet Extensions monorepo to v3.1.3
  • #924: Update dependency lint-staged to v10.0.9
  • #922: Update dependency Swashbuckle.AspNetCore to v5.2.1
  • #923: Update dependency Swashbuckle.AspNetCore.Annotations to v5.2.1
  • #917: Fix CI to work well with non-PR builds
  • #921: Docs - Update image version & update deployment docs
  • #920: Use upstream Swashbuckle feature
  • #919: Update dependency Swashbuckle.AspNetCore.Annotations to v5.2.0
  • #918: Update dependency Swashbuckle.AspNetCore to v5.2.0
  • #915: Add v1.4 release to changelog.promitor.io

This list of changes was auto generated.