File tree 1 file changed +4
-4
lines changed
instrumentation-annotations/src/main/java/io/opentelemetry/instrumentation/annotations
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
/**
40
40
* Specifies whether to use the current context as the parent when creating a Span.
41
41
*
42
- * <p>If set to {@code true} (default), the newly created span will use the current context as its
43
- * parent, forming part of the same trace.
42
+ * <p>If set to {@code true} (default), the created span will use the current context as its
43
+ * parent, remaining within the same trace.
44
44
*
45
- * <p>If set to {@code false}, the newly created span will use {@link Context#root()} as its
46
- * parent, starting a new trace independently .
45
+ * <p>If set to {@code false}, the created span will use {@link Context#root()} as its parent,
46
+ * starting a new, independent trace .
47
47
*/
48
48
boolean withParent () default true ;
49
49
}
You can’t perform that action at this time.
0 commit comments