Skip to content

Commit 166ac3b

Browse files
authored
Merge pull request #241 from aws-samples/otel-v32
Otel v32
2 parents 9b6973a + cc75a1e commit 166ac3b

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)