Open akepa opened 2 years ago
Seems to be related to https://github.com/epoch8/airflow-exporter/blob/master/airflow_exporter/prometheus_exporter.py#L203.
I've been debugging in local with 2.3.2 and
dag.params.get('labels', {})
has now the following content:
{'custom_label': 'custom_label_value'}
Airflow version: 2.3.1 airflow-exporter: 1.5.3
Hello,
we have upgraded recently our Airflow from 2.2.5 to 2.3.1 and we have seen that after the upgrade, the feature to include custom labels in the metrics is not working anymore.
with previous version, /metrics endpoint was exposing the following metrics:
after the upgrade, it is not including the custom label