v0.6.0
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.6.0
Docker Image information
New Docker image tags are available:
latest
0.6.0
0.6
Docker image is available on Docker Hub.
For more information about our tagging strategy, feel free to read our documentation.
Changes:
- 46a49b0 Provide capability to opt-out of metric timestamps (#291) [ #290 ]
- a1cd60e Remove Snyk from CI (#289)
- f08f8c0 Update microsoft/dotnet Docker tag to v2.2.103 (#278)
- 0c45e25 Update dependency Microsoft.ApplicationInsights to v2.9.0 (#286)
This list of changes was auto generated.