Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
**Default**: `true`<br>
When set to `true`, the query string parameters are added to Elasticsearch and OpenSearch spans.

`trace.cassandra.keyspace.statement.extraction.enabled`
`dd.trace.cassandra.keyspace.statement.extraction.enabled`
: **Environment Variable**: `DD_TRACE_CASSANDRA_KEYSPACE_STATEMENT_EXTRACTION_ENABLED` <br>
**Default**: `false`<br>
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.
Expand All @@ -461,6 +461,13 @@
- 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.
- In Kubernetes, [bind the DogStatsD port to a host port][11]; in ECS, [set the appropriate flags in your task definition][12].

### UDS

Check warning on line 464 in content/en/tracing/trace_collection/library_config/java.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'UDS' should use sentence-style capitalization.

`dd.jdk.socket.enabled`
: **Environment Variable**: `DD_JDK_SOCKET_ENABLED` <br>
**Default**: `false`<br>
Enable native JDK support for unix domain sockets.

Check warning on line 469 in content/en/tracing/trace_collection/library_config/java.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'UNIX' instead of 'unix'.

### Examples

#### `dd.service.mapping`
Expand Down
Loading