Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for Container Insights with enhanced observability #1057

Open
emeth-marco opened this issue Feb 6, 2024 · 2 comments · May be fixed by #1171
Open

Add option for Container Insights with enhanced observability #1057

emeth-marco opened this issue Feb 6, 2024 · 2 comments · May be fixed by #1171
Labels
enhancement New feature or request

Comments

@emeth-marco
Copy link

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
}
},

@emeth-marco emeth-marco added the enhancement New feature or request label Feb 6, 2024
@ivan-sukhomlyn
Copy link

The issue has been resolved by #1041

@kangadrewie
Copy link
Contributor

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 - aws/amazon-cloudwatch-agent#1030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants