Skip to content

Commit

Permalink
remove dd_trace_enabled and add a link to the corp docs for common co…
Browse files Browse the repository at this point in the history
…nfigs
  • Loading branch information
erikayasuda committed Dec 19, 2024
1 parent 315a48f commit 3fbe9b9
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
---------
Expand Down

0 comments on commit 3fbe9b9

Please sign in to comment.