Skip to content

Commit

Permalink
fixed issue with containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 25, 2023
1 parent 169dde1 commit a9764ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/eks/daemon/app_signals/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ resource "kubernetes_daemonset" "service" {
}

container {
name = "app_signals-client"
name = "app-signals-client"
image = "public.ecr.aws/docker/library/golang:latest"
image_pull_policy = "Always"
resources {
Expand Down
4 changes: 2 additions & 2 deletions test/app_signals/resources/traces/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"scopeSpans": [
{
"scope": {
"name": "app_signals-integration-test"
"name": "app-signals-integration-test"
},
"spans": [
{
"traceId": "TRACE_ID",
"spanId": "EEE19B7EC3C1B174",
"parentSpanId": "EEE19B7EC3C1B173",
"name": "app_signals-integration-test-traces",
"name": "app-signals-integration-test-traces",
"startTimeUnixNano": START_TIME,
"endTimeUnixNano": START_TIME,
"kind": 2,
Expand Down

0 comments on commit a9764ed

Please sign in to comment.