We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90a857 commit e967c8aCopy full SHA for e967c8a
test/canary/scripts/push_stats_to_cloudwatch.py
@@ -61,7 +61,7 @@ def readXML_and_publish_metrics_to_cw():
61
# Use the put_metric_data method to push the metric data to CloudWatch
62
try:
63
response = cw_client.put_metric_data(
64
- Namespace="Canary_Telemetry", MetricData=metric_data
+ Namespace="Canary_Metrics", MetricData=metric_data
65
)
66
if response["ResponseMetadata"]["HTTPStatusCode"] == 200:
67
print("Successfully pushed data to CloudWatch")
0 commit comments