Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): remove DD_TRACE_ENABLED from configuration docs #11795

Merged
merged 2 commits into from
Dec 20, 2024
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
20 changes: 8 additions & 12 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ see specific integration documentation for more details.

The following environment variables for the tracer are supported:

Common Configurations
---------------------

For common configuration variables (not language specific), see `Configure the Datadog Tracing Library`_.


Unified Service Tagging
-----------------------

Expand Down Expand Up @@ -177,18 +183,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 +876,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
Loading