Skip to content

Commit

Permalink
OpenTelemetry - Fix missing char
Browse files Browse the repository at this point in the history
  • Loading branch information
aolle committed Jan 17, 2023
1 parent 2264061 commit 1cc1ee2
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 1cc1ee2

Please sign in to comment.