Skip to content

Releases: tomkerkhove/promitor

Scraper-v2.11.1

29 Feb 08:59
e5a5f38
Compare
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

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.11.1, 2.11.1-linux, 2.11.0-windows
  • 2.11, 2.11-linux, 2.11-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

None.

Full Changelog: Scraper-v2.11.0...Scraper-v2.11.1

Promitor Resource Discovery v0.11.1

29 Feb 09:00
e5a5f38
Compare
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

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.11.1, 0.11.1-linux, 0.11.0-windows
  • 0.11, 0.11-linux, 0.11-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.0...ResourceDiscovery-v0.11.1

Scraper-v2.11.0

25 Sep 07:03
ec6e57e
Compare
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 PowerBI Dedicated (docs - Contributed by @SurtzSean 🎉)

Fixes & Improvements

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.11.0, 2.11.0-linux, 2.11.0-windows
  • 2.11, 2.11-linux, 2.11-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.10.1...Scraper-v2.11.0

Promitor Resource Discovery v0.11.0

25 Sep 07:07
ec6e57e
Compare
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 PowerBI Dedicated (docs - Contributed by @SurtzSean 🎉)

Fixes & Improvements

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.11.0, 0.11.0-linux, 0.11.0-windows
  • 0.11, 0.11-linux, 0.11-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.10.0...ResourceDiscovery-v0.11.0

Scraper v2.10.1

08 Aug 08:16
f47a6bd
Compare
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

  • Fix bug where handling of time series with missing dimensions was not handled correctly (Contributed by @hkfgo 🎉)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.10.1, 2.10.1-linux, 2.10.1-windows
  • 2.10, 2.10-linux, 2.10-windows

Docker image is available on GitHub Container Registry.

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

Full Changelog: Scraper-v2.10.1...Scraper-v2.10.1

Scraper v2.10.0

29 Jul 19:41
83c9bed
Compare
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 all label scenarios in StatsD & OpenTelemetry metric sink. This includes
    dimensions, customer & default labels.
  • Provide support for scraping multiple metrics dimensions. (Contributed by @aaronweissler & @amirschw 🎉)
  • Use Mariner distroless base images (Contributed by @amirschw 🎉)

Fixes & Improvements

  • Patch for CVE-2023-29331
  • Improve handling of time series with missing dimensions that are requested (Contributed by @hkfgo 🎉)

Deprecations

  • Support for scraping single metric dimension by using metrics[x].azureMetricConfiguration.dimension.

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.10.0, 2.10.0-linux, 2.10.0-windows
  • 2.10, 2.10-linux, 2.10-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.9.0...Scraper-v2.10.0

Promitor Resource Discovery v0.10.0

29 Jul 19:35
83c9bed
Compare
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

  • Use Mariner distroless base images (Contributed by @amirschw 🎉)

Fixes & Improvements

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.10.0, 0.10.0-linux, 0.10.0-windows
  • 0.10, 0.10-linux, 0.10-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.9.0...ResourceDiscovery-v0.10.0

Scraper-v2.9.1

21 May 18:35
Compare
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

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.9.1, 2.9.1-linux, 2.9.1-windows
  • 2.9, 2.9-linux, 2.9-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

None.

Full Changelog: Scraper-v2.9.0...Scraper-v2.9.1

Promitor Resource Discovery v0.9.1

21 May 18:34
Compare
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

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.9.1, 0.9.1-linux, 0.9.1-windows
  • 0.9, 0.9-linux, 0.9-windows

Docker image is available on GitHub Container Registry.

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

New Contributors

None

Full Changelog: ResourceDiscovery-v0.9.0...ResourceDiscovery-v0.9.1

Scraper v2.9.0

24 Mar 06:59
77c4ec7
Compare
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 Public IP Address scraper (docs - Contributed by @amirschw 🎉)
  • Provide Azure Traffic Manager scraper (docs - Contributed by @amirschw 🎉)
  • Provide Azure Log Analytics scraper (docs - Contributes by @tranmonglong0611 🎉)
  • Provide Azure Data Explorer Cluster scraper (docs - Contributed by @SagiVaknin🎉)
  • Provide Azure NAT Gateway scraper (docs - Contributed by @SagiVaknin🎉)
  • Provide capability to read Azure AD service principal secret from a file (docs - Contributed by @arielhaim83 🎉)
  • Provide option to use a User Assigned Managed Identity without specifying the Client ID (Contributed by @amirschw 🎉)
  • Provide custom formatting for emitting metrics using StatsD sink in Geneva format (Contributed by @arielhaim83 🎉)
  • Provide container vulnerability scanning in CI

Fixes & Improvements

  • Patch for CVE-2023-0286 (Critical | Base image)
  • Patch for CVE-2023-0215 (Critical | Base image)
  • Patch for CVE-2022-41032 (High)
  • Patch for CVE-2022-4450 (High | Base image)
  • Patch for CVE-2023-0215 (High | Base image)
  • Patch for CVE-2022-42898 (High | Base image)
  • Patch for CVE-2022-4304 (Moderate | Base image)
  • Fixed a bug where startup throws scheduling exception due to metric misconfiguration
  • Fixed a bug where resource discovery for Azure Container Instances was not working
  • Fixed a bug where Promitor was reported as unknown_service:dotnet job in OpenTelemetry Collector
  • Fixed a bug where OpenTelemetry sink had concurrency issues
  • Migrate to .NET 7
  • Migrate Resharper code quality check to GitHub Actions

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 2.9.0, 2.9.0-linux, 2.9.0-windows
  • 2.9, 2.9-linux, 2.9-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.8.0...Scraper-v2.9.0