diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md index 75df504492a..a18fdc2d906 100644 --- a/content/en/tracing/trace_collection/library_config/java.md +++ b/content/en/tracing/trace_collection/library_config/java.md @@ -427,6 +427,12 @@ Available since version 1.9.0 **Default**: `false`
When set to `true`, stop extracting trace context when a valid one is found. +`dd.propagate.context` +: **Environment Variable**: `DD_PROPAGATE_CONTEXT`
+**Default**: `false`
+When `true`, distributed trace context (for example, `tracecontext` and `baggage` headers) is extracted and injected even when tracing is disabled (`dd.trace.enabled=false`). Spans are created to carry and propagate context, but traces are not reported to Datadog. This lets a service participate in context propagation without sending trace data. Has no effect when tracing is enabled. + + ### JMX metrics `dd.jmxfetch.enabled`