Skip to content

Commit 0669b69

Browse files
committed
#13237 Update README.md
1 parent 7d93824 commit 0669b69

File tree

1 file changed

+2
-1
lines changed
  • instrumentation/ktor/ktor-3.0/library

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:OPENTELE
3232

3333
## Initializing server instrumentation
3434

35-
Initialize instrumentation by installing the `KtorServerTelemetry` feature.
35+
Initialize instrumentation by installing the `KtorServerTelemetry` feature. Make sure that no other
36+
logging plugin is installed before this.
3637
You must set the `OpenTelemetry` to use with the feature.
3738

3839
```kotlin

0 commit comments

Comments
 (0)