File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 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
1313For 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
3937OpenTelemetry openTelemetry = .. .
Original file line number Diff line number Diff line change 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
1313For 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
4139val openTelemetry: OpenTelemetry = .. .
Original file line number Diff line number Diff line change 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
1313For 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
4139val openTelemetry: OpenTelemetry = .. .
You can’t perform that action at this time.
0 commit comments