Skip to content

Commit

Permalink
chore(otel): update collector version
Browse files Browse the repository at this point in the history
  • Loading branch information
saefty committed Dec 13, 2023
1 parent 4f8ea6c commit c1d57ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
// optional AWS Distro for OpenTelemetry container
otel_container_defaults = {
essential = false
image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.name}.amazonaws.com/ecr-public/aws-observability/aws-otel-collector:v0.29.0"
image = "${data.aws_caller_identity.current.account_id}.dkr.ecr.${data.aws_region.current.name}.amazonaws.com/ecr-public/aws-observability/aws-otel-collector:v0.35.0"
name = "otel"
readonlyRootFilesystem = false
mountPoints = []
Expand Down

0 comments on commit c1d57ab

Please sign in to comment.