Skip to content

Commit

Permalink
changes namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 25, 2023
1 parent f0b6d7c commit 9f55f2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/apm/traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ const (
)

var annotations = map[string]string{
"aws_remote_target": "remote-target",
"aws_remote_operation": "remote-operation",
"aws_local_service": "service-name",
"aws_remote_service": "service-name-remote",
"K8s_Namespace": "default",
"aws_local_operation": "operation",
"aws_remote_target": "remote-target",
"aws_remote_operation": "remote-operation",
"aws_local_service": "service-name",
"aws_remote_service": "service-name-remote",
"HostedIn_K8s_Namespace": "default",
"aws_local_operation": "operation",
}

type APMTracesRunner struct {
Expand Down

0 comments on commit 9f55f2e

Please sign in to comment.