From 415d2cc92b7687907cab9afcbb130f48ace93459 Mon Sep 17 00:00:00 2001 From: Pooja Reddy Nathala Date: Wed, 25 Oct 2023 18:05:44 -0400 Subject: [PATCH] namespace reverted --- test/app_signals/metrics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app_signals/metrics_test.go b/test/app_signals/metrics_test.go index 3568e7620..3628e0c2e 100644 --- a/test/app_signals/metrics_test.go +++ b/test/app_signals/metrics_test.go @@ -15,7 +15,7 @@ import ( ) const testRetryCount = 6 -const namespace = "AWS/AppSignals" +const namespace = "AWS/APM" type AppSignalsMetricsRunner struct { test_runner.BaseTestRunner