Skip to content

Commit

Permalink
pin and trivialize otel
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Oct 8, 2024
1 parent 3ff1756 commit b696f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ resource "aws_ecs_task_definition" "app_task" {

{
name = "aws-otel-collector",
image = "public.ecr.aws/aws-observability/aws-otel-collector:latest",
image_tag = "v0.3.0"
image = "public.ecr.aws/aws-observability/aws-otel-collector:${image_tag}",
cpu = local.otel_cpu,
memory = local.otel_memory,
essential = true,
essential = false,

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

0 comments on commit b696f94

Please sign in to comment.