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
Dynamic Instrumentation for Go is in limited preview and is not available to all customers.
18
18
Request access to join the waiting list.<br>
19
-
**Note**: <ahref="#unsupported-features">Some limitations</a> apply to the preview.
19
+
<b>Note</b>: <ahref="#unsupported-features">Some limitations</a> apply to the preview.
20
20
{{< /beta-callout-private >}}
21
21
22
22
Dynamic Instrumentation is a feature provided by the Datadog tracing library.
@@ -32,11 +32,12 @@ To use Dynamic Instrumentation, you must enable it in both the Datadog Agent and
32
32
33
33
{{< tabs >}}
34
34
{{% tab "Configuration YAML file" %}}
35
-
Update your `system-probe.yaml`file with the following. This file should be located along `datadog.yaml`, see [agent configuration][101] for location details.
35
+
Update `system-probe.yaml`(located alongside `datadog.yaml`) with the following. For more information, see [Agent configuration files][101].
1. Install or upgrade the Go tracing library to version >=1.74.6 or >=2.2.3, by following the [relevant instructions][2].
63
+
1. Install or upgrade the Go tracing library to version >=1.74.6 or >=2.2.3, by following the [Go tracing library installation instructions][2]..
63
64
2. Run your service with Dynamic Instrumentation enabled by setting the following environment variable:
64
65
65
66
```
@@ -86,7 +87,7 @@ Configure Dynamic Instrumentation using the following environment variables:
86
87
87
88
## What to do next
88
89
89
-
See [Live Debugger][4] for information about adding instrumentations, capturing application state, and browsing and indexing the collected data.
90
+
See the [Live Debugger documentation][4] for information about adding instrumentations, capturing application state, and browsing and indexing the collected data.
Copy file name to clipboardExpand all lines: content/en/tracing/trace_collection/dynamic_instrumentation/enabling/python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ further_reading:
14
14
text: 'Getting Started with Datadog Agent'
15
15
---
16
16
17
-
Dynamic Instrumentation is a feature provided by the Datadog tracing library.. If you are already using [APM to collect traces][1] for your application, ensure your Agent and tracing library are on the required version. Then, go directly to enabling Dynamic Instrumentation in step 4.
17
+
Dynamic Instrumentation is a feature provided by the Datadog tracing library. If you are already using [APM to collect traces][1] for your application, ensure your Agent and tracing library are on the required version. Then, go directly to enabling Dynamic Instrumentation in step 4.
0 commit comments