Skip to content

Commit

Permalink
Set otel config env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 17, 2023
1 parent 7611088 commit 1ae9b41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ecs/task-definition.json.jq
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
{
"name": "CONFIG_S3_BUCKET",
"value": "cogini-foo-dev-app-config"
},
{
"name": "OTEL_EXPORTER_OTLP_TRACES_ENDPOINT",
"value: "http://localhost:4317"
},
{
"name": "OTEL_EXPORTER_OTLP_PROTOCOL",
"value": "grpc"
}
],
"essential": true,
Expand Down

0 comments on commit 1ae9b41

Please sign in to comment.