Update instrumentation name (#6450)

This commit is contained in:
Trask Stalnaker 2022-08-10 00:52:16 -07:00 committed by GitHub
parent 1145b67021
commit 643121ff41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import java.util.logging.Logger;
public final class WithSpanSingletons {
private static final String INSTRUMENTATION_NAME =
"io.opentelemetry.opentelemetry-annotations-1.0";
"io.opentelemetry.opentelemetry-instrumentation-annotations-1.16";
private static final Logger logger = Logger.getLogger(WithSpanSingletons.class.getName());
private static final Instrumenter<Method, Object> INSTRUMENTER = createInstrumenter();