Skip to content

Commit

Permalink
feat: use latest otel collector image (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
arein committed Jun 22, 2023
1 parent 0ad94f0 commit 4bd8ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

prometheus_port = "8081"

otel_collector_image_tag = "v0.2.0"
otel_collector_image_tag = "v0.3.0"
otel_collector_image = "${var.aws_otel_collector_ecr_repository_url}:${local.otel_collector_image_tag}"
}

Expand Down Expand Up @@ -348,4 +348,4 @@ resource "aws_appautoscaling_policy" "memory_scaling" {
scale_out_cooldown = 180
}
depends_on = [aws_appautoscaling_target.ecs_target]
}
}

0 comments on commit 4bd8ea7

Please sign in to comment.