Skip to content

Commit 29e592a

Browse files
committed
release v4.3.1
1 parent a17d12b commit 29e592a

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

charts/amazon-cloudwatch-observability/values.yaml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)