Skip to content

Commit

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

ServerConsumerInstructions = []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 Expand Up @@ -92,4 +92,4 @@ func ValidateAPMMetric(dimFactory dimension.Factory, namespace string, metricNam

testResult.Status = status.SUCCESSFUL
return testResult
}
}

0 comments on commit 1af68f8

Please sign in to comment.