Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
We are trying to add namespace Container Insights but we are getting error that this is not listed in supported services
Can we have container insights of EKS in supported list so that we can have metrics in prometheus for EKS
What might the configuration look like?
- type: ContainerInsights
regions:
- us-east-1
period: 300
length: 300
metrics:
- name: node_filesystem_utilization
statistics: [Maximum]
- name: pod_memory_utilization_over_pod_limit
statistics: [Average]
- name: pod_memory_utilization
statistics: [Average]
- name: pod_cpu_utilization
statistics: [Average]
- name: node_number_of_running_containers
statistics: [Average]
- name: node_memory_utilization
statistics: [Average]
Anything else?
No response