Skip to content

Commit

Permalink
fix reactor instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Feb 9, 2023
1 parent 3ac72d0 commit ea78e59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
public class ContextPropagationOperatorInstrumentation implements TypeInstrumentation {
@Override
public ElementMatcher<TypeDescription> typeMatcher() {
return named("application.io.opentelemetry.instrumentation.reactor.ContextPropagationOperator");
return named(
"application.io.opentelemetry.instrumentation.reactor.v3_1.ContextPropagationOperator");
}

@Override
Expand Down

0 comments on commit ea78e59

Please sign in to comment.