This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fb58531696 Revert "removing additional .* that prevents proper metric
mapping to airflow_dagrun_dependency_check (#37339)" (#37393)
fb58531696 is described below
commit fb585316960763dab3c808d3147da3f8f83748f6
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Feb 28 15:11:39 2024 -0700
Revert "removing additional .* that prevents proper metric mapping to
airflow_dagrun_dependency_check (#37339)" (#37393)
This reverts commit ca30f00dc909bc39efaf54f0187fc6b90796f722 from #37339.
This is a breaking change to how metrics are exposed in the exporter.
---
chart/files/statsd-mappings.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chart/files/statsd-mappings.yml b/chart/files/statsd-mappings.yml
index 066f29f162..14d95df731 100644
--- a/chart/files/statsd-mappings.yml
+++ b/chart/files/statsd-mappings.yml
@@ -23,7 +23,7 @@
# */}}
mappings:
# Map dot separated stats to labels
- - match: airflow.dagrun.dependency-check.*
+ - match: airflow.dagrun.dependency-check.*.*
name: "airflow_dagrun_dependency_check"
labels:
dag_id: "$1"