Skip to content

v1.3.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 30 Jan 10:42
8311cb2

What's new?

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

  • New Azure API Management Scraper (docs)
  • New Azure SQL Server Scraper (docs)
  • New Azure Storage account Scraper (docs)
  • New Azure Storage Blobs Scraper (docs)
  • New Azure Storage Files Scraper (docs)

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

Docker Image information

New Docker image tags are available:

  • latest
  • 1.3.0
  • 1.3

Docker image is available on Docker Hub.

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

Changes:

  • #860: Update dependency lint-staged to v10.0.5
  • #859: Update dependency lint-staged to v10.0.4
  • #858: Update dependency Microsoft.ApplicationInsights to v2.12.1
  • #854: Update dependency lint-staged to v10.0.3
  • #853: Update dependency husky to v4.2.1
  • #852: Update dependency lint-staged to v10.0.2
  • #851: Update dependency husky to v4.2.0
  • #850: Provide support for scraping metrics for Azure SQL Database Server
  • #849: Update dependency lint-staged to v10.0.1
  • #846: Update dependency lint-staged to v10
See More
  • #845: Update dependency YamlDotNet to v8.1.0
  • #843: Provide API Management, Storage Account, Blob Storage & File Storage scalers
  • #838: Update dependency Prometheus.Client.AspNetCore to v3.1.0
  • #842: Update dependency Microsoft.Azure.Storage.Queue to v11.1.2

This list of changes was auto generated.