Skip to content

Commit 09128bf

Browse files
brianterryRJ Lohan
authored andcommitted
Update metric namespace from AWS_TMP/CloudFormation to AWS/CloudFormation (#103)
1 parent 1104316 commit 09128bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfn/metrics/publisher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
const (
2121
// MetricNameSpaceRoot is the Metric name space root.
22-
MetricNameSpaceRoot = "AWS_TMP/CloudFormation"
22+
MetricNameSpaceRoot = "AWS/CloudFormation"
2323
//MetricNameHanderException is a metric type.
2424
MetricNameHanderException = "HandlerException"
2525
//MetricNameHanderDuration is a metric type.

cfn/metrics/publisher_notag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
const (
2020
// MetricNameSpaceRoot is the Metric name space root.
21-
MetricNameSpaceRoot = "AWS_TMP/CloudFormation"
21+
MetricNameSpaceRoot = "AWS/CloudFormation"
2222
//MetricNameHanderException is a metric type.
2323
MetricNameHanderException = "HandlerException"
2424
//MetricNameHanderDuration is a metric type.

0 commit comments

Comments
 (0)