Skip to content

Promitor Resource Discovery v0.8.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 23 Jun 11:30
· 295 commits to master since this release
4ad9cb3

What's new?

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

Features

  • Provide scraper for Azure Database for MySQL Servers (docs | #1239 | Contributed by @MattiasAng 🎉)

Fixes & Improvements

  • Ensure Resource Discovery background jobs handle paging well to reduce CPU usage (#2018 | Contributed by @jasonmowry 🎉)
  • Improved paging by ordering results (Contributed by @gavinhc 🎉)

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

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.8.0, 0.8.0-linux, 0.8.0-windows
  • 0.8, 0.8-linux, 0.8-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.7.1...ResourceDiscovery-v0.8.0