forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean exit test all services (DataDog#31334)
- Loading branch information
Showing
8 changed files
with
146 additions
and
52 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
14 changes: 14 additions & 0 deletions
14
test/new-e2e/tests/windows/service-test/fixtures/datadog-pa-disabled.yaml
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# disable logs agent | ||
logs_enabled: false | ||
|
||
# disable process agent | ||
process_config: | ||
process_collection: | ||
enabled: false | ||
container_collection: | ||
enabled: false | ||
enabled: "disabled" | ||
process_discovery: | ||
enabled: false | ||
|
||
# trace-agent is running by default |
12 changes: 12 additions & 0 deletions
12
test/new-e2e/tests/windows/service-test/fixtures/datadog-ta-disabled.yaml
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# enable logs agent | ||
logs_enabled: true | ||
|
||
# enable process agent | ||
process_config: | ||
# live process | ||
process_collection: | ||
enabled: true | ||
|
||
# trace-agent is running by default | ||
apm_config: | ||
enabled: false |
3 changes: 3 additions & 0 deletions
3
test/new-e2e/tests/windows/service-test/fixtures/security-agent-disabled.yaml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# enable security agent | ||
runtime_security_config: | ||
enabled: false |
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