From e942c2cc4aec54db1ee6a3e657b5e31aaccbe71c Mon Sep 17 00:00:00 2001 From: Pooja Reddy Nathala Date: Tue, 24 Oct 2023 10:56:27 -0400 Subject: [PATCH] testing apm --- test/metric/apm_util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/metric/apm_util.go b/test/metric/apm_util.go index 6dbc379ef..16c7e06b4 100644 --- a/test/metric/apm_util.go +++ b/test/metric/apm_util.go @@ -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")}, }, {