We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d93824 commit 0669b69Copy full SHA for 0669b69
instrumentation/ktor/ktor-3.0/library/README.md
@@ -32,7 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:OPENTELE
32
33
## Initializing server instrumentation
34
35
-Initialize instrumentation by installing the `KtorServerTelemetry` feature.
+Initialize instrumentation by installing the `KtorServerTelemetry` feature. Make sure that no other
36
+logging plugin is installed before this.
37
You must set the `OpenTelemetry` to use with the feature.
38
39
```kotlin
0 commit comments