aws / eks-charts

Amazon EKS Helm chart repository
Apache License 2.0
1.2k stars 959 forks source link

Add option for Container Insights with enhanced observability #1057

Open emeth-marco opened 8 months ago

emeth-marco commented 8 months ago

Is your feature request related to a problem? There is no way to enable enhanced observability for container insights, so some dashboard don't have data to display

Is your feature request related to a specific Helm chart, if yes mention name of the chart? Yes, aws-cloudwatch-metrics

Describe the solution you'd like Add an option to define the following in the config map:

"enhanced_container_insights": true

Eg. cwagentconfig.json: | { "logs": { "metrics_collected": { "kubernetes": { "cluster_name": "{{ .Values.clusterName }}", "enhanced_container_insights": {{ .Values.enhanced_observability_enabled }}, "metrics_collection_interval": 60 } },

ivan-sukhomlyn commented 8 months ago

The issue has been resolved by https://github.com/aws/eks-charts/pull/1041

kangadrewie commented 8 months ago

Curious if either @ivan-sukhomlyn or @emeth-marco was able to leverage this new flag? I'm not currently able to get this to work - https://github.com/aws/amazon-cloudwatch-agent/issues/1030