-
Notifications
You must be signed in to change notification settings - Fork 0
/
statsd.json
37 lines (35 loc) · 979 Bytes
/
statsd.json
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
{
"agent": {
"metrics_collection_interval": 1,
"region": "ap-south-1",
"logfile": "/opt/aws/amazon-cloudwatch-agent/logs/amazon-cloudwatch-agent.log",
"debug": false,
"run_as_user": "cwagent"
},
"metrics": {
"namespace": "k26",
"metrics_collected": {
"statsd": {
"service_address": ":8125",
"metrics_collection_interval": 1,
"metrics_aggregation_interval": 0
}
}
},
"logs": {
"logs_collected": {
"files": {
"collect_list": [
{
"file_path": "/opt/aws/amazon-cloudwatch-agent/logs/amazon-cloudwatch-agent.log",
"log_group_name": "k6",
"log_stream_name": "cent-cw1",
"timezone": "UTC"
}
]
}
},
"log_stream_name": "cent-cw1",
"force_flush_interval" : 15
}
}