You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/tracing/trace_collection/library_config/go.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ further_reading:
16
16
text: "Explore your services, resources and traces"
17
17
---
18
18
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.
20
20
21
21
Datadog recommends using `DD_ENV`, `DD_SERVICE`, and `DD_VERSION` to set `env`, `service`, and `version` for your services.
22
22
@@ -104,7 +104,7 @@ Dynamically rename services through configuration. Services can be separated by
104
104
105
105
`DD_INSTRUMENTATION_TELEMETRY_ENABLED`
106
106
: **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.
0 commit comments