Skip to content

Commit 817121a

Browse files
domalessiestherk15
andauthored
update banner to clarify opentracing-api dependency (#29914)
Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
1 parent 7a8992a commit 817121a

File tree

1 file changed

+3
-1
lines changed
  • content/en/tracing/trace_collection/custom_instrumentation/java

1 file changed

+3
-1
lines changed

content/en/tracing/trace_collection/custom_instrumentation/java/dd-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ further_reading:
2222

2323
This page details common use cases for adding and customizing observability with Datadog APM. If you have not read the setup instructions for automatic instrumentation, start with the [Java Setup Instructions][11].
2424

25-
<div class="alert alert-info">The Datadog Java tracer is built on OpenTracing. Although OpenTracing is deprecated in favor of OpenTelemetry, the following examples correctly import the <code>opentracing</code> library.</div>
25+
<div class="alert alert-info">
26+
The Datadog Java tracer interoperates with the <code>opentracing-api</code> library. Although OpenTracing is deprecated in favor of OpenTelemetry, the examples on this page use OpenTracing types where needed. To compile these examples, add the <a href="https://mvnrepository.com/artifact/io.opentracing/opentracing-api"><code>opentracing-api</code></a> dependency to your project.
27+
</div>
2628

2729
## Adding tags
2830

0 commit comments

Comments
 (0)