We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c1464 commit 7943bc9Copy full SHA for 7943bc9
1 file changed
dd-java-agent/instrumentation/guava-10.0/src/test/groovy/GuavaAsyncResultExtensionTest.groovy
@@ -48,6 +48,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
48
tags {
49
defaultTags()
50
"$Tags.COMPONENT" "opentelemetry"
51
+ "$Tags.SPAN_KIND" "internal"
52
}
53
54
@@ -74,6 +75,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
74
75
76
77
78
79
80
81
@@ -104,6 +106,7 @@ class GuavaAsyncResultExtensionTest extends InstrumentationSpecification {
104
106
105
107
108
109
110
errorTags(expectedException)
111
112
0 commit comments