Align instrumentation name with module name (#6316)
This commit is contained in:
parent
7f051d36ce
commit
4d9bf3bf24
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue