Skip to content

Commit 96483c9

Browse files
committed
ktor
1 parent 6d8345e commit 96483c9

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0

1 file changed

+1
-1
lines changed

instrumentation/ktor/ktor-1.0/library/src/main/kotlin/io/opentelemetry/instrumentation/ktor/v1_0/KtorServerTracing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class KtorServerTracing private constructor(
9797
}
9898

9999
companion object Feature : ApplicationFeature<Application, Configuration, KtorServerTracing> {
100-
private val INSTRUMENTATION_NAME = "io.opentelemetry.ktor-1.0"
100+
private const val INSTRUMENTATION_NAME = "io.opentelemetry.ktor-1.0"
101101

102102
private val contextKey = AttributeKey<Context>("OpenTelemetry")
103103
private val errorKey = AttributeKey<Throwable>("OpenTelemetryException")

0 commit comments

Comments
 (0)