Skip to content

Commit 791c366

Browse files
committed
updating cloudwatch config
1 parent c826fa0 commit 791c366

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

terraform/python/ec2/default/amazon-cloudwatch-agent.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
},
1111
"logs": {
1212
"metrics_collected": {
13-
"application_signals": {}
14-
}
15-
},
16-
"metrics": {
17-
"metrics_collected": {
18-
"application_signals": {}
19-
},
20-
"otlp": {
21-
"grpc_endpoint": "0.0.0.0:4317",
22-
"http_endpoint": "0.0.0.0:4318"
13+
"application_signals": {},
14+
"otlp": {
15+
"grpc_endpoint": "0.0.0.0:4317",
16+
"http_endpoint": "0.0.0.0:4318"
17+
}
2318
}
2419
}
2520
}

0 commit comments

Comments
 (0)