Fix spring webmvc instrumentation name (#6557)

This commit is contained in:
mingchuno 2022-09-08 17:15:48 +08:00 committed by GitHub
parent 886f5032c4
commit 61fd14fde1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import javax.servlet.http.HttpServletResponse;
/** 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>>