Skip to content

Commit 100dbcb

Browse files
Update APM configuration example in Kubernetes doc (#33425)
* Update APM configuration example in Kubernetes doc Clarify the usage of 'enabledNamespaces' for disabling APM due to tab separating Agent versions. * Apply suggestion "Note" and wording on exception Co-authored-by: Brett Blue <[email protected]> --------- Co-authored-by: Brett Blue <[email protected]>
1 parent 86dd9d9 commit 100dbcb

File tree

1 file changed

+1
-0
lines changed
  • content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm

1 file changed

+1
-0
lines changed

content/en/tracing/trace_collection/automatic_instrumentation/single-step-apm/kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Review the following examples demonstrating how to select specific services:
180180

181181
This configuration:
182182
- enables APM for all namespaces except the `jenkins` namespace.
183+
- **Note**: use `enabledNamespaces` to disable for all namespaces except those listed.
183184
- instructs Datadog to instrument the Java applications with the default Java APM SDK and Python applications with `v.3.1.0` of the Python APM SDK.
184185

185186
{{< highlight yaml "hl_lines=4-10" >}}

0 commit comments

Comments
 (0)