Skip to content

Commit

Permalink
Merge pull request #30414 from aolle/fix-missing-char
Browse files Browse the repository at this point in the history
OpenTelemetry - Fix missing char
  • Loading branch information
geoand authored Jan 17, 2023
2 parents 2264061 + 1cc1ee2 commit b3e01e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/opentelemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ we are able to propagate the span into the Kafka Record with:

[source,java]
----
TracingMetadata tm = TracingMetadata.withPrevious(Context.current();
TracingMetadata tm = TracingMetadata.withPrevious(Context.current());
Message out = Message.of(...).withMetadata(tm);
----

Expand Down

0 comments on commit b3e01e0

Please sign in to comment.