We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b6973a + cc75a1e commit 166ac3bCopy full SHA for 166ac3b
PetAdoptions/cdk/pet_stack/lib/services/ecs-service.ts
@@ -187,7 +187,7 @@ export abstract class EcsService extends Construct {
187
188
private addOtelCollectorContainer(taskDefinition: ecs.FargateTaskDefinition, logging: ecs.AwsLogDriver) {
189
taskDefinition.addContainer('aws-otel-collector', {
190
- image: ecs.ContainerImage.fromRegistry('public.ecr.aws/aws-observability/aws-otel-collector:v0.28.0'),
+ image: ecs.ContainerImage.fromRegistry('public.ecr.aws/aws-observability/aws-otel-collector:v0.32.0'),
191
memoryLimitMiB: 256,
192
cpu: 256,
193
command: ["--config", "/etc/ecs/ecs-xray.yaml"],
0 commit comments