Align instrumentation name with module name (#6316)

This commit is contained in:
Lauri Tulmin 2022-07-12 18:16:34 +03:00 committed by GitHub
parent 7f051d36ce
commit 4d9bf3bf24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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-extension-annotations-1.0";
private static final Logger logger = Logger.getLogger(WithSpanSingletons.class.getName());
private static final Instrumenter<Method, Object> INSTRUMENTER = createInstrumenter();