From 980e43945d8200329e340e6b8c452b29fd8b4f6e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 12 Oct 2021 21:24:24 +0200 Subject: [PATCH] docs(profiling): add missing endpoint collection variable (#2909) Co-authored-by: Kyle Verhoog (cherry picked from commit 64c03523eceb18b97b10898f07637d0ca55f99c0) --- docs/configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 8ee2021257a..35288710fc1 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -211,4 +211,10 @@ below: - The tags to apply to uploaded profile. Must be a list in the ``key1:value,key2:value2`` format. + .. _dd-profiling-endpoing-collection-enabled: + * - ``DD_PROFILING_ENDPOINT_COLLECTION_ENABLED`` + - Boolean + - True + - Whether to enable the endpoint data collection in profiles. + .. _Unified Service Tagging: https://docs.datadoghq.com/getting_started/tagging/unified_service_tagging/