Skip to content

Commit 546e244

Browse files
authored
Remove unused stability opt-in flags (#16108)
1 parent a92465b commit 546e244

20 files changed

Lines changed: 40 additions & 40 deletions

File tree

instrumentation/cassandra/cassandra-3.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ tasks {
5050
testClassesDirs = sourceSets.test.get().output.classesDirs
5151
classpath = sourceSets.test.get().runtimeClasspath
5252

53-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
54-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
53+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
54+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5555
}
5656

5757
check {

instrumentation/cassandra/cassandra-4.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ tasks {
3434
testClassesDirs = sourceSets.test.get().output.classesDirs
3535
classpath = sourceSets.test.get().runtimeClasspath
3636

37-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
38-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
37+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
38+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
3939
}
4040

4141
check {

instrumentation/cassandra/cassandra-4.4/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ tasks {
4747
testClassesDirs = sourceSets.test.get().output.classesDirs
4848
classpath = sourceSets.test.get().runtimeClasspath
4949

50-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
51-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
50+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
51+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5252
}
5353

5454
check {

instrumentation/clickhouse/clickhouse-client-v1-0.5/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ tasks {
3333
testClassesDirs = sourceSets.test.get().output.classesDirs
3434
classpath = sourceSets.test.get().runtimeClasspath
3535

36-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
37-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
36+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
37+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
3838
}
3939

4040
check {

instrumentation/clickhouse/clickhouse-client-v2-0.8/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ tasks {
2727
testClassesDirs = sourceSets.test.get().output.classesDirs
2828
classpath = sourceSets.test.get().runtimeClasspath
2929

30-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
31-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
30+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
31+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
3232
}
3333

3434
check {

instrumentation/couchbase/couchbase-2.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ tasks {
5050
testClassesDirs = sourceSets.test.get().output.classesDirs
5151
classpath = sourceSets.test.get().runtimeClasspath
5252

53-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
54-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
53+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
54+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5555
}
5656

5757
check {

instrumentation/couchbase/couchbase-2.6/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ tasks {
5151
testClassesDirs = sourceSets.test.get().output.classesDirs
5252
classpath = sourceSets.test.get().runtimeClasspath
5353

54-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
55-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
54+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
55+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5656
}
5757

5858
val testExperimental by registering(Test::class) {

instrumentation/couchbase/couchbase-3.1.6/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ tasks {
5252
val testStableSemconv by registering(Test::class) {
5353
testClassesDirs = sourceSets.test.get().output.classesDirs
5454
classpath = sourceSets.test.get().runtimeClasspath
55-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
56-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
55+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
56+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5757
}
5858

5959
check {

instrumentation/couchbase/couchbase-3.1/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ tasks {
5353
val testStableSemconv by registering(Test::class) {
5454
testClassesDirs = sourceSets.test.get().output.classesDirs
5555
classpath = sourceSets.test.get().runtimeClasspath
56-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
57-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
56+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
57+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5858
}
5959

6060
check {

instrumentation/couchbase/couchbase-3.2/javaagent/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ tasks {
5454
val testStableSemconv by registering(Test::class) {
5555
testClassesDirs = sourceSets.test.get().output.classesDirs
5656
classpath = sourceSets.test.get().runtimeClasspath
57-
jvmArgs("-Dotel.semconv-stability.opt-in=database,service.peer")
58-
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database,service.peer")
57+
jvmArgs("-Dotel.semconv-stability.opt-in=database")
58+
systemProperty("metadataConfig", "otel.semconv-stability.opt-in=database")
5959
}
6060

6161
check {

0 commit comments

Comments
 (0)