From 0cde1876f721ea03a2e5ef741b69aad967891432 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Tue, 6 May 2025 13:32:19 -0400 Subject: [PATCH] Update java.md for `dd.jdk.socket.enabled` config option --- .../en/tracing/trace_collection/library_config/java.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md index c911ab6d6da59..d2f0eca26cc2c 100644 --- a/content/en/tracing/trace_collection/library_config/java.md +++ b/content/en/tracing/trace_collection/library_config/java.md @@ -447,7 +447,7 @@ When set to `true`, the body is added to Elasticsearch and OpenSearch spans. **Default**: `true`
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`
**Default**: `false`
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 - 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 + +`dd.jdk.socket.enabled` +: **Environment Variable**: `DD_JDK_SOCKET_ENABLED`
+**Default**: `false`
+Enable native JDK support for unix domain sockets. + ### Examples #### `dd.service.mapping`