Skip to content

Commit 49086dc

Browse files
authored
[CWS] add pidmode so that we collect infra metrics (#22571)
1 parent d848795 commit 49086dc

File tree

1 file changed

+2
-0
lines changed
  • content/en/security/cloud_security_management/setup

1 file changed

+2
-0
lines changed

content/en/security/cloud_security_management/setup/fargate.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Datadog Cloud Security Management on AWS Fargate includes built-in threat detect
4242
"cpu": "256",
4343
"memory": "512",
4444
"networkMode": "awsvpc",
45+
"pidMode": "task",
4546
"requiresCompatibilities": [
4647
"FARGATE"
4748
],
@@ -230,6 +231,7 @@ spec:
230231
fieldPath: spec.nodeName
231232
volumes:
232233
- name: cws-instrumentation-volume
234+
shareProcessNamespace: true
233235
{{< /code-block >}}
234236

235237
## Verify that the Agent is sending events to CSM

0 commit comments

Comments
 (0)