File tree Expand file tree Collapse file tree
charts/amazon-cloudwatch-observability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1304,14 +1304,21 @@ agent:
13041304 config : # optional config that can be provided to override the defaultConfig
13051305 otelConfig : # optional YAML config that can be provided to combine with the config/defaultConfig
13061306 defaultConfig :
1307- logs :
1308- metrics_collected :
1309- kubernetes :
1310- enhanced_container_insights : true
1311- application_signals : {}
1312- traces :
1313- traces_collected :
1314- application_signals : {}
1307+ {
1308+ " logs " : {
1309+ " metrics_collected " : {
1310+ " kubernetes " : {
1311+ " enhanced_container_insights " : true
1312+ },
1313+ " application_signals " : { }
1314+ }
1315+ },
1316+ " traces " : {
1317+ " traces_collected " : {
1318+ " application_signals " : { }
1319+ }
1320+ }
1321+ }
13151322 prometheus :
13161323 config :
13171324 targetAllocator :
You can’t perform that action at this time.
0 commit comments