Skip to content

Releases: tomkerkhove/promitor

Promitor Resource Discovery v0.15.0

13 Nov 07:44
f23d7c1

Choose a tag to compare

What's new?

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

Features

  • Provide support for discovering Azure DNS zones

Fixes & Improvements

None.

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.15.0, 0.15.0-linux, 0.15.0-windows
  • 0.15, 0.15-linux, 0.15-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: ResourceDiscovery-v0.14.1...ResourceDiscovery-v0.15.0

Scraper-v2.15.0

13 Nov 07:48
f23d7c1

Choose a tag to compare

What's new?

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

Features

  • Provide support for scraping Azure DNS zone metrics
  • Provide capability to configure query lookback in minutes
  • Provide new health check based on data freshness

Fixes & Improvements

  • Fixed a bug where batching based on aggregation does not work properly

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.15.0, 2.15.0-linux, 2.15.0-windows
  • 2.15, 2.15-linux, 2.15-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

Full Changelog: Scraper-v2.14.2...Scraper-v2.15.0

Scraper-v2.14.2

25 Aug 05:42
f28519c

Choose a tag to compare

What's new?

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

Features

None.

Fixes & Improvements

  • Fixed a bug to use correct ResourceId in Metric Definition Query (#2666)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.14.2, 2.14.2-linux, 2.14.2-windows
  • 2.14, 2.14-linux, 2.14-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: ResourceDiscovery-v0.14.1...Scraper-v2.14.2

Scraper-v2.14.1

29 Jul 19:15
6dc2fd8

Choose a tag to compare

What's new?

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

Features

None.

Fixes & Improvements

  • Fixed a bug in Azure Monitor scraping to handle duplicate metric namespaces in queries
  • Use latest .NET SDK
  • Patch for various CVEs

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.14.1, 2.14.1-linux, 2.14.1-windows
  • 2.14, 2.14-linux, 2.14-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

Full Changelog: Scraper-v2.14.0...Scraper-v2.14.1

Promitor Resource Discovery v0.14.1

29 Jul 19:20
6dc2fd8

Choose a tag to compare

What's new?

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

Features

None.

Fixes & Improvements

  • Patch for various CVEs

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.14.1, 0.14.1-linux, 0.14.1-windows
  • 0.14, 0.14-linux, 0.14-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: ResourceDiscovery-v0.14.0...ResourceDiscovery-v0.14.1

Promitor Scraper v2.14.0

29 Jul 19:13
c9445ca

Choose a tag to compare

What's new?

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

Features

  • Provide support for Cognitive Services Account (docs)

Fixes & Improvements

  • Enforce timeout-based mutex release on scrape jobs to avoid resource exhaustion
  • Make Batch Scrape Job Resilient to Single Failures
  • Patch for various CVEs

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.14.0, 2.14.0-linux, 2.14.0-windows
  • 2.14, 2.14-linux, 2.14-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

Full Changelog: Scraper-v2.13.0...Scraper-v2.14.0

Promitor Resource Discovery v0.14.0

29 Jul 19:19
c9445ca

Choose a tag to compare

What's new?

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

Features

  • Provide support for Cognitive Services Account (docs)

Fixes & Improvements

  • Patch for various CVEs

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.14.0, 0.14.0-linux, 0.14.0-windows
  • 0.14, 0.14-linux, 0.14-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: ResourceDiscovery-v0.13.0...ResourceDiscovery-v0.14.0

Promitor Scraper v2.13.0

14 Feb 19:36
2778e84

Choose a tag to compare

What's new?

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

Features

  • Provide Support for enabling DefaultAzureCredential
  • Provide support for custom Azure environment

Fixes & Improvements

  • Fixed a bug where metrics are no longer properly pushed to OpenTelemetry collector

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.13.0, 2.13.0-linux, 2.13.0-windows
  • 2.13, 2.13-linux, 2.13-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

Full Changelog: Scraper-v2.12.0...Scraper-v2.13.0

Promitor Resource Discovery v0.13.0

14 Feb 19:37
2778e84

Choose a tag to compare

What's new?

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

Features

  • Provide Support for enabling DefaultAzureCredential
  • Provide support for custom Azure environment

Fixes & Improvements

  • Fixed a bug where metrics are no longer properly pushed to OpenTelemetry collector

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.13.0, 0.13.0-linux, 0.13.0-windows
  • 0.13, 0.13-linux, 0.13-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

Full Changelog: ResourceDiscovery-v0.12.0...ResourceDiscovery-v0.13.0

Promitor Resource Discovery v0.12.0

13 Nov 09:25
5e93ede

Choose a tag to compare

What's new?

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

Features

  • Provide support for Azure Firewall (docs)

Fixes & Improvements

None.

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.12.0, 0.12.0-linux, 0.12.0-windows
  • 0.12, 0.12-linux, 0.12-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: ResourceDiscovery-v0.11.2...ResourceDiscovery-v0.12.0