Skip to content

Commit 1264a1b

Browse files
mtandatorkelo
authored andcommitted
(cloudwatch) add metrics/dimensions (grafana#6020)
1 parent e53b815 commit 1264a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/api/cloudwatch/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func init() {
7272
"AWS/Firehose": {"DeliveryToElasticsearch.Bytes", "DeliveryToElasticsearch.Records", "DeliveryToElasticsearch.Success", "DeliveryToRedshift.Bytes", "DeliveryToRedshift.Records", "DeliveryToRedshift.Success", "DeliveryToS3.Bytes", "DeliveryToS3.DataFreshness", "DeliveryToS3.Records", "DeliveryToS3.Success", "IncomingBytes", "IncomingRecords", "DescribeDeliveryStream.Latency", "DescribeDeliveryStream.Requests", "ListDeliveryStreams.Latency", "ListDeliveryStreams.Requests", "PutRecord.Bytes", "PutRecord.Latency", "PutRecord.Requests", "PutRecordBatch.Bytes", "PutRecordBatch.Latency", "PutRecordBatch.Records", "PutRecordBatch.Requests", "UpdateDeliveryStream.Latency", "UpdateDeliveryStream.Requests"},
7373
"AWS/IoT": {"PublishIn.Success", "PublishOut.Success", "Subscribe.Success", "Ping.Success", "Connect.Success", "GetThingShadow.Accepted"},
7474
"AWS/Kinesis": {"GetRecords.Bytes", "GetRecords.IteratorAge", "GetRecords.IteratorAgeMilliseconds", "GetRecords.Latency", "GetRecords.Records", "GetRecords.Success", "IncomingBytes", "IncomingRecords", "PutRecord.Bytes", "PutRecord.Latency", "PutRecord.Success", "PutRecords.Bytes", "PutRecords.Latency", "PutRecords.Records", "PutRecords.Success", "ReadProvisionedThroughputExceeded", "WriteProvisionedThroughputExceeded", "IteratorAgeMilliseconds", "OutgoingBytes", "OutgoingRecords"},
75-
"AWS/KinesisAnalytics": {"Bytes", "MillisBehindLatest", "Records"},
75+
"AWS/KinesisAnalytics": {"Bytes", "MillisBehindLatest", "Records", "Success"},
7676
"AWS/Lambda": {"Invocations", "Errors", "Duration", "Throttles"},
7777
"AWS/Logs": {"IncomingBytes", "IncomingLogEvents", "ForwardedBytes", "ForwardedLogEvents", "DeliveryErrors", "DeliveryThrottling"},
7878
"AWS/ML": {"PredictCount", "PredictFailureCount"},
@@ -113,7 +113,7 @@ func init() {
113113
"AWS/Firehose": {},
114114
"AWS/IoT": {"Protocol"},
115115
"AWS/Kinesis": {"StreamName", "ShardID"},
116-
"AWS/KinesisAnalytics": {"Flow", "Id"},
116+
"AWS/KinesisAnalytics": {"Flow", "Id", "Application"},
117117
"AWS/Lambda": {"FunctionName", "Resource", "Version", "Alias"},
118118
"AWS/Logs": {"LogGroupName", "DestinationType", "FilterName"},
119119
"AWS/ML": {"MLModelId", "RequestMode"},

0 commit comments

Comments
 (0)