Skip to content

Releases: tomkerkhove/promitor

v1.0.0-preview-4

24 Apr 17:36
58da7c5
Compare
Choose a tag to compare
v1.0.0-preview-4 Pre-release
Pre-release

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-4

Docker Image information

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

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

Changes:

  • 58da7c5 Only log warning when no default aggregation is configured (#522)
  • 8587028 [ImgBot] Optimize images (#518)
  • 0aea23f Reduce the image dimensions for Thank You page (#519)
  • fb1153c Thank you Cloudflare! (#517)
  • 46191f1 Add missing SAS Token in Storage Queue docs (#516) [ #515 ]
  • 7d41a94 Improve bug report issue template
  • 3d20591 Improve security issue template
  • 2f713aa Add section to document breaking changes for releases (#510)
  • 43dee49 Remove known limitations in docs (#509)
  • f155142 Update dependency Microsoft.Azure.Management.Monitor.Fluent to v1.21.0 (#508)
See more
  • dbaab89 Update dependency Microsoft.AspNetCore.App to v2.2.4 (#502) [ #503, #485, #506 ]
  • 6bd9692 Update dependency Microsoft.Azure.Storage.Queue to v10.0.1 (#506)
  • 2ff19a8 Minor documentation restructuring (#503) [ #485 ]
  • fa3bc66 Provide badges indicating which version introduces a specific scraper (#501) [ #499 ]
  • 02aceb5 Improve Cosmos DB scraper documentation & validation (#500) [ #329 ]
  • 05afaac Deprecate sample configuration in favor of docs (#497) [ #427 ]
  • f0d83a8 Support no messages available with TimeSpentInQueue & Storage scraper (#496)
  • 8f58edb Update dependency Microsoft.Azure.Storage.Queue to v10 (#494)
  • 3495242 Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v2.2.202 (#489)
  • fe0d705 Use 1.0.0-preview-3 for tomkerkhove/promitor-agent-scraper (#492)
  • e6645dc Update dependency CronScheduler.AspNetCore to v1.0.12 (#491)
  • 5594863 Change default Prometheus endpoint to /metrics (#490) [ #461 ]
  • 59b4853 Docs - Reformat support
  • 95726eb Provide clarification on support (#483)
  • b079c30 Align badges
  • bba4964 Donate with PayPal button
  • 8e359fe Use new Donate logo and restructure readme
  • a45e554 Introduce Donations (#482)
  • d850a05 Fix license on docs page (#481) [ #480 ]
  • d05f91f Back to only me as approver
  • 6e2d5de Implementation of Cosmos DB scraper (#472)
  • df57188 Corrected prometheus scraping address (#478)
  • 76e8b37 Update helm chart to work with new scraping schedule value (#476)
  • 9fafad8 Adds notes to Helm deployment that give Prometheus configuration instructions (#474)
  • 133a4ae Allow for Metric Scraping interval to be defined overall & per-metric via YAML config (#473)
  • 6232e0a Rename file to fix broken link (#475)
  • dd0a58b Update CODEOWNERS
  • e8caf9f Provide Kubernetes Helm Chart (#457)
  • 5a7cc27 Full owners
  • b25438b Fix code owners again
  • 0a40a13 Network interface metrics (#466)
  • 6968e8a Set AzDO pipeline to trigger on PRs that include pipeline changes (#468)
  • c6e488c Codeowners should be applied on all subfolders
  • a903949 Adding scraping interval to metricDefaults and metrics (#456) [ #259, #258 ]
  • 71244fc Provide Container Registry scraper (#455) [ #325 ]
  • e347fc2 Track scrape exceptions to STDERR (#460)
  • 4b9bd44 Remove Kubevalidator
  • f88e347 Support for multiple resource groups (#442)
  • 1f54551 Virtual machine metrics (#454)
  • efffd81 Provide support for scraping Azure Container Instances (#441) [ #326 ]
  • 32c1143 New YAML Validation code structure (#449)
  • 4d22ebc Seperate code quality from building solution in CI (#443)
  • 6d0a087 Fix issue with custom Prometheus scrape path (#448) [ #447 ]
  • 39ff7b2 Provide guidance how to run the docs locally
  • 2c72d10 Metric deserialization refactor (#439) [ #416 ]
  • 7a2ac8f Update CODEOWNERS for MSFT hackaton
  • ab72125 Build & tag major.minor version for official releases (#438) [ #430 ]
  • 8cff06c Determine build number based on release (#437)
  • 92339ea No need to maintain the scrapers [ #427 ]
  • 72670e1 Provide build YAML for official release (#436)
  • 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
  • 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...
Read more

v1.0.0-preview-3

09 Apr 10:56
d05f91f
Compare
Choose a tag to compare
v1.0.0-preview-3 Pre-release
Pre-release

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-3

Docker Image information

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

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

Changes:

  • d05f91f Back to only me as approver
  • 6e2d5de Implementation of Cosmos DB scraper (#472)
  • df57188 Corrected prometheus scraping address (#478)
  • 76e8b37 Update helm chart to work with new scraping schedule value (#476)
  • 9fafad8 Adds notes to Helm deployment that give Prometheus configuration instructions (#474)
  • 133a4ae Allow for Metric Scraping interval to be defined overall & per-metric via YAML config (#473)
  • 6232e0a Rename file to fix broken link (#475)
  • dd0a58b Update CODEOWNERS
  • e8caf9f Provide Kubernetes Helm Chart (#457)
  • 5a7cc27 Full owners
See more
  • b25438b Fix code owners again
  • 0a40a13 Network interface metrics (#466)
  • 6968e8a Set AzDO pipeline to trigger on PRs that include pipeline changes (#468)
  • c6e488c Codeowners should be applied on all subfolders
  • a903949 Adding scraping interval to metricDefaults and metrics (#456) [ #259, #258 ]
  • 71244fc Provide Container Registry scraper (#455) [ #325 ]
  • e347fc2 Track scrape exceptions to STDERR (#460)
  • 4b9bd44 Remove Kubevalidator
  • f88e347 Support for multiple resource groups (#442)
  • 1f54551 Virtual machine metrics (#454)
  • efffd81 Provide support for scraping Azure Container Instances (#441) [ #326 ]
  • 32c1143 New YAML Validation code structure (#449)
  • 4d22ebc Seperate code quality from building solution in CI (#443)
  • 6d0a087 Fix issue with custom Prometheus scrape path (#448) [ #447 ]
  • 39ff7b2 Provide guidance how to run the docs locally
  • 2c72d10 Metric deserialization refactor (#439) [ #416 ]
  • 7a2ac8f Update CODEOWNERS for MSFT hackaton
  • ab72125 Build & tag major.minor version for official releases (#438) [ #430 ]
  • 8cff06c Determine build number based on release (#437)
  • 92339ea No need to maintain the scrapers [ #427 ]
  • 72670e1 Provide build YAML for official release (#436)
  • 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
  • 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.

v1.0.0-preview-2

26 Mar 19:14
6d0a087
Compare
Choose a tag to compare
v1.0.0-preview-2 Pre-release
Pre-release

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-2

Docker Image information

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

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

Changes:

  • 6d0a087 Fix issue with custom Prometheus scrape path (#448) [ #447 ]
  • 39ff7b2 Provide guidance how to run the docs locally
  • 2c72d10 Metric deserialization refactor (#439) [ #416 ]
  • 7a2ac8f Update CODEOWNERS for MSFT hackaton
  • ab72125 Build & tag major.minor version for official releases (#438) [ #430 ]
  • 8cff06c Determine build number based on release (#437)
  • 92339ea No need to maintain the scrapers [ #427 ]
  • 72670e1 Provide build YAML for official release (#436)
  • 2beba3b Provide YAML spec for preview releases for Promitor (#434)
  • e77e1d6 Extend code owners with people from hackaton (#435)
See more
  • 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
  • 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.

v1.0.0-preview-1

25 Mar 19:48
2beba3b
Compare
Choose a tag to compare
v1.0.0-preview-1 Pre-release
Pre-release

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.

v0.6.0

06 Feb 16:21
46a49b0
Compare
Choose a tag to compare

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.

v0.5.0

24 Jan 21:25
f97cf99
Compare
Choose a tag to compare

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.

v0.4.2

09 Jan 14:04
dbf31c4
Compare
Choose a tag to compare

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

Docker Image information

New Docker image tags are available:

  • latest
  • 0.4.2
  • 0.4

Docker image is available on Docker Hub.

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

Changes:

  • dbf31c4 Use latest image tag in documentation (#276)
  • 34b98e9 [ImgBot] Optimize images (#275)
  • 3736437 Provide documentation on our docker image tagging strategy (#274) [ #271 ]
  • 41665be Mention ImgBot, YAMBURGER & kubevalidator on Thank You (#272)

This list of changes was auto generated.

v0.4.1

09 Jan 09:03
6eb7872
Compare
Choose a tag to compare

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

Docker Image information

New Docker image tags are available:

  • 0.4.1
  • 0.4

Docker image is available on Docker Hub.

Changes:

This list of changes was auto generated.

v0.4.0

10 Dec 12:51
dddcca4
Compare
Choose a tag to compare

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

Docker Image information

New Docker image tags are available:

  • 0.4.0
  • 0.4

Docker image is available on Docker Hub.

Changes:

  • dddcca4 Update documentation & deployment samples for release v0.4.0 (#246)
  • 7a6c1ca Provide default logging to stdout for runtime, validation & exceptions (#243) [ #196 ]
  • 9d87c25 Make the HTTP port configurable (#242) [ #238 ]
  • 2e29b7d Update dependency YamlDotNet to v5.3.0 (#237)
  • 26fdb03 Update dependency Microsoft.Azure.Management.Monitor.Fluent to v1.18.0 (#236)
  • dd4be22 Update dependency Bogus to v25 (#231)
  • d33a929 Add CodeFactor badge
  • 5ff540c Improve code styling (#229)
  • 165fde1 Configure Netlify (#228) [ #227 ]
  • 339205f Add section about configuration to bug report
See more

This list of changes was auto generated.

v0.4.0-health

14 Nov 17:12
11f8598
Compare
Choose a tag to compare
v0.4.0-health Pre-release
Pre-release

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.4.0-health

Docker image is available on Docker Hub.

New features/changes

  • #217 Update to Microsoft.AspNetCore.App to v2.1.6

Previews

  • #9 Provide health endpoint