This is an automated email from the ASF dual-hosted git repository.

potiuk 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 ca30f00dc9 removing additional .* that prevents proper metric mapping 
to airflow_dagrun_dependency_check (#37339)
ca30f00dc9 is described below

commit ca30f00dc909bc39efaf54f0187fc6b90796f722
Author: Tatyana Arenburg <[email protected]>
AuthorDate: Mon Feb 12 10:44:47 2024 +0000

    removing additional .* that prevents proper metric mapping to 
airflow_dagrun_dependency_check (#37339)
---
 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 6720ce6e66..e9c160766e 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"

Reply via email to