-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PROCS-4228] Add E2E tests in K8s for running the process checks in t…
…he core agent (#28640)
- Loading branch information
1 parent
fb92620
commit c81921c
Showing
3 changed files
with
126 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
datadog: | ||
processAgent: | ||
enabled: {{.ProcessAgentEnabled}} | ||
processCollection: {{.ProcessCollection}} | ||
processDiscovery: {{.ProcessDiscoveryCollection}} | ||
containerCollection: {{.ContainerCollection}} | ||
runInCoreAgent: false | ||
networkMonitoring: | ||
enabled: false | ||
enabled: {{.NetworkPerformanceMonitoring}} | ||
|
||
agents: | ||
containers: | ||
agent: | ||
env: | ||
- name: DD_PROCESS_CONFIG_RUN_IN_CORE_AGENT_ENABLED | ||
value: {{.RunInCoreAgent}} | ||
processAgent: | ||
env: | ||
- name: DD_PROCESS_CONFIG_RUN_IN_CORE_AGENT_ENABLED | ||
value: {{.RunInCoreAgent}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters