forked from DataDog/datadog-process-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf-dev.yaml
More file actions
57 lines (53 loc) · 1.62 KB
/
conf-dev.yaml
File metadata and controls
57 lines (53 loc) · 1.62 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
log_level: INFO
log_to_console: true
# Use this when running process agent locally
sts_url: http://localhost:7077/stsAgent
# Running process-agent in Vagrant guest VM and sending payload to host machine on port 7077
#sts_url: http://10.0.2.2:7077/stsAgent
# Use this when running process agent in the vagrant vms
#sts_url: http://192.168.56.1:7077/stsAgent
# Use this when running process agent with branch deploy
#sts_url: https://<branch-name>.test.stackstate.io/stsAgent
api_key: API_KEY
incremental_publishing_enabled: true
local_run: true
process_config:
enabled: 'true'
# Locally we don't want to filter anything
# filters:
# short_lived_processes:
# enabled: false
# short_lived_network_relations:
# enabled: false
queue_size: 10
# intervals:
# container: 8
# process: 5
# connections: 5
# process_blacklist:
# # 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:
protocol_inspection_enabled: 'true'
initial_connections_from_proc: 'true'
ebpf_debuglog_enabled: 'false'
ebpf_artifact_dir: './ebpf-object-files/x86_64'
http_tracing_enabled: 'false'
pod_correlation:
enabled: true
protocol_metrics: true
partial_correlation: false
kube_config_path: ~/kubeconfig
exporter:
type: stdout
interval: 15
transaction_manager:
# for testing purposes
timeout_duration_seconds: 5
eviction_duration_seconds: 10