robinhood / airflow-prometheus-exporter

Prometheus Exporter for Airflow
Other
161 stars 79 forks source link

Multiple XCom Values per Task #17

Open mwalker9 opened 4 years ago

mwalker9 commented 4 years ago

When there are multiple xcom values per Airflow task being returned, it isn't possible to differentiate between them because the only dimensions on the xcom gauge are the dag_id and task_id. I propose that a key_name dimension, or something similar, be added to the xcom gauges.

abhishekray07 commented 4 years ago

Feel free to submit a pull request!

benmackenzie-exos commented 4 years ago

it's a good idea.