File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dd-java-agent/instrumentation/guava-10.0/src/test/groovy Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
4848 tags {
4949 defaultTags()
5050 " $Tags . COMPONENT " " opentelemetry"
51+ " $Tags . SPAN_KIND " " internal"
5152 }
5253 }
5354 }
@@ -74,6 +75,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
7475 tags {
7576 defaultTags()
7677 " $Tags . COMPONENT " " opentelemetry"
78+ " $Tags . SPAN_KIND " " internal"
7779 }
7880 }
7981 }
@@ -104,6 +106,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
104106 tags {
105107 defaultTags()
106108 " $Tags . COMPONENT " " opentelemetry"
109+ " $Tags . SPAN_KIND " " internal"
107110 errorTags(expectedException)
108111 }
109112 }
You can’t perform that action at this time.
0 commit comments