rishav394 commented on issue #24111:
URL: https://github.com/apache/airflow/issues/24111#issuecomment-1311512259
@hankehly @rjribeiro
Hey this might be useful to you.
```yaml
- match: "*.dag.*.*.*.duration"
match_metric_type: observer
name: "af_agg_dag_group_task_duration"
labels:
airflow_id: "$1"
dag_id: "$2"
group_id: "$3"
task_id: "$4"
```
Could not make `group_id` optional so I added a whole new mapping for adding
`group_id`. This works for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]