Skip to content

Commit 32eb341

Browse files
authored
Merge branch 'master' into andrew.glaude/telemetryGolang
2 parents 58502b4 + 3e793c6 commit 32eb341

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ further_reading:
1616
text: "Explore your services, resources and traces"
1717
---
1818

19-
After you [set up the tracing library with your code, configure the Agent to collect APM data, and activate the Go integration][1], optionally configure the tracing library as desired.
19+
After you [set up the tracing library with your code, configure the Agent to collect APM data, and activate the Go integration][7], optionally configure the tracing library as desired.
2020

2121
Datadog recommends using `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `env`, `service`, and `version` for your services.
2222

@@ -104,7 +104,7 @@ Dynamically rename services through configuration. Services can be separated by
104104

105105
`DD_INSTRUMENTATION_TELEMETRY_ENABLED`
106106
: **Default**: `false` <br>
107-
Datadog may collect [environmental and diagnostic information about your system][7] to improve the product. When false, this telemetry data will not be collected.
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.
108108

109109

110110
## Configure APM environment name
@@ -140,4 +140,5 @@ extracted value is used.
140140
[4]: /tracing/trace_pipeline/ingestion_mechanisms/?tab=go#pagetitle
141141
[5]: /tracing/advanced/setting_primary_tags_to_scope/#environment
142142
[6]: /getting_started/tracing/#environment-name
143-
[7]: /tracing/configure_data_security#telemetry-collection
143+
[7]: /tracing/trace_collection/dd_libraries/go
144+
[8]: /tracing/configure_data_security#telemetry-collection

0 commit comments

Comments
 (0)