Skip to content

Commit e967c8a

Browse files
committed
rename cloudwatch metrics namespace
1 parent b90a857 commit e967c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/canary/scripts/push_stats_to_cloudwatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def readXML_and_publish_metrics_to_cw():
6161
# Use the put_metric_data method to push the metric data to CloudWatch
6262
try:
6363
response = cw_client.put_metric_data(
64-
Namespace="Canary_Telemetry", MetricData=metric_data
64+
Namespace="Canary_Metrics", MetricData=metric_data
6565
)
6666
if response["ResponseMetadata"]["HTTPStatusCode"] == 200:
6767
print("Successfully pushed data to CloudWatch")

0 commit comments

Comments
 (0)