Skip to content

Commit b4e8e29

Browse files
committed
instrumentation name is updated with version
1 parent 1cc6c5f commit b4e8e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActiveJHttpServerConnectionSingletons.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
public class ActiveJHttpServerConnectionSingletons {
1414

15-
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.activej-http";
15+
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.activej-http-6.0";
1616

1717
private static final Instrumenter<HttpRequest, HttpResponse> INSTRUMENTER;
1818

0 commit comments

Comments
 (0)