Skip to content

Commit

Permalink
Update TagContextExtractor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
am312 authored Jun 26, 2024
1 parent d19ceac commit 4eaa366
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public TagContextExtractor(

@Override
public <C> TagContext extract(final C carrier, final AgentPropagation.ContextVisitor<C> getter) {
cleanup();
ContextInterpreter interpreter = this.ctxInterpreter.get().reset(traceConfigSupplier.get());
getter.forEachKey(carrier, interpreter);
return interpreter.build();
Expand Down

0 comments on commit 4eaa366

Please sign in to comment.