Commit edba465a by Oleksandr Kushchenko Committed by Torkel Ödegaard

add DeliveryStreamName dimension to AWS/Firehose Cloudwatch namespace (#7388)

parent 5b699dbf
...@@ -111,7 +111,7 @@ func init() { ...@@ -111,7 +111,7 @@ func init() {
"AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"}, "AWS/ElasticMapReduce": {"ClusterId", "JobFlowId", "JobId"},
"AWS/ES": {"ClientId", "DomainName"}, "AWS/ES": {"ClientId", "DomainName"},
"AWS/Events": {"RuleName"}, "AWS/Events": {"RuleName"},
"AWS/Firehose": {}, "AWS/Firehose": {"DeliveryStreamName"},
"AWS/IoT": {"Protocol"}, "AWS/IoT": {"Protocol"},
"AWS/Kinesis": {"StreamName", "ShardID"}, "AWS/Kinesis": {"StreamName", "ShardID"},
"AWS/KinesisAnalytics": {"Flow", "Id", "Application"}, "AWS/KinesisAnalytics": {"Flow", "Id", "Application"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment