v1.6.0
What's new?
Here are some important things you should know, for a full list see changelog.promitor.io.
Deprecations
Here are a list of new deprecations and how to mitigate them:
- Support for multiple metric sinks, including Prometheus (docs)
- Provide support for pushing metrics to
statsd
(docs | #933) - Support for Kubernetes RBAC in Helm chart (Helm Hub | #951)
- Support for configuring Pod Security Policy in Helm Chart (Helm Hub | #952)
- Support for scraping Azure IoT Hub metrics (docs | #372)
- Support for scraping Azure IoT Hub Device Provisioning Service (DPS) metrics (docs | #1014)
- Support for scraping Azure Key Vault metrics (docs | #311)
- Update to .NET Core 3.1.4 to mitigate CVE-2020-1161 (report)
Breaking Changes
Here are a list of deprecations and how to mitigate them:
- Support for legacy Prometheus configuration (Mitigation: Prometheus Scraping Endpoint)
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 \
tomkerkhove/promitor-agent-scraper:1.6.0
Docker Image information
New Docker image tags are available:
latest
,latest-linux
,latest-windows
1.6.0
,1.6.0-linux
,1.6.0-windows
1.6
,1.6-linux
,1.6-windows
Docker image is available on Docker Hub.
For more information about our tagging strategy, feel free to read our documentation.
Changes:
- #1025: Migrate Prometheus to metric sink concept
- #1034: Update arcus observability monorepo to v0.2.1
- #1030: Fixed docs for IoT Hub - the upper case "T" was missing here
- #1029: Document patch for CVE-2020-1161
- #1027: Update .NET Core Docker containers Docker tags
- #1026: Update aspnet Extensions monorepo to v3.1.4
- #1023: Update dependency Arcus.WebApi.Logging to v1.0.1
- #1024: Update dependency Microsoft.VisualStudio.Web.CodeGeneration.Tools to v2.0.4
- #1021: Provide
promitor_ratelimit_arm
for StatsD - #1018: Align how Scraper & Resource Discovery agents are working
See More
- #1016: Provide support for scraping Azure Key Vault
- #1015: Provide support for scraping Azure Device Provisioning Service
- #1011: Provide support for scraping metrics for Azure IoT Hubs
- #1010: Update dependency Microsoft.Azure.Storage.Queue to v11.1.5
- #1009: Update dependency markdownlint-cli to v0.23.0
- #1008: Update dependency Arcus.Observability.Telemetry.Core to v0.2.0
- #1005: Configure Prometheus locally in Docker Compose
- #1004: Update dependency lint-staged to v10.2.2
- #1003: Update dependency Microsoft.Azure.Storage.Queue to v11.1.4
- #1002: Provide local Grafana configuration for StatsD
- #1001: Provide capability to configure StatsD via Helm
- #1000: Promitor - Bringing Azure Monitor metrics where you need them
- #998: Update dependency lint-staged to v10.2.1
- #997: Provide sink validation for StatsD
- #996: Update Swashbuckle monorepo to v5.4.1
This list of changes was auto generated.