Skip to content

Promitor Resource Discovery v0.5.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 02 Sep 11:47
9b676f7

What's new?

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

  • Provide Prometheus endpoint for scraping metrics
  • Provide system metrics related to agent performance & resources (docs) | #341)
  • Provide system metric related to HTTP request performance (docs | #1717)
  • Provide system metrics with discovered subscription information (docs) | #1716)
  • Provide system metrics with discovered resource group information (docs) | #1716)
  • Provide system metrics indicating Azure Resource Graph throttling status (docs | #1739)
  • Provide system metrics providing insights on Azure Resource Graph rate limiting (docs | #973)

Deprecations

None.

Breaking Changes

None.

Getting started

Running Promitor Resource Discovery is super easy:

docker run -d -p 9999:80 --name promitor-agent-resource-discovery   \
                  --env PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                  --env-file C:/Promitor/promitor-discovery-auth.creds   \
                  --volume C:/Promitor/resource-discovery-declaration.yaml:/config/resource-discovery-declaration.yaml   \
                  --volume C:/Promitor/resource-discovery-runtime.yaml:/config/runtime.yaml   \
                  ghcr.io/tomkerkhove/promitor-agent-resource-discovery:0.5.0

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.5.0, 0.5.0-linux, 0.5.0-windows
  • 0.5, 0.5-linux, 0.5-windows

Docker image is available on GitHub Container Registry.

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

Changes:

  • #1749: chore(deps): update swashbuckle-aspnetcore monorepo to v6.2.1
  • #1746: docs: Document how to enable resource discovery in Scraper agent
  • #1748: chore(deps): update swashbuckle-aspnetcore monorepo to v6.2.0
  • #1747: chore(deps): update dependency bogus to v33.1.1
  • #1745: chore: Documentation is now available on docs.promitor.io
  • #1744: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.12.0
  • #1743: docs: Thank you Scarf & @aviaviavi!
  • #1727: chore: Remove old file
  • #1742: feat: Provide scraper for Azure Data Factory & Data Share
  • #1741: chore(deps): update dependency husky to v7.0.2
See More
  • #1737: feat: Provide Azure Resource Graph rate limiting info & throttling status metrics
  • #1726: feat: Provide azure_landscape_*_info system metrics for subscription & resource group information
  • #1729: test: Add unit tests for Graph Query Builder
  • #1728: chore(deps): update dependency microsoft.net.test.sdk to v16.11.0
  • #1722: feat: Provide GitHub Action to lint Markdown files
  • #1721: docs: Provide changelog & docs for new runtime metrics
  • #1719: feat: Provide Prometeus metrics for Resource Discovery runtime
  • #1718: chore(deps): update dependency microsoft.visualstudio.azure.containers.tools.targets to v1.11.2
  • #1715: chore(deps): update dependency lint-staged to v11.1.2
  • #1714: chore(deps): update dependency azure.identity to v1.4.1
  • #1680: chore(deps): update dependency arcus.webapi.logging to v1.4.0
  • #1713: chore(deps): update arcus observability monorepo to v2.2.2
  • #1710: chore(deps): update swashbuckle monorepo to v6.1.5
  • #1691: chore(deps): update dependency prometheus.client to v4.5.2
  • #1709: chore(deps): update dependency promitor.parsers.prometheus.http to v0.1.0
  • #1701: test: Provide integration test for promitor_scrape_error & promitor_scrape_success to ensure every configured metric is reported
  • #1708: docs: Thank you @JorTurFer for your support!
  • #1707: chore(deps): update dependency microsoft.applicationinsights to v2.18.0
  • #1706: chore: Use ubuntu-latest instead of pinning to Ubuntu 16 for Azure Pipelines
  • #1705: chore(deps): update dependency lint-staged to v11.1.1
  • #1704: chore(deps): update dependency markdownlint-cli to v0.28.1
  • #1703: chore(deps): update dependency lint-staged to v11.1.0
  • #1702: docs: Fix nokogiri issues
  • #1689: chore(deps): update dependency lint-staged to v11.0.1
  • #1696: chore(deps): update dependency spectre.console to v0.41.0
  • #1697: test: Provide integration test to verify metrics are reported in Prometheus
  • #1693: docs: Update changelog with Scraper - v2.4.0 & Resource Discovery - v0.4.1

This list of changes was auto generated.