Skip to content

Commit 19ec2a2

Browse files
committed
address review comments
1 parent cf65742 commit 19ec2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/ktor/ktor-3.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/ktor/v3_0/KtorClientInstrumentationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class KtorClientInstrumentationModule extends InstrumentationModule {
1717

1818
public KtorClientInstrumentationModule() {
19-
super("ktor", "ktor-client", "ktor-2.0", "ktor-client-2.0");
19+
super("ktor", "ktor-client", "ktor-3.0", "ktor-client-3.0");
2020
}
2121

2222
@Override

instrumentation/ktor/ktor-3.0/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This package contains libraries to help instrument Ktor. Server and client instr
77
### Add these dependencies to your project
88

99
Replace `OPENTELEMETRY_VERSION` with the [latest
10-
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-ktor-2.0).
10+
release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-ktor-3.0).
1111

1212
For Maven, add to your `pom.xml` dependencies:
1313

0 commit comments

Comments
 (0)