Skip to content

Commit

Permalink
Correct instrumentation names for jersey 3.0 (#8486)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed May 12, 2023
1 parent 896e81b commit 13fd41f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class JerseyInstrumentationModule extends InstrumentationModule {
public JerseyInstrumentationModule() {
super("jaxrs", "jaxrs-2.0", "jersey", "jersey-2.0");
super("jaxrs", "jaxrs-3.0", "jersey", "jersey-3.0");
}

@Override
Expand Down

0 comments on commit 13fd41f

Please sign in to comment.