Skip to content

Commit

Permalink
testing apm
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 24, 2023
1 parent 1af68f8 commit e942c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/metric/apm_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ var (

ClientProducerInstructions = []dimension.Instruction{
{
Key: "EKS.Cluster",
Key: "HostedIn.EKS.Cluster",
Value: dimension.UnknownDimensionValue(),
},
{
Key: "K8s.Namespace",
Key: "HostedIn.K8s.Namespace",
Value: dimension.ExpectedDimensionValue{Value: aws.String("default")},
},
{
Expand Down

0 comments on commit e942c2c

Please sign in to comment.