Skip to content

v1.0.0-rc-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 04 Sep 09:08

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-file C:/Promitor/az-mon-auth.creds \
                          --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
                          tomkerkhove/promitor-agent-scraper:1.0.0-rc-1

Docker Image information

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

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

Features

Changes:

  • d058008 Update dependency Prometheus.Client to v3.0.2 (#698)
  • aa583e5 Fix broken runtime config name (#697)
  • 949fb4a General Helm Chart improvements (#696)
  • 1c19f32 Update dependency Moq to v4.13.0 (#694)
  • 122e5eb Update dependency CronScheduler.AspNetCore to v1.1.2 (#692)
  • b18b32e Update dependency Bogus to v28.0.3 (#691)
  • e457df4 Allow multiple resources to be specified per metric (#683)
  • 9f32372 [Preview Release] Build change log on last release, not last ful… (#689)
  • feb8ebc Update documentation for multi-resource changes (#686) [ #513 ]
  • fce24c8 [Docs] Add "Check TODO" GitHub app - Thanks!
See more
  • ac52d84 Provide documentation on overriding runtime config & config APIs (#687)
  • f86d53c Update azure azure-libraries-for-net monorepo to v1.25.0 (#684)
  • 7810aec [Docs] Update bundler to 2.0.2 (#685)
  • 5b47ec1 [Docs] Don't manually update lock file
  • a2ff1d5 [Snyk] Fix for SNYK-RUBY-NOKOGIRI-459107
  • 25dda34 [Docs] Fix broken link to scraper overview (#681)
  • f307e01 CVE-2019-5477 - Explicitly use nokogiri >= 1.10.4 (#679)
  • d27a028 Add section on security policy
  • 84c3e3a Provide security policy
  • 39f3aa4 Update dependency CronScheduler.AspNetCore to v1.1.1 (#677)
  • 4d86841 Sanitize instrumentation key in config endpoint (#675)
  • 7653fb1 [Docs] Only list scrapers that are supported in v0.x (#672)
  • 21246c0 fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities (#671)
  • 9ac8408 Provide support for Runtime configuration in Helm Chart (#663)
  • 6d67d5a Update runtime model to support multiple resources per metric (#666)
  • b437697 Update dependency AutoMapper.Extensions.Microsoft.DependencyInje… (#665)
  • 57b4e7e Update dependency AutoMapper to v9 (#664)
  • c569c67 Seperate internal metrics declaration model from the v1 (de)seri… (#652)
  • 6938750 Fix resource group overriding (#656) [ #655 ]
  • f869ba9 Provide decent ToString for ScrapeResult to improve logging (#661)
  • f4ce88a Move featureFlags.disableMetricTimestamps to prometheus.enableMe… (#659)
  • aa3898c Provide documentation on metric labelling (#660)
  • bd3f39b Change metrics to v0.x as well
  • e7c6669 Documentation for runtime configuration via YAML (#643)
  • da6b159 Provide capability to specify how to track missing metrics (#653)
  • 16f31cd Update dependency Microsoft.Azure.Storage.Queue to v11 (#650)
  • 5e2cfa6 Update azure azure-libraries-for-net monorepo to v1.24.1 (#651)
  • 321a3ac Provide spec version for metrics declaration (#647)
  • bb9edc6 Enforce instrumentation key when Application Insights is enabled (#644)
  • f8fbf44 Turn off Application Insights by default (#642)
  • b8f4739 Fix bad Docker Hub bot message in PR (#641)
  • f8decbe Provide API endpoint for getting runtime configuration (#640)
  • 384c879 Add volume to Docker Hub bot (#637)
  • 0d64691 Include Deployment name for Docker Hub deployment
  • f48a350 Mark tests as test project for CI to run them (#636)
  • 0e1af05 Provide more information in health check (#635)
  • fca5900 Switch to runtime configuration YAML (#608)
  • ddd9dfe Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v2.2.401 (#633)
  • ffab9ed Update azure azure-libraries-for-net monorepo to v1.24.0 (#632)
  • c6490fa Optimize images (#629)
  • 418dd23 Remove old Azure DevOps folder (#631)
  • 41c6c60 Move Azure DevOps builds to /build/azure-devops (#630)
  • 8101a38 Introduce Contribution License Agreement (CLA) (#628)
  • a3a846c Update dependency YamlDotNet to v6.1.2 (#626)
  • 553e6a1 Provide better guidance in contribution guide (#625)
  • d5cf7d1 Improve our current CI (#624)
  • a3152c9 helm: add resources options in the deployment (#617)
  • 6e25e59 Make sure to use the correct image version in CI Helm Chart (#623)
  • 7aabdbe Helm CI - Fix bad repository replacement and update Chart docs (#622)
  • 489a655 Update dependency Microsoft.AspNetCore.App to v2.2.6 (#612)
  • 045d4ff Switch to .NET Core Alpine as Docker base image (#611)
  • b80de25 Update dependency Bogus to v28.0.2 (#609)
  • 29089bd Update dependency Bogus to v28 (#607)
  • d170b04 Update dependency CronScheduler.AspNetCore to v1.1.0 (#606)
  • 98fe195 Provide capability to specify custom labels per metric (#604)
  • a7c9bf1 Provide labels with resource information (#600)
  • 2088650 Update azure azure-libraries-for-net monorepo to v1.23.0 (#601)
  • 34e38f1 Update dependency Microsoft.NET.Test.Sdk to v16.2.0 (#602)
  • c88a7c1 Raising a better exception message from Azure Monitoring http re… (#597)
  • c532149 Bump to v1.0.0-preview-8

This list of changes was auto generated.