You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk-extension/opentelemetry-sdk-extension-aws/src/opentelemetry/sdk/extension/aws/trace/sampler/aws_xray_remote_sampler.py
+5-19Lines changed: 5 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@
46
46
DEFAULT_RULES_POLLING_INTERVAL_SECONDS=300
47
47
48
48
49
+
# WORK IN PROGRESS
50
+
#
49
51
# Wrapper class to ensure that all XRay Sampler Functionality in _AwsXRayRemoteSampler
50
52
# uses ParentBased logic to respect the parent span's sampling decision
0 commit comments