diff --git a/instrumentation/ktor/ktor-1.0/library/README.md b/instrumentation/ktor/ktor-1.0/library/README.md index d93d052a20d6..6ec0bedff8f0 100644 --- a/instrumentation/ktor/ktor-1.0/library/README.md +++ b/instrumentation/ktor/ktor-1.0/library/README.md @@ -1,7 +1,7 @@ # Library Instrumentation for Ktor version 1.x -This package contains libraries to help instrument Ktor. Currently, only server instrumentation is -supported. +This package contains libraries to help instrument Ktor. +Currently, only server instrumentation is supported. ## Quickstart @@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20 For Maven, add to your `pom.xml` dependencies: ```xml - io.opentelemetry.instrumentation @@ -31,9 +30,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-1.0:OPENTELE ## Usage -Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the -`OpenTelemetry` to use with -the feature. +Initialize instrumentation by installing the `KtorServerTelemetry` feature. +You must set the `OpenTelemetry` to use with the feature. ```kotlin OpenTelemetry openTelemetry = ... diff --git a/instrumentation/ktor/ktor-2.0/library/README.md b/instrumentation/ktor/ktor-2.0/library/README.md index 5a36056ff254..6740d0c0fcea 100644 --- a/instrumentation/ktor/ktor-2.0/library/README.md +++ b/instrumentation/ktor/ktor-2.0/library/README.md @@ -1,7 +1,7 @@ # Library Instrumentation for Ktor version 2.x -This package contains libraries to help instrument Ktor. Server and client instrumentations are -supported. +This package contains libraries to help instrument Ktor. +Server and client instrumentations are supported. ## Quickstart @@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20 For Maven, add to your `pom.xml` dependencies: ```xml - io.opentelemetry.instrumentation @@ -33,9 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-2.0:OPENTELE ## Initializing server instrumentation -Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the -`OpenTelemetry` to use with -the feature. +Initialize instrumentation by installing the `KtorServerTelemetry` feature. +You must set the `OpenTelemetry` to use with the feature. ```kotlin val openTelemetry: OpenTelemetry = ... diff --git a/instrumentation/ktor/ktor-3.0/library/README.md b/instrumentation/ktor/ktor-3.0/library/README.md index 87313b911a7d..cf60d12cc0fa 100644 --- a/instrumentation/ktor/ktor-3.0/library/README.md +++ b/instrumentation/ktor/ktor-3.0/library/README.md @@ -1,7 +1,7 @@ # Library Instrumentation for Ktor version 3.0 and higher -This package contains libraries to help instrument Ktor. Server and client instrumentations are -supported. +This package contains libraries to help instrument Ktor. +Server and client instrumentations are supported. ## Quickstart @@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20 For Maven, add to your `pom.xml` dependencies: ```xml - io.opentelemetry.instrumentation @@ -33,9 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:OPENTELE ## Initializing server instrumentation -Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the -`OpenTelemetry` to use with -the feature. +Initialize instrumentation by installing the `KtorServerTelemetry` feature. +You must set the `OpenTelemetry` to use with the feature. ```kotlin val openTelemetry: OpenTelemetry = ...