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 dc4cc27 commit 97b3fa4Copy full SHA for 97b3fa4
api/incubator/src/main/java/io/opentelemetry/api/incubator/trace/ExtendedSpanBuilder.java
@@ -29,13 +29,6 @@ public interface ExtendedSpanBuilder extends SpanBuilder {
29
* <p>The span context will be extracted from the <code>carrier</code>, which you usually get from
30
* HTTP headers of the metadata of a message you're processing.
31
*
32
- * <p>A typical usage would be: <code>
33
- * ExtendedTracer.create(tracer)
34
- * .setSpanKind(SpanKind.SERVER)
35
- * .setParentFrom(propagators, carrier)
36
- * .run("my-span", () -> { ... });
37
- * </code>
38
- *
39
* @param propagators provide the propagators from {@link OpenTelemetry#getPropagators()}
40
* @param carrier the string map where to extract the span context from
41
*/
0 commit comments