Skip to content

Commit

Permalink
Fix spring webmvc instrumentation name (open-telemetry#6557)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno authored and LironKS committed Oct 23, 2022
1 parent 0370caa commit 5cf6d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/** A builder of {@link SpringWebMvcTelemetry}. */
public final class SpringWebMvcTelemetryBuilder {

private static final String INSTRUMENTATION_NAME = "io.opentelemetry.spring-webmvc-3.1";
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.spring-webmvc-5.3";

private final OpenTelemetry openTelemetry;
private final List<AttributesExtractor<HttpServletRequest, HttpServletResponse>>
Expand Down

0 comments on commit 5cf6d85

Please sign in to comment.