Skip to content

Commit abe27e9

Browse files
author
Mythili Annamalai Sekar
committed
Merge branch one-observability-demo:main into Lambda_Layer_Version_Update
2 parents 3634bbc + cc75a1e commit abe27e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/lib/services/ecs-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export abstract class EcsService extends Construct {
187187

188188
private addOtelCollectorContainer(taskDefinition: ecs.FargateTaskDefinition, logging: ecs.AwsLogDriver) {
189189
taskDefinition.addContainer('aws-otel-collector', {
190-
image: ecs.ContainerImage.fromRegistry('public.ecr.aws/aws-observability/aws-otel-collector:v0.28.0'),
190+
image: ecs.ContainerImage.fromRegistry('public.ecr.aws/aws-observability/aws-otel-collector:v0.32.0'),
191191
memoryLimitMiB: 256,
192192
cpu: 256,
193193
command: ["--config", "/etc/ecs/ecs-xray.yaml"],

0 commit comments

Comments
 (0)