Skip to content

Commit 3807ca9

Browse files
committed
updating cwa
1 parent f3dbdf4 commit 3807ca9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
},
1111
"logs": {
1212
"metrics_collected": {
13-
"application_signals": {}
13+
"application_signals": {},
14+
"otlp": {
15+
"grpc_endpoint": "0.0.0.0:4317",
16+
"http_endpoint": "0.0.0.0:4318"
17+
}
1418
}
1519
}
1620
}

0 commit comments

Comments
 (0)