Skip to content

Commit 0159619

Browse files
authored
Merge pull request DataDog#15182 from DataDog/andrew.glaude/telemetryGolang
Add docs for telemetry configuration
2 parents 7295d0d + 32eb341 commit 0159619

File tree

1 file changed

+4
-0
lines changed
  • content/en/tracing/trace_collection/library_config

1 file changed

+4
-0
lines changed

content/en/tracing/trace_collection/library_config/go.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Enable web framework and library instrumentation. When false, the application co
102102
: **Default**: `null` <br>
103103
Dynamically rename services through configuration. Services can be separated by commas or spaces, for example: `mysql:mysql-service-name,postgres:postgres-service-name`, `mysql:mysql-service-name postgres:postgres-service-name`.
104104

105+
`DD_INSTRUMENTATION_TELEMETRY_ENABLED`
106+
: **Default**: `false` <br>
107+
Datadog may collect [environmental and diagnostic information about your system][8] to improve the product. When false, this telemetry data will not be collected.
105108

106109

107110
## Configure APM environment name
@@ -138,3 +141,4 @@ extracted value is used.
138141
[5]: /tracing/advanced/setting_primary_tags_to_scope/#environment
139142
[6]: /getting_started/tracing/#environment-name
140143
[7]: /tracing/trace_collection/dd_libraries/go
144+
[8]: /tracing/configure_data_security#telemetry-collection

0 commit comments

Comments
 (0)