Skip to content

Promitor Scraper v2.1.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 18 Feb 09:28
3acf6c2

What's new?

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

  • Support for discovering Azure Automation resources (docs | #352)
  • Support for discovering Azure Front Door resources (docs | #343)
  • Support for scraping Azure SQL Elastic Pool (docs | #319)
  • Support for scraping Azure Synapse (Apache Spark pool) (docs | #1477)
  • Support for scraping Azure Synapse (SQL pool) (docs | #1477)
  • Support for scraping Azure Synapse (Workspace) (docs | #1477)
  • Provide better usability in terms of startup and configuration insights (#1474)

Deprecations

None.

Breaking Changes

None.

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 \
                  ghcr.io/tomkerkhove/promitor-agent-scraper:2.1.0

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.1.0, 2.1.0-linux, 2.1.0-windows
  • 2.1, 2.1-linux, 2.1-windows

Docker image is available on GitHub Container Registry.

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

Changes:

  • #1513: feat: Provide support for scraping Azure Synapse workspace, Apache Spark & SQL pools
  • #1518: docs: Give attribution to contributors for recent Helm chart changes
  • #1516: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.10.14
  • #1517: chore(deps): update swashbuckle monorepo to v6.0.7
  • #1515: chore(deps): update swashbuckle monorepo to v6.0.6
  • #1514: chore(deps): update dependency swashbuckle.aspnetcore.filters to v6.1.0
  • #1512: chore(deps): update swashbuckle monorepo to v6.0.5
  • #1506: chore(deps): update swashbuckle monorepo to v6.0.4
  • #1510: docs: Add Helm chart changes to changelog
  • #1503: chore(deps): update .net core docker containers docker tags
See More
  • #1509: feat: Provide support for scraping metrics for Azure SQL Elastic Pool
  • #1508: docs: correct key name
  • #1505: docs: fix dead links
  • #1502: fix: dead link in the docs
  • #1501: chore: Optimize images
  • #1500: docs: Welcom Trynz, a Promitor user!
  • #1499: chore(deps): update dependency microsoft.azure.services.appauthentication to v1.6.1
  • #1498: fix: Provide case invarient lookups for resource group filtering
  • #1492: Provide case invarient lookups for resource group filtering
  • #1497: chore(deps): update dependency husky to v5.0.9
  • #1496: feat: Provide Azure Front Door scraper
  • #1456: chore(deps): update arcus observability monorepo to v2
  • #1481: chore(deps): update dependency automapper.extensions.microsoft.dependencyinjection to v8.1.1
  • #1493: chore(deps): update swashbuckle monorepo to v6.0.2
  • #1490: chore(deps): update dependency bogus to v33
  • #1488: chore(deps): update swashbuckle monorepo to v6.0.1
  • #1487: chore: Re-order issue template ordering
  • #1486: chore: Migrate security report into Issue form
  • #1482: docs: Update security policy to only cover v1.6.x and above
  • #1485: chore(deps): update dependency lint-staged to v10.5.4
  • #1484: fix: Tweak issue forms for bugs & feature requests
  • #1483: Provide bug report & feature request as issue form
  • #1480: chore(deps): update swashbuckle monorepo to v6
  • #1476: chore(deps): update azure azure-libraries-for-net monorepo to v1.37.0
  • #1475: chore: Migrate to GitHub Container Registry
  • #1474: feat: Provide better usability in terms of startup and configuration insights
  • #1472: chore(deps): Update Prometheus.Client to v4.3.0
  • #1473: chore(deps): update dependency bogus to v32.1.1
  • #1468: chore(deps): update dependency husky to v5.0.8
  • #1467: chore(deps): update dependency husky to v5.0.7
  • #1466: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.10.13
  • #1464: feat: Provide support for scraping metrics for Azure Automation
  • #1312: Starter scraper config for Azure resources
  • #1463: chore: Remove rebase option from Renovate
  • #1462: chore(deps): update dependency moq to v4.16.0
  • #1458: chore(deps): update .net core docker containers docker tags
  • #1459: chore(deps): update dependency yamldotnet to v9.1.4
  • #1455: chore(deps): update dependency yamldotnet to v9.1.1
  • #1361: chore(deps): update dependency yamldotnet to v9 & netescapades.configuration.yaml to v2.1.0
  • #1434: chore(deps): update dependency polly to v7
  • #1451: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.10.12
  • #1454: docs: Refer to GitHub Container Registry for releases
  • #1447: docs: Publish changelog for v2.0.0
  • #1453: docs: Fix broken link

This list of changes was auto generated.