Skip to content

Commit

Permalink
Correct instrumentation name for jaxrs-2.0-annotations (#6770)
Browse files Browse the repository at this point in the history
Related to
#6733
  • Loading branch information
laurit authored Sep 28, 2022
1 parent 3e89a8a commit 73cadd3
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 73cadd3

Please sign in to comment.