Skip to content

Commit 36f3d1e

Browse files
committed
cleanup
1 parent c909356 commit 36f3d1e

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Library Instrumentation for Ktor version 1.x
22

3-
This package contains libraries to help instrument Ktor. Currently, only server instrumentation is
4-
supported.
3+
This package contains libraries to help instrument Ktor.
4+
Currently, only server instrumentation is supported.
55

66
## Quickstart
77

@@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20
1313
For Maven, add to your `pom.xml` dependencies:
1414

1515
```xml
16-
1716
<dependencies>
1817
<dependency>
1918
<groupId>io.opentelemetry.instrumentation</groupId>
@@ -31,9 +30,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-1.0:OPENTELE
3130

3231
## Usage
3332

34-
Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the
35-
`OpenTelemetry` to use with
36-
the feature.
33+
Initialize instrumentation by installing the `KtorServerTelemetry` feature.
34+
You must set the `OpenTelemetry` to use with the feature.
3735

3836
```kotlin
3937
OpenTelemetry openTelemetry = ...

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Library Instrumentation for Ktor version 2.x
22

3-
This package contains libraries to help instrument Ktor. Server and client instrumentations are
4-
supported.
3+
This package contains libraries to help instrument Ktor.
4+
Server and client instrumentations are supported.
55

66
## Quickstart
77

@@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20
1313
For Maven, add to your `pom.xml` dependencies:
1414

1515
```xml
16-
1716
<dependencies>
1817
<dependency>
1918
<groupId>io.opentelemetry.instrumentation</groupId>
@@ -33,9 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-2.0:OPENTELE
3332

3433
## Initializing server instrumentation
3534

36-
Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the
37-
`OpenTelemetry` to use with
38-
the feature.
35+
Initialize instrumentation by installing the `KtorServerTelemetry` feature.
36+
You must set the `OpenTelemetry` to use with the feature.
3937

4038
```kotlin
4139
val openTelemetry: OpenTelemetry = ...

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Library Instrumentation for Ktor version 3.0 and higher
22

3-
This package contains libraries to help instrument Ktor. Server and client instrumentations are
4-
supported.
3+
This package contains libraries to help instrument Ktor.
4+
Server and client instrumentations are supported.
55

66
## Quickstart
77

@@ -13,7 +13,6 @@ release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20
1313
For Maven, add to your `pom.xml` dependencies:
1414

1515
```xml
16-
1716
<dependencies>
1817
<dependency>
1918
<groupId>io.opentelemetry.instrumentation</groupId>
@@ -33,9 +32,8 @@ implementation("io.opentelemetry.instrumentation:opentelemetry-ktor-3.0:OPENTELE
3332

3433
## Initializing server instrumentation
3534

36-
Initialize instrumentation by installing the `KtorServerTelemetry` feature. You must set the
37-
`OpenTelemetry` to use with
38-
the feature.
35+
Initialize instrumentation by installing the `KtorServerTelemetry` feature.
36+
You must set the `OpenTelemetry` to use with the feature.
3937

4038
```kotlin
4139
val openTelemetry: OpenTelemetry = ...

0 commit comments

Comments
 (0)