realtimetodie opened a new pull request, #72458:
URL: https://github.com/apache/airflow/pull/72458

   This change adds a new option to include DAG tags as attributes on 
**spans**. DAG tags as attributes on **metrics** already exist and were 
originally introduced in #68568.
   
   New configuration option:
   
   ```text
   [traces]
   dag_tags_in_spans = True
   ```
   
   ## Summary
   
   * Added new configuration option `dag_tags_in_spans` to add DAG tags to task 
spans (default `False`)
   * DAG tags on spans use the same expanded key-value format already used for 
metrics
   * The DAG tag conversion logic is now shared between metrics and traces
   * Cleaned up and reorganized DAG tag tests
   * Added tests for DAG tags on task spans and tag collision handling
   * No breaking changes


-- 
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]

Reply via email to