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
* Revise APM Instrumentation library injection details
Updated the section on instrumentation library injection to specify Single Step Instrumentation and added information on manual APM tracer library injection.
* Update content/en/containers/cluster_agent/admission_controller.md
Co-authored-by: Joe Peeples <[email protected]>
---------
Co-authored-by: Joe Peeples <[email protected]>
Copy file name to clipboardExpand all lines: content/en/containers/cluster_agent/admission_controller.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,11 +148,12 @@ Finally, run the following commands:
148
148
{{% /tab %}}
149
149
{{< /tabs >}}
150
150
151
-
### Instrumentation library injection
152
-
You can configure the Cluster Agent (version 7.39 and higher) to inject instrumentation libraries. Read [Instrumentation library injection with Admission Controller][2] for more information.
151
+
### APM Instrumentation library injection
152
+
You can configure the Cluster Agent (version 7.39 and higher) to inject instrumentation libraries using Single Step Instrumentation. Read [Single Step APM Instrumentation][2] for more information.
153
153
154
+
If you do not want to use Single Step Instrumentation, the Datadog Admission Controller can be used to inject APM tracer libraries directly as a manual, pod-level alternative. Read [Local SDK Injection][7] for more information.
154
155
155
-
### APM and DogStatsD
156
+
### APM and DogStatsD environment variable injection
156
157
157
158
To configure DogStatsD clients or other APM libraries that do not support library injection, inject the environment variables `DD_AGENT_HOST` and `DD_ENTITY_ID` by doing one of the following:
158
159
- Add the label `admission.datadoghq.com/enabled: "true"` to your Pod.
@@ -210,8 +211,9 @@ See [Admission Controller Troubleshooting][6].
0 commit comments