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/datadog/tracing/trace-annotation/src/test/groovy/TraceAnnotationsTest.groovy
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
267
267
errored true
268
268
tags {
269
269
"$Tags.COMPONENT""trace"
270
-
serviceNameSource "m"
271
270
errorTags(error.class)
272
271
defaultTags()
273
272
}
@@ -294,7 +293,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
294
293
errored true
295
294
tags {
296
295
"$Tags.COMPONENT""trace"
297
-
serviceNameSource "m"
298
296
errorTags(error.class)
299
297
defaultTags()
300
298
}
@@ -316,7 +314,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
316
314
operationName "trace.annotation"
317
315
tags {
318
316
"$Tags.COMPONENT""trace"
319
-
serviceNameSource "m"
320
317
defaultTags()
321
318
}
322
319
}
@@ -342,7 +339,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
342
339
operationName "trace.annotation"
343
340
tags {
344
341
"$Tags.COMPONENT""trace"
345
-
serviceNameSource "m"
346
342
defaultTags()
347
343
}
348
344
}
@@ -352,7 +348,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
352
348
operationName "trace.annotation"
353
349
tags {
354
350
"$Tags.COMPONENT""trace"
355
-
serviceNameSource "m"
356
351
defaultTags()
357
352
}
358
353
}
@@ -390,7 +385,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
390
385
errored false
391
386
tags {
392
387
"$Tags.COMPONENT""trace"
393
-
serviceNameSource "m"
394
388
defaultTags()
395
389
}
396
390
}
@@ -403,7 +397,6 @@ class TraceAnnotationsTest extends InstrumentationSpecification {
0 commit comments