You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/opentelemetry/opentelemetry-annotations-1.20/src/latestDepTest/groovy/WithSpanAnnotationLatestDepTest.groovy
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ class WithSpanAnnotationLatestDepTest extends WithSpanAnnotationTest {
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/opentelemetry/opentelemetry-annotations-1.20/src/main/java/datadog/trace/instrumentation/opentelemetry/annotations/WithSpanAnnotationInstrumentation.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ public String[] helperClassNames() {
43
43
returnnewString[] {
44
44
this.packageName + ".WithSpanDecorator",
45
45
this.packageName + ".WithSpanDecorator$1", // Switch over enum generated class
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/opentelemetry/opentelemetry-annotations-1.20/src/main/java/datadog/trace/instrumentation/opentelemetry/annotations/WithSpanDecorator.java
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/opentelemetry/opentelemetry-annotations-1.20/src/test/groovy/SpanAttributeAnnotationTest.groovy
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ class SpanAttributeAnnotationTest extends InstrumentationSpecification {
26
26
tags {
27
27
defaultTags()
28
28
"$Tags.COMPONENT""opentelemetry"
29
+
"$Tags.SPAN_KIND""internal"
29
30
"custom-tag" value
30
31
}
31
32
}
@@ -57,6 +58,7 @@ class SpanAttributeAnnotationTest extends InstrumentationSpecification {
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/opentelemetry/opentelemetry-annotations-1.20/src/test/groovy/WithSpanAnnotationTest.groovy
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ class WithSpanAnnotationTest extends InstrumentationSpecification {
30
30
tags {
31
31
defaultTags()
32
32
"$Tags.COMPONENT""opentelemetry"
33
+
"$Tags.SPAN_KIND""internal"
33
34
}
34
35
}
35
36
}
@@ -52,6 +53,7 @@ class WithSpanAnnotationTest extends InstrumentationSpecification {
52
53
tags {
53
54
defaultTags()
54
55
"$Tags.COMPONENT""opentelemetry"
56
+
"$Tags.SPAN_KIND""internal"
55
57
}
56
58
}
57
59
}
@@ -75,18 +77,19 @@ class WithSpanAnnotationTest extends InstrumentationSpecification {
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/reactive-streams/src/test/groovy/ReactiveStreamsAsyncResultExtensionTest.groovy
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ class ReactiveStreamsAsyncResultExtensionTest extends InstrumentationSpecificati
33
33
tags {
34
34
defaultTags()
35
35
"$Tags.COMPONENT""opentelemetry"
36
+
"$Tags.SPAN_KIND""internal"
36
37
}
37
38
}
38
39
}
@@ -63,6 +64,7 @@ class ReactiveStreamsAsyncResultExtensionTest extends InstrumentationSpecificati
63
64
tags {
64
65
defaultTags()
65
66
"$Tags.COMPONENT""opentelemetry"
67
+
"$Tags.SPAN_KIND""internal"
66
68
errorTags(expectedException)
67
69
}
68
70
}
@@ -92,6 +94,7 @@ class ReactiveStreamsAsyncResultExtensionTest extends InstrumentationSpecificati
92
94
tags {
93
95
defaultTags()
94
96
"$Tags.COMPONENT""opentelemetry"
97
+
"$Tags.SPAN_KIND""internal"
95
98
}
96
99
}
97
100
}
@@ -121,6 +124,7 @@ class ReactiveStreamsAsyncResultExtensionTest extends InstrumentationSpecificati
121
124
tags {
122
125
defaultTags()
123
126
"$Tags.COMPONENT""opentelemetry"
127
+
"$Tags.SPAN_KIND""internal"
124
128
}
125
129
}
126
130
span {
@@ -130,6 +134,7 @@ class ReactiveStreamsAsyncResultExtensionTest extends InstrumentationSpecificati
Copy file name to clipboardExpand all lines: dd-java-agent/instrumentation/reactor-core-3.1/src/latestDepTest/groovy/ReactorAsyncResultExtensionTest.groovy
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
49
49
tags {
50
50
defaultTags()
51
51
"$Tags.COMPONENT""opentelemetry"
52
+
"$Tags.SPAN_KIND""internal"
52
53
}
53
54
}
54
55
}
@@ -79,6 +80,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
79
80
tags {
80
81
defaultTags()
81
82
"$Tags.COMPONENT""opentelemetry"
83
+
"$Tags.SPAN_KIND""internal"
82
84
errorTags(expectedException)
83
85
}
84
86
}
@@ -107,6 +109,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
107
109
tags {
108
110
defaultTags()
109
111
"$Tags.COMPONENT""opentelemetry"
112
+
"$Tags.SPAN_KIND""internal"
110
113
}
111
114
}
112
115
}
@@ -134,6 +137,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
134
137
tags {
135
138
defaultTags()
136
139
"$Tags.COMPONENT""opentelemetry"
140
+
"$Tags.SPAN_KIND""internal"
137
141
}
138
142
}
139
143
}
@@ -164,6 +168,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
164
168
tags {
165
169
defaultTags()
166
170
"$Tags.COMPONENT""opentelemetry"
171
+
"$Tags.SPAN_KIND""internal"
167
172
errorTags(expectedException)
168
173
}
169
174
}
@@ -192,6 +197,7 @@ class ReactorAsyncResultExtensionTest extends InstrumentationSpecification {
0 commit comments