You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
}
},
The text was updated successfully, but these errors were encountered: