From 4130930efd1dc44dd5c97e07f6abaa66614c1018 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Thu, 2 Jan 2025 17:37:42 -0500 Subject: [PATCH 1/2] Fix improper spacing introduced by #26951 --- .../trace_collection/library_config/_index.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/content/en/tracing/trace_collection/library_config/_index.md b/content/en/tracing/trace_collection/library_config/_index.md index 7fa771a3881b8..973c7cf804bc5 100644 --- a/content/en/tracing/trace_collection/library_config/_index.md +++ b/content/en/tracing/trace_collection/library_config/_index.md @@ -21,10 +21,7 @@ The following configuration options behave consistently across the latest versio `DD_TRACE__ENABLED` : **Default**: `true`
**Supported Input**: Boolean
-**Caveats**:
- - Not supported in Go - - [Some Java integrations are disabled by default][2].
- +**Caveats**:
Not supported in Go; [Some Java integrations are disabled by default][2].
**Description**: Enables or disables instrumentation for the specified ``. The integration name must be in uppercase (for example, `DD_TRACE_KAFKA_ENABLED=true`) `DD_TRACE_RATE_LIMIT` @@ -71,11 +68,8 @@ The following configuration options behave consistently across the latest versio `DD_VERSION` : **Default**: `null`
**Supported Input**: A string representing an application version
-**Caveats**:
- - Node.js automatically sets the version number from package.json - - [Inferred services][3] do not set version tags
- -**Description**: Adds a `version` tag to all spans +**Caveats**: Node.js defaults to the version number from package.json
+**Description**: Adds a `version` tag to all spans, except for [Inferred services][3] `DD_SERVICE` : **Default**: `null`, the SDK tries to automatically determine a service name
@@ -104,10 +98,7 @@ The following configuration options behave consistently across the latest versio `DD_TRACE_HTTP_CLIENT_TAG_QUERY_STRING` : **Default**: `true`
**Supported Input**: Boolean
-**Caveats**:
- - Not supported in Node.js - - Disabled by default in Go
- +**Caveats**: Not supported in Node.js; Disabled by default in Go
**Description**: Enables or disables the inclusion of the query string in the `http.url` span tag value for automatically collected HTTP spans. `DD_TRACE_CLIENT_IP_HEADER` From d4ac1e0a969e126d8d151783bd951b8afb545678 Mon Sep 17 00:00:00 2001 From: Brian Marks Date: Thu, 2 Jan 2025 17:58:14 -0500 Subject: [PATCH 2/2] Update _index.md --- content/en/tracing/trace_collection/library_config/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/trace_collection/library_config/_index.md b/content/en/tracing/trace_collection/library_config/_index.md index 973c7cf804bc5..8817603e0ad00 100644 --- a/content/en/tracing/trace_collection/library_config/_index.md +++ b/content/en/tracing/trace_collection/library_config/_index.md @@ -21,7 +21,7 @@ The following configuration options behave consistently across the latest versio `DD_TRACE__ENABLED` : **Default**: `true`
**Supported Input**: Boolean
-**Caveats**:
Not supported in Go; [Some Java integrations are disabled by default][2].
+**Caveats**: Not supported in Go; [Some Java integrations are disabled by default][2].
**Description**: Enables or disables instrumentation for the specified ``. The integration name must be in uppercase (for example, `DD_TRACE_KAFKA_ENABLED=true`) `DD_TRACE_RATE_LIMIT`