Skip to content

Commit

Permalink
Remove outdated ExtendedSpanBuilder javadoc example (#6659)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Aug 21, 2024
1 parent dc4cc27 commit 97b3fa4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ public interface ExtendedSpanBuilder extends SpanBuilder {
* <p>The span context will be extracted from the <code>carrier</code>, which you usually get from
* HTTP headers of the metadata of a message you're processing.
*
* <p>A typical usage would be: <code>
* ExtendedTracer.create(tracer)
* .setSpanKind(SpanKind.SERVER)
* .setParentFrom(propagators, carrier)
* .run("my-span", () -> { ... });
* </code>
*
* @param propagators provide the propagators from {@link OpenTelemetry#getPropagators()}
* @param carrier the string map where to extract the span context from
*/
Expand Down

0 comments on commit 97b3fa4

Please sign in to comment.