Skip to content

Commit 986df95

Browse files
committed
source dd Trace from dd artifact and update sfx to last possible.
1 parent ff4af46 commit 986df95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

instrumentation/external-annotations/javaagent/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ dependencies {
1818
testImplementation("io.opentracing.contrib.dropwizard:dropwizard-opentracing:0.2.2") {
1919
isTransitive = false
2020
}
21-
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx1")
21+
testImplementation("com.datadoghq:dd-trace-api:1.43.0")
22+
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx8")
2223
// Old and new versions of kamon use different packages for Trace annotation
2324
testImplementation("io.kamon:kamon-annotation_2.11:0.6.7") {
2425
isTransitive = false

instrumentation/external-annotations/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/extannotations/SayTracedHello.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public String newrelic() {
2424
return "hello!";
2525
}
2626

27+
// End of life -- never use this annotation in new development
2728
@com.signalfx.tracing.api.Trace
2829
public String signalfx() {
2930
Span.current().setAttribute("providerAttr", "SignalFx");

0 commit comments

Comments
 (0)