Skip to content

Commit

Permalink
Description improvements for process_config.run_in_core_agent
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-taf committed Sep 25, 2024
1 parent ec139bd commit 41902d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,10 @@ api_key:

{{- if (eq .OS "linux")}}
## @param run_in_core_agent - custom object - optional
## Specifies which agent collects process and/or container information (Linux only).
## Controls whether the process Agent or core Agent collects process and/or container information (Linux only).
# run_in_core_agent:
## @param enabled - boolean - optional - default: false
## Enables process/container collection on the core agent instead of the process agent.
## Enables process/container collection on the core Agent instead of the process Agent.
# enabled: false
{{ end -}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
---
features:
- |
Add ability to run process/container collection on the core agent (Linux only). This is controlled
by the `process_config.run_in_core_agent.enabled` config in datadog.yaml.
Add ability to run process/container collection on the core Agent (Linux only). This is controlled
by the `process_config.run_in_core_agent.enabled` option in datadog.yaml.

0 comments on commit 41902d5

Please sign in to comment.