Skip to content

v1.0.0-preview-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 25 Mar 19:48
2beba3b

Getting started

Running Promitor Scraper Agent is super easy:

docker run -d -p 8999:80 --name promitor-agent-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-agent-scraper:1.0.0-preview-1

Docker Image information

New Docker image tag is available: 1.0.0-preview-1 on Docker Hub.

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

Changes:

  • 2beba3b Provide YAML spec for preview releases for Promitor (#434)
  • e77e1d6 Extend code owners with people from hackaton (#435)
  • 08c09a2 Align framework versions (#423)
  • 4d1d911 Fix bad formatting for running CI image code sample (#425)
  • a57cba5 Docker Hub bot should help you run the CI image & streamline builds (#424)
  • 1765fd6 Improve metric determination for storage queues and streamline metric docs (#422) [ #418 ]
  • 01b40b1 Update dependency Prometheus.Client.AspNetCore to v2.2.0 (#421) [ #8203 ]
  • 6256aaf Implemented storage queue duration metric (#419)
  • 475f2f3 Update dependency Bogus to v26.0.2 (#420)
  • 4820474 Add netlify badge
See more
  • 4b2c0b8 Verify that storage queue to monitor exists (#417)
  • 9853b2b Use Resharper for code quality enforcement (#415) [ #390 ]
  • 8a3c68c Provide scraper for Azure Storage Queues (#402)
  • 89a50d5 Improve alert description (#414)
  • 26608ac Automatically deploy changes to our CI automation for scraper (#413)
  • 43a4048 Provide alert around Docker Hub integration with GitHub PRs (#412)
  • a5fbfa5 Provide Logic App that will post updates about Docker images in PR (#410) [ #392 ]
  • 661155b Add 'CronScheduler.AspNetCore' & 'Cronos' to Thank You page (#409) [ #308, #408 ]
  • c435c1f Remove custom scheduling implementation and migrate to CronScheduler.AspNetCore (#408)
  • d136fab Minor cleanups (#407)
  • 07f3e8b Update dependency YamlDotNet to v6 (#404)
  • 47b3369 Add Azure Pipelines Badge (#401) [ #398 ]
  • 3e821c7 Dynamically determine build number depending on PR or not (#400) [ #398 ]
  • fe53945 Remove Travis CI (#396)
  • ca698c1 Provide Azure DevOps CI YAML (#395) [ #389 ]
  • 78c16d2 Remove "GitHub Tool" from "Thank You" (#394)
  • 4b5f577 Update dependency Microsoft.AspNetCore.App to v2.2.3 (#391)
  • 7ebca84 Update dependency Microsoft.Azure.Management.Monitor.Fluent to v1.20.0 (#307)
  • eb3306b Update dependency Prometheus.Client to v2.2.2 (#304) [ #8203 ]
  • 53b5b99 fix missing \ (#303)
  • f852173 Update dependency Bogus to v26 (#302)
  • 8403e4e Update dependency Prometheus.Client to v2.2.1 (#301)
  • 04dbd8b Update dependency YamlDotNet to v5.4.0 (#298)
  • e8c0f97 Update dependency Microsoft.AspNetCore.App to v2.2.2 (#299)
  • b3cfe7b Update dependency YamlDotNet to v5.3.1 (#297)
  • 2d18516 Update dependency Prometheus.Client to v2.2.0 (#296)
  • 6f9269c Update dependency Microsoft.ApplicationInsights to v2.9.1 (#295)
  • 5b9a502 Provide capability to configure aggregation interval (#284) [ #256, #257 ]

This list of changes was auto generated.