We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb8088 commit ed1bb45Copy full SHA for ed1bb45
instrumentation/jdbc/library/build.gradle.kts
@@ -41,4 +41,12 @@ tasks {
41
into("build/extracted/shadow-bootstrap")
42
include("io/opentelemetry/javaagent/bootstrap/**")
43
}
44
+
45
+ val testStableSemconv by registering(Test::class) {
46
+ jvmArgs("-Dotel.semconv-stability.opt-in=database")
47
+ }
48
49
+ check {
50
+ dependsOn(testStableSemconv)
51
52
instrumentation/jedis/jedis-1.4/javaagent/build.gradle.kts
@@ -46,4 +46,12 @@ tasks {
check {
dependsOn(testing.suites)
53
54
55
56
57
0 commit comments