Paul Doherty
Paul Doherty
Hi, Thanks for getting back to me. I just used the standard insights config. E.g. ``` taskDefinition.addContainer("otelContainer", { image: ContainerImage.fromRegistry("public.ecr.aws/aws-observability/aws-otel-collector:latest"), command: ["--config=/etc/ecs/container-insights/otel-task-metrics-config.yaml"], essential: false, portMappings: [...], healthCheck: { command: ["CMD-SHELL",...
The latest v2.17 I really don't think CDK has anything to do with it though. Fundamentally I am unsure how you are supposed to run the healthcheck when on the...
I could obviously take container aws-otel-collector image and add to it then publish it myself but the documentation makes no reference to having to do that
Thanks 👍