vainiusd
vainiusd
I found that this introduces additional settings in SDKs usage: [IncludeLinkedAccounts](https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatch/#ListMetricsInput) in listing metrics and [AccountId](https://docs.aws.amazon.com/sdk-for-go/api/service/cloudwatch/#MetricDataQuery) in getting metric data.
Value for Container Insights namespace should be `ECS/ContainerInsights` or it's alias `ecs-containerinsights`. For Your stated version: https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/v0.57.1/pkg/config/services.go#L350
ContainerInsights namespace was introduced with [v0.62.0](https://github.com/prometheus-community/yet-another-cloudwatch-exporter/releases/tag/v0.62.0)
Hi. Couldn't find such Cloudwatch metric namespace You are reffering to in parameter `type` here: [AWS metric namespaces](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html). AWS/Events namespace is already supported - could it be that metrics for...