File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,6 @@ class TraceHeader(object):
1919 SAMPLING_PRIORITY = "x-datadog-sampling-priority"
2020
2121
22- # X-Ray subsegment to save Datadog trace metadata
23- class XraySubsegment (object ):
24- NAME = "datadog-metadata"
25- TRACE_KEY = "trace"
26- LAMBDA_FUNCTION_TAGS_KEY = "lambda_function_tags"
27- NAMESPACE = "datadog"
28-
29-
3022# TraceContextSource of datadog context. The DD_MERGE_XRAY_TRACES
3123# feature uses this to determine when to use X-Ray as the parent
3224# trace.
Original file line number Diff line number Diff line change 1010from datadog_lambda .constants import (
1111 SamplingPriority ,
1212 TraceHeader ,
13- XraySubsegment ,
1413 TraceContextSource ,
1514 XRAY_TRACE_ID_HEADER_NAME ,
1615)
Original file line number Diff line number Diff line change 1212from datadog_lambda .constants import (
1313 SamplingPriority ,
1414 TraceHeader ,
15- XraySubsegment ,
1615 XRAY_TRACE_ID_HEADER_NAME ,
1716)
1817from datadog_lambda .tracing import (
You can’t perform that action at this time.
0 commit comments