-
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.
[Process Agent] Add
container_collection.enabled
and `process_colle…
…ction.enabled` (#10555) * Add container_collection.enabled and process_collection.enabled * Set up env key transformer for process_config.enabled * Fixed linting error * Fixed initProcessDiscoveryCheck to use new settings * Added release note and updated the config_template.yaml * Fixed LoadProcessYamlConfig to use new settings * Fixed deprecation message not showing up for environment variable * Fixed "could not convert 'disabled' to bool" error * Updated other usages of `process_config.enabled` to check `process_config.process_collection.enabled` instead * Reverted system probe changes * Fix import tests * Fix agent6DisabledMessage * Apply suggestions from code review Co-authored-by: Moisés Botarro <45740044+mbotarro@users.noreply.github.com> Co-authored-by: Ivan Ilichev <ivan.ilichev@datadoghq.com> * Applied code review suggestions * Renamed result to enabled * Removed unused function `isAffirmative` * Update releasenotes/notes/deprecate-process_config.enabled-89e9ab7b0193cc04.yaml Co-authored-by: maxime mouial <hush-hush@users.noreply.github.com> * Removed `TestDisplayProcConfigEnabledDeprecationWarning` * Removed helpers * Removed helpers * Fixed some documentation * Fixed process discovery test * Moved config loading from LoadProcessYamlConfig and into global config * Add override func * Fixed problems with merge * Fixed failing test in `pkg/process/config` * Fix process agent check in core agent * Made LoadProcessTransforms private * Fixed deprecation info note, and changed release note to explain what the new setting translates to * Updated comment in config_test.go * Added container collection to inventories payload * Applied maxime's suggestions * Updated inventories documentation * Updated inventories.go naming Co-authored-by: Moisés Botarro <45740044+mbotarro@users.noreply.github.com> Co-authored-by: Ivan Ilichev <ivan.ilichev@datadoghq.com> Co-authored-by: maxime mouial <hush-hush@users.noreply.github.com>
- Loading branch information
1 parent
6a9d8a4
commit bc64cb0
Showing
14 changed files
with
212 additions
and
81 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
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
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
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
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
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
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
Oops, something went wrong.