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: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsUnsampledOnlySpanProcessor.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@
22
22
importio.opentelemetry.sdk.trace.SpanProcessor;
23
23
24
24
/**
25
-
* {@link SpanProcessor} that only exports unsampled spans in a batch via a delegated @{link BatchSpanProcessor}.
26
-
* The processor also adds an attribute to each processed span to indicate that it was sampled or not.
25
+
* {@link SpanProcessor} that only exports unsampled spans in a batch via a delegated @{link
26
+
* BatchSpanProcessor}. The processor also adds an attribute to each processed span to indicate that
0 commit comments