Skip to content

Commit ce368c1

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

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/ActiveJHttpServerConnectionInstrumentationModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class ActiveJHttpServerConnectionInstrumentationModule extends InstrumentationModule {
1818

1919
public ActiveJHttpServerConnectionInstrumentationModule() {
20-
super("activej-http", "activej-http-server");
20+
super("activej-http-6.0", "activej-http-server");
2121
}
2222

2323
@Override

0 commit comments

Comments
 (0)