Promitor Resource Discovery v0.7.0
tomkerkhove
released this
17 Dec 12:29
·
442 commits
to master
since this release
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Features
- Provide scraper for Azure Application Insights (docs | #1239)
- Provide scraper for Azure Cache for Redis Enterprise (docs | #1880)
- Provide scraper for Azure CDN (docs | #1664)
- Provide scraper for Azure Database for MariaDB (docs | #1795)
- Provide scraper for Azure Load Balancer (docs | #1845)
- Provide scraper for Azure Virtual Network (docs | #1170)
- Provide support for scraping Azure Database for PostgreSQL Flexible & Hyperscale resources (docs | #1870)
- Information concerning .NET & OS in logs on startup
Fixes & Improvements
- Dependency updates & security patches
- Reduced HTTP request latency (benchmark)
- Migrate from .NET 3.1 to .NET 6.0
- Reduced Docker image size with 5%
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.7.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
0.7.0
,0.7.0-linux
,0.7.0-windows
0.7
,0.7-linux
,0.7-windows
Docker image is available on GitHub Container Registry.
For more information about our tagging strategy, feel free to read our documentation.
New Contributors
- @timbuchinger made their first contribution in #1850
- @james-flynn-ie made their first contribution in #1851
- @pinowthebird made their first contribution in #1873
Full Changelog: ResourceDiscovery-0.6.0...ResourceDiscovery-v0.7.0