Skip to content

Commit 079dab2

Browse files
sarahchen6estherk15
authored andcommitted
Update java.md for dd.jdk.socket.enabled config option (#29182)
1 parent e499f4f commit 079dab2

File tree

1 file changed

+8
-1
lines changed
  • content/en/tracing/trace_collection/library_config

1 file changed

+8
-1
lines changed

content/en/tracing/trace_collection/library_config/java.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ When set to `true`, the body is added to Elasticsearch and OpenSearch spans.
447447
**Default**: `true`<br>
448448
When set to `true`, the query string parameters are added to Elasticsearch and OpenSearch spans.
449449

450-
`trace.cassandra.keyspace.statement.extraction.enabled`
450+
`dd.trace.cassandra.keyspace.statement.extraction.enabled`
451451
: **Environment Variable**: `DD_TRACE_CASSANDRA_KEYSPACE_STATEMENT_EXTRACTION_ENABLED` <br>
452452
**Default**: `false`<br>
453453
By default, the keyspace is extracted only if it is configured during session creation. When set to `true`, the keyspace can also be extracted by examining the metadata in the query results.
@@ -461,6 +461,13 @@ By default, the keyspace is extracted only if it is configured during session cr
461461
- If you are running the Agent as a container, ensure that `DD_DOGSTATSD_NON_LOCAL_TRAFFIC` [is set to `true`][10], and that port `8125` is open on the Agent container.
462462
- In Kubernetes, [bind the DogStatsD port to a host port][11]; in ECS, [set the appropriate flags in your task definition][12].
463463

464+
### UDS
465+
466+
`dd.jdk.socket.enabled`
467+
: **Environment Variable**: `DD_JDK_SOCKET_ENABLED` <br>
468+
**Default**: `false`<br>
469+
Enable native JDK support for unix domain sockets.
470+
464471
### Examples
465472

466473
#### `dd.service.mapping`

0 commit comments

Comments
 (0)