Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/en/tracing/trace_collection/library_config/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,12 @@ Available since version 1.9.0
**Default**: `false`<br>
When set to `true`, stop extracting trace context when a valid one is found.

`dd.propagate.context`
: **Environment Variable**: `DD_PROPAGATE_CONTEXT`<br>
**Default**: `false`<br>
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`
Expand Down