diff --git a/charts/amazon-cloudwatch-observability/values.yaml b/charts/amazon-cloudwatch-observability/values.yaml index b9c7d34..1b5e29d 100644 --- a/charts/amazon-cloudwatch-observability/values.yaml +++ b/charts/amazon-cloudwatch-observability/values.yaml @@ -1358,14 +1358,21 @@ agent: config: # optional config that can be provided to override the defaultConfig otelConfig: # optional YAML config that can be provided to combine with the config/defaultConfig defaultConfig: - logs: - metrics_collected: - kubernetes: - enhanced_container_insights: true - application_signals: {} - traces: - traces_collected: - application_signals: {} + { + "logs": { + "metrics_collected": { + "kubernetes": { + "enhanced_container_insights": true + }, + "application_signals": { } + } + }, + "traces": { + "traces_collected": { + "application_signals": { } + } + } + } prometheus: config: targetAllocator: