forked from DataDog/datadog-process-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackstate-docker-dev.yaml
More file actions
81 lines (75 loc) · 2.04 KB
/
stackstate-docker-dev.yaml
File metadata and controls
81 lines (75 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
log_level: debug
skip_ssl_validation: true
incremental_publishing_enabled: true
process_config:
enabled: 'true'
# Use this when running process agent locally
#process_dd_url: http://localhost:7077/stsAgent
# Use this when running process agent in the vagrant vms
# Use this when running process agent with branch deploy
#process_dd_url: https://<branch-name>.test.stackstate.io/stsAgent
queue_size: 10
# intervals:
# container: 30
# process: 30
# connections: 30
process_blacklist:
# A list of regex patterns that will exclude a process if matched.
patterns:
# Linux Specific patterns
# stress is used for molecule testing
- "stress"
- "^-bash"
- "^su$"
- "^/bin/bash"
- "^/lib/systemd/"
- "^pickup"
- "^/sbin/"
- "^qmgr"
- "^sshd:"
- "^/usr/bin/bash"
- "^/usr/bin/dbus-daemon"
- "^/usr/bin/vi(?:m|m.basic)?$"
- "^/usr/bin/tail"
- "^/usr/lib/systemd/"
- "^/usr/sbin/"
- "^\\(sd-pam\\)"
# Windows Specific patterns
- "cmd.exe"
- "conhost.exe"
- "DllHost.exe"
- "dwm.exe"
- "Explorer.EXE"
- "lsass.exe"
- "msdtc.exe"
- "SearchUI.exe"
- "sihost.exe"
- "smartscreen.exe"
- "svchost.exe"
- "taskhostw.exe"
- "tasklist.exe"
- "VBoxService.exe"
- "vim.exe"
- "wininit.exe"
- "winlogon.exe"
- "wlms.exe"
- "wmiprvse.exe"
- "sshd.exe"
# Should be ignored, but gets reported with an empty command line
#- "sppsvc.exe"
#- "services.exe"
#- "csrss.exe"
#- "wininit.exe"
#- "System"
#- "smss.exe"
# Process blacklist inclusions for top resource using processes
inclusions:
amount_top_cpu_pct_usage: 3
cpu_pct_usage_threshold: 20
amount_top_io_read_usage: 3
amount_top_io_write_usage: 3
amount_top_mem_usage: 3
mem_usage_threshold: 35
network_tracer_config:
network_tracing_enabled: 'true'
initial_connections_from_proc: 'true'