dstandish commented on code in PR #69633:
URL: https://github.com/apache/airflow/pull/69633#discussion_r3555288970


##########
shared/observability/src/airflow_shared/observability/traces/__init__.py:
##########
@@ -60,10 +60,11 @@ def generate_trace_id(self):
 TASK_SPAN_DETAIL_LEVEL_KEY = "airflow/task_span_detail_level"
 DEFAULT_TASK_SPAN_DETAIL_LEVEL = 1
 TRACE_SAMPLED_KEY = "airflow/trace_sampled"
+PARENT_TRACE_CONTEXT_KEY = "airflow/parent_trace_context"

Review Comment:
   i'm confused -- can you give an example. because for the DR, it could have 
only one possible parent.



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