Skip to content

v1.4.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 20 Mar 17:19
52fb9e7

What's new?

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

  • Support for Helm 3 (Helm Hub)
  • Support for Windows containers (docs | tagging strategy)
  • Support Prometheus service discovery in Helm chart (docs)
  • Capability to gain insights on Azure Monitor integration (docs)
  • Improve metrics configuration validation

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 1.4.0, 1.4.0-linux, 1.4.0-windows
  • 1.4, 1.4-linux, 1.4-windows

Docker image is available on Docker Hub.

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

Changes:

  • #913: Remove Docker Hub bot
  • #912: Update azure azure-libraries-for-net monorepo to v1.32.0
  • #857: Provide support for Windows containers
  • #911: [ImgBot] Optimize images
  • #910: Provide early design for resource discovery
  • #907: Update mcr.microsoft.com/dotnet/core/sdk Docker tag to v3.1.200
  • #906: Bump minimist from 1.2.0 to 1.2.5
  • #902: Update dependency Swashbuckle.AspNetCore to v5.1.0
  • #903: Update dependency Swashbuckle.AspNetCore.Annotations to v5.1.0
  • #899: Update rubygems in docs
See More
  • #898: Provide seperate documentation CI
  • #897: Update azure azure-libraries-for-net monorepo to v1.31.1
  • #896: Update dependency lint-staged to v10.0.8
  • #895: Bump nokogiri from 1.10.5 to 1.10.8 in /docs
  • #893: Improve Promitor's metric configuration validation
  • #592: Provide better configuration deserialization & validation at startup
  • #892: Fix MD027 violation on sql-server.md
  • #891: Update dependency Microsoft.ApplicationInsights to v2.13.1
  • #844: Provide better usage of AzureMonitorClient
  • #889: Update dependency Microsoft.ApplicationInsights to v2.13.0
  • #888: Update Docker image dependencies
  • #886: Update aspnet Extensions monorepo to v3.1.2
  • #884: Document optional slotName field for Azure Function App
  • #883: Update dependency husky to v4.2.3
  • #882: Fix code quality
  • #881: Update dependency Serilog.Sinks.ApplicationInsights to v3.1.0
  • #880: Update dependency husky to v4.2.2
  • #878: Update dependency Bogus to v29
  • #879: Update dependency CronScheduler.AspNetCore to v2.0.1
  • #877: Update azure azure-libraries-for-net monorepo to v1.31.0
  • #874: Update dependency markdownlint-cli to v0.22.0
  • #870: Update dependency Microsoft.Azure.Storage.Queue to v11.1.3
  • #869: Update dependency Microsoft.NET.Test.Sdk to v16.5.0
  • #867: Changelog: URL fix for v1.1.0
  • #866: Support Prometheus service discovery with Kubernetes annotations
  • #856: Provide detailed telemetry for Azure Monitor operations
  • #865: Introduce new job for Helm linting to cover Helm 2.x & Helm 3.x
  • #863: Update dependency lint-staged to v10.0.7
  • #862: Update dependency lint-staged to v10.0.6

This list of changes was auto generated.