Skip to content

v1.1.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 07 Jan 07:52

What's new?

Here are some important things you should know, for a full list see changelog.promitor.io.

  • Introduce a changelog on changelog.promitor.io
  • Support for all Azure clouds (docs | FAQ | #114)
  • Multi-dimensional metric support (docs | FAQ | #81)
  • Azure SQL Database Scraper (docs | #317)
  • Azure SQL Managed Instance Scraper (docs | #381)
  • OpenAPI v3.0 support (/api/v1/docs.json | docs | #734)
  • OpenAPI UI based on OpenAPI v3.0 (/api/docs/ | docs | #734)
  • Provide traces in Azure Application Insights (docs | #29)
  • Introduce Frequently asked questions (FAQs) in documentation (FAQs)
  • Helm Chart creates apps/v1 Deployment instead of v1beta1 (#669)
  • Provide exceptions in Azure Application Insights for all exceptions, not just scraping (docs | #29)

Deprecations

Here are a list of new deprecations and how to mitigate them:

  • Swagger 2.0 - Use API documentation provided in OpenAPI v3.0 format. (Discussion #782)
  • Swagger UI 2.0 - Use OpenAPI UI 3.0. (Discussion #781)

For more information, have a look at our changelog

Getting started

Running Promitor Scraper 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.1.0

Docker Image information

New Docker image tags are available:

  • latest
  • 1.1.0
  • 1.1

Docker image is available on Docker Hub.

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

Changes:

  • #812: Provide support for all Azure clouds
  • #813: Update dependency NetEscapades.Configuration.Yaml to v2
  • #814: Update dependency husky to v4
  • #811: Provide support for scraping metrics for Azure SQL Managed Instance
  • #807: Provide support for multi-dimensional metrics
  • #810: Update dependency markdownlint-cli to v0.21.0
  • #805: Update azure azure-libraries-for-net monorepo to v1.29.1
  • #802: Update dependency Swashbuckle.AspNetCore.Annotations to v5.0.0-rc5
  • #800: Update aspnet Extensions monorepo to v3.1.0
  • #718: Migrate to .NET Core 3.1
See More
  • #799: Update dependency markdownlint-cli to v0.20.0
  • #797: Update dependency Bogus to v28.4.4
  • #796: Update azure azure-libraries-for-net monorepo to v1.29.0
  • #795: Update dependency Microsoft.ApplicationInsights to v2.12.0
  • #790: Update dependency Bogus to v28.4.3
  • #787: Ensure that Image.MajorMinorVersion is set in official releases
  • #788: Update dependency Bogus to v28.4.2
  • #786: Update GitHub releases to include changelog.promitor.io
  • #783: Provide data for changelog.promitor.io
  • #784: Update dependency lint-staged to v9.5.0
  • #725: Bump rubyzip from 1.2.3 to 2.0.0 in /docs
  • #779: Update azure azure-libraries-for-net monorepo to v1.28.1
  • #780: Fix doc linting in SUPPORT.md
  • #777: Ignore changelog folder in markdown linting
  • #771: Update dependency Microsoft.Azure.Storage.Queue to v11.1.1
  • #774: Fix incorrect notes instructions
  • #768: Update azure azure-libraries-for-net monorepo to v1.28.0
  • #776: Remove documentation linting for now
  • #772: Update dependency husky to v3.1.0
  • #770: [ImgBot] Optimize images
  • #769: Provide changelog
  • #766: Rename 'AzureSqlDatabase' scraper to 'SqlDatabase'
  • #767: Update dependency lint-staged to v9.4.3
  • #765: Update dependency Microsoft.NET.Test.Sdk to v16.4.0
  • #760: DEV: Include Azure SQL DB as local resource
  • #758: Docs - Fix incorrect Azure SQL DB example
  • #756: Update azure azure-libraries-for-net monorepo to v1.27.2
  • #755: [ImgBot] Optimize images
  • #754: Provide customer overview and include Walmart Labs
  • #750: Update dependency YamlDotNet to v8
  • #752: Update dependency markdownlint-cli to v0.19.0
  • #751: Update dependency Moq to v4.13.1
  • #749: Sorting resource names alphabetically
  • #748: Add an Azure SQL Database scraper
  • #317: Provide support for scraping metrics for Azure SQL Database
  • #747: GitHub - Use issue-based change log
  • #744: Add development guide
  • #484: Provide docs on how to build & test the codebase
  • #746: Pin dependencies
  • #745: Add husky to run markdownlint
  • #741: Use Husky to share git hooks
  • #743: Update dependency Bogus to v28.4.1
  • #742: Pin dependency markdownlint-cli to 0.18.0
  • #740: Add markdownlint support
  • #453: Standarize Markdownlinter
  • #739: Build - Migrate to Resharper CLI v2.0 Task
  • #733: Update azure azure-libraries-for-net monorepo to v1.27.0
  • #732: Improve GitHub release for Helm charts
  • #731: CI - Don't tag with PR if it's not a PR

This list of changes was auto generated.