Skip to content

Commit

Permalink
Add linux-only controls
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-taf committed Sep 25, 2024
1 parent 5949628 commit ec139bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkg/config/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1485,12 +1485,14 @@ api_key:
#
# process_config:

{{- if (eq .OS "linux")}}
## @param run_in_core_agent - custom object - optional
## Specifies which agent collects process and/or container information.
## Specifies which 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.
# enabled: false
{{ end -}}

## @param process_collection - custom object - optional
## Specifies settings for collecting processes.
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. This is controlled
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.

0 comments on commit ec139bd

Please sign in to comment.