Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 11, 2024
1 parent c909356 commit 36f3d1e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
10 changes: 4 additions & 6 deletions instrumentation/ktor/ktor-1.0/library/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

<dependencies>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
Expand All @@ -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 = ...
Expand Down
10 changes: 4 additions & 6 deletions instrumentation/ktor/ktor-2.0/library/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

<dependencies>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
Expand All @@ -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 = ...
Expand Down
10 changes: 4 additions & 6 deletions instrumentation/ktor/ktor-3.0/library/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

<dependencies>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
Expand All @@ -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 = ...
Expand Down

0 comments on commit 36f3d1e

Please sign in to comment.