From 2c8588d32c66189c39cb4398f39234c8152d3c26 Mon Sep 17 00:00:00 2001 From: Kyle Eckhart Date: Thu, 21 Dec 2023 12:02:48 -0500 Subject: [PATCH] Fix bad changelog rebase --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64da5e80dfd..855f6dd398e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ Main (unreleased) - The `target` block in `prometheus.exporter.blackbox` requires a mandatory `name` argument instead of a block label. (@hainenber) +- In the azure exporter, dimension options will no longer be validated by the Azure API. (@kgeckhart) + - This change will not break any existing configurations and you can opt in to validation via the `validate_dimensions` configuration option. + - Before this change, pulling metrics for azure resources with variable dimensions required one configuration per metric + dimension combination to avoid an error. + - After this change, you can include all metrics and dimensions in a single configuration and the Azure APIs will only return dimensions which are valid for the various metrics. + ### Enhancements - Flow Windows service: Support environment variables. (@jkroepke) @@ -63,10 +68,9 @@ Main (unreleased) - Added 'country' mmdb-type to log pipeline-stage geoip. (@superstes) -- In the azure exporter, dimension options will no longer be validated by the Azure API. (@kgeckhart) - - This change will not break any existing configurations and you can opt in to validation via the `validate_dimensions` configuration option. - - Before this change, pulling metrics for azure resources with variable dimensions required one configuration per metric + dimension combination to avoid an error. - - After this change, you can include all metrics and dimensions in a single configuration and the Azure APIs will only return dimensions which are valid for the various metrics. +- Azure exporter enhancements for flow and static mode, (@kgeckhart) + - Allows for pulling metrics at the Azure subscription level instead of resource by resource + - Disable dimension validation by default to reduce the number of exporter instances needed for full dimension coverage ### Bugfixes @@ -308,10 +312,6 @@ v0.37.4 (2023-11-06) - Added Kubernetes service resolver to static node's loadbalancing exporter and to Flow's `otelcol.exporter.loadbalancing`. (@ptodev) -- Azure exporter enhancements for flow and static mode, (@kgeckhart) - - Allows for pulling metrics at the Azure subscription level instead of resource by resource - - Disable dimension validation by default to reduce the number of exporter instances needed for full dimension coverage - v0.37.3 (2023-10-26) -----------------