Skip to content

Commit

Permalink
Correct instrumentation name for jaxrs-2.0-annotations (open-telemetr…
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored and LironKS committed Oct 31, 2022
1 parent 58180e6 commit 42e40cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public final class JaxrsAnnotationsSingletons {

private static final Instrumenter<HandlerData, Void> INSTANCE =
JaxrsInstrumenterFactory.createInstrumenter("io.opentelemetry.jaxrs-annotations-2.0");
JaxrsInstrumenterFactory.createInstrumenter("io.opentelemetry.jaxrs-2.0-annotations");

public static Instrumenter<HandlerData, Void> instrumenter() {
return INSTANCE;
Expand Down

0 comments on commit 42e40cc

Please sign in to comment.