Skip to content

Commit

Permalink
make otel essential again
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Oct 9, 2024
1 parent c02a58e commit 9881620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "aws_ecs_task_definition" "app_task" {
image = "public.ecr.aws/aws-observability/aws-otel-collector:${local.otel_image_tag}",
cpu = local.otel_cpu,
memory = local.otel_memory,
essential = false,
essential = true,

command = [
"--config=/etc/ecs/ecs-amp-prometheus.yaml",
Expand Down

0 comments on commit 9881620

Please sign in to comment.