GitHub user skiedude added a comment to the discussion: Removal of
local_task_job.task_exit.<job_id>.<dag_id>.<task_id>.<return_code> metric
While it doesn't get fix the base issue and may hide metrics you want, you can
disable all the LocalTaskJob by using the block list (v2.6.0+)
```
- name: AIRFLOW__METRICS__METRICS_BLOCK_LIST
value: "LocalTaskJob"
```
https://airflow.apache.org/docs/apache-airflow/2.9.3/configurations-ref.html#metrics-block-list
GitHub link:
https://github.com/apache/airflow/discussions/31004#discussioncomment-12305298
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]