diff --git a/receiver/awscontainerinsightreceiver/README.md b/receiver/awscontainerinsightreceiver/README.md index 1dac3692ce889..6b26d0f0bca6f 100644 --- a/receiver/awscontainerinsightreceiver/README.md +++ b/receiver/awscontainerinsightreceiver/README.md @@ -19,7 +19,7 @@ AWS Container Insights Receiver (`awscontainerinsightreceiver`) is an AWS specif and summarize metrics and logs from your containerized applications and microservices. Data are collected as as performance log events using [embedded metric format](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format.html). From the EMF data, Amazon CloudWatch can create the aggregated CloudWatch metrics at the cluster, node, pod, task, and service level. -CloudWatch Container Insights has been supported by [ECS Agent](https://github.com/aws/amazon-ecs-agent) and [CloudWatch Agent](https://github.com/aws/amazon-cloudwatch-agent) to collect infrastructure metrics for many resources such as such as CPU, memory, disk, and network. To migrate existing customers to use OpenTelemetry, AWS Container Insights Receiver (together with CloudWatch EMF Exporter) aims to support the same CloudWatch Container Insights experience for the following platforms: +CloudWatch Container Insights has been supported by [ECS Agent](https://github.com/aws/amazon-ecs-agent) and [CloudWatch Agent](https://github.com/aws/amazon-cloudwatch-agent) to collect infrastructure metrics for many resources such as CPU, memory, disk, and network. To migrate existing customers to use OpenTelemetry, AWS Container Insights Receiver (together with CloudWatch EMF Exporter) aims to support the same CloudWatch Container Insights experience for the following platforms: * Amazon ECS * Amazon EKS * Kubernetes platforms on Amazon EC2 diff --git a/receiver/awscontainerinsightreceiver/internal/stores/podresourcesstore_test.go b/receiver/awscontainerinsightreceiver/internal/stores/podresourcesstore_test.go index 9e5d4165708a1..736bd8b14cb3d 100644 --- a/receiver/awscontainerinsightreceiver/internal/stores/podresourcesstore_test.go +++ b/receiver/awscontainerinsightreceiver/internal/stores/podresourcesstore_test.go @@ -236,7 +236,6 @@ func constructPodResourcesStore(containerToDevices map[ContainerInfo][]ResourceI } } -// change func assertMapsContainData(t *testing.T, store *PodResourcesStore) { assert.Len(t, expectedContainerInfoToResourcesMap, len(store.containerInfoToResourcesMap)) assert.Len(t, expectedResourceToPodContainerMap, len(store.resourceToPodContainerMap))