We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fdbae commit 44cccc8Copy full SHA for 44cccc8
sdk/trace/src/main/java/io/opentelemetry/sdk/trace/NonRecordingSpan.java
@@ -17,8 +17,8 @@
17
18
/**
19
* Span implementation used from {@link io.opentelemetry.sdk.trace.SdkTracer} when starting a span
20
- * which is not recording. All operations are noop, except for {@link #end()}, which ensures health
21
- * metrics are still collected.
+ * which is not recording. This span implementation behaves exactly like one returned from {@link Span#wrap(SpanContext)}
+ * with the addition that {@link #end()} collects health metrics.
22
*/
23
@Immutable
24
final class NonRecordingSpan implements Span {
0 commit comments