From 3fbe9b9b874755821f46bc05c4aa0a0879924322 Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Thu, 19 Dec 2024 10:21:08 -0800 Subject: [PATCH 1/2] remove dd_trace_enabled and add a link to the corp docs for common configs --- docs/configuration.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 556f72d40a..afa76ead7c 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -10,6 +10,14 @@ see specific integration documentation for more details. The following environment variables for the tracer are supported: +Common Configurations +----------------------------- + +.. ddtrace-configuration-options:: + +For common configuration variables (not language specific), see `Configure the Datadog Tracing Library`_. + + Unified Service Tagging ----------------------- @@ -177,18 +185,6 @@ Traces version_added: v2.17.0: - DD_TRACE_ENABLED: - type: Boolean - default: True - - description: | - Enable sending of spans to the Agent. Note that instrumentation will still be installed and spans will be - generated. - - version_added: - v0.41.0: | - Formerly named ``DATADOG_TRACE_ENABLED`` - DD_TRACE_HEADER_TAGS: description: | A map of case-insensitive http headers to tag names. Automatically applies matching header values as tags on request and response spans. For example if @@ -882,6 +878,8 @@ Other .. _Unified Service Tagging: https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/ +.. _Configure the Datadog Tracing Library: https://docs.datadoghq.com/tracing/trace_collection/library_config/ + Profiling --------- From c1ae8ea6a5c6a08bbc1f671e898e85ed9a2f96e3 Mon Sep 17 00:00:00 2001 From: erikayasuda Date: Thu, 19 Dec 2024 10:49:00 -0800 Subject: [PATCH 2/2] remove options --- docs/configuration.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index afa76ead7c..d36391de07 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -11,9 +11,7 @@ see specific integration documentation for more details. The following environment variables for the tracer are supported: Common Configurations ------------------------------ - -.. ddtrace-configuration-options:: +--------------------- For common configuration variables (not language specific), see `Configure the Datadog Tracing Library`_.