Skip to content

Commit 16e30ad

Browse files
committed
remove unneeded config
1 parent 16101cc commit 16e30ad

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

docs/instrumentation-list.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6865,23 +6865,6 @@ libraries:
68656865
target_versions:
68666866
javaagent:
68676867
- org.apache.tomcat:tomcat-jasper:[7.0.19,10)
6868-
telemetry:
6869-
- when: otel.instrumentation.common.experimental.view-telemetry.enabled=true
6870-
spans:
6871-
- span_kind: INTERNAL
6872-
attributes: []
6873-
- when: otel.instrumentation.common.experimental.view-telemetry.enabled=true,otel.instrumentation.jsp.experimental-span-attributes=true
6874-
spans:
6875-
- span_kind: INTERNAL
6876-
attributes:
6877-
- name: jsp.classFQCN
6878-
type: STRING
6879-
- name: jsp.compiler
6880-
type: STRING
6881-
- name: jsp.forwardOrigin
6882-
type: STRING
6883-
- name: jsp.requestURL
6884-
type: STRING
68856868
kafka:
68866869
- name: kafka-clients-0.11
68876870
display_name: Apache Kafka Client
@@ -8346,7 +8329,7 @@ libraries:
83468329
library:
83478330
- io.ktor:ktor-server-core:[1.0.0,1.+)
83488331
telemetry:
8349-
- when: otel.instrumentation.common.experimental.controller-telemetry.enabled=true
8332+
- when: default
83508333
metrics:
83518334
- name: http.server.request.duration
83528335
description: Duration of HTTP server requests.

instrumentation/ktor/ktor-1.0/library/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ kotlin {
3131
}
3232
}
3333

34-
tasks.withType<Test>().configureEach {
35-
jvmArgs("-Dotel.instrumentation.common.experimental.controller-telemetry.enabled=true")
36-
37-
systemProperty("metadataConfig", "otel.instrumentation.common.experimental.controller-telemetry.enabled=true")
34+
tasks.test {
3835
systemProperty("collectMetadata", findProperty("collectMetadata")?.toString() ?: "false")
3936
}

0 commit comments

Comments
 (0)