Skip to content

v0.5.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 24 Jan 21:25
f97cf99

Getting started

Running Promitor Scraper is super easy:

docker run -d -p 8999:80 --name promitor-scraper
                         --env PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                         --env PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
                         --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
                         tomkerkhove/promitor-scraper:0.5.0

Docker Image information

New Docker image tags are available:

  • latest
  • 0.5.0
  • 0.5

Docker image is available on Docker Hub.

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

Changes:

  • f97cf99 Include timestamp information in metrics (#285)
  • 7527df8 Update dependency Microsoft.Azure.Management.Monitor.Fluent to v1.19.0 (#282)
  • b4e4f6b Update dependency Bogus to v25.0.4 (#280)
  • 9da5032 Update dependency Shuttle.Core.Cron to v10.0.6 (#279) [ #8203 ]
  • 6c0af90 Use .NET Core 2.2.1 (#277)

This list of changes was auto generated.