|
|
|
|
@ -103,6 +103,7 @@ var metricsMap = map[string][]string{ |
|
|
|
|
"AWS/Route53Resolver": {"InboundQueryVolume", "OutboundQueryVolume", "OutboundQueryAggregatedVolume"}, |
|
|
|
|
"AWS/S3": {"4xxErrors", "5xxErrors", "AllRequests", "BucketSizeBytes", "BytesDownloaded", "BytesUploaded", "DeleteRequests", "FirstByteLatency", "GetRequests", "HeadRequests", "ListRequests", "NumberOfObjects", "PostRequests", "PutRequests", "SelectRequests", "SelectReturnedBytes", "SelectScannedBytes", "TotalRequestLatency"}, |
|
|
|
|
"AWS/SDKMetrics": {"CallCount", "ClientErrorCount", "EndToEndLatency", "ConnectionErrorCount", "ServerErrorCount", "ThrottleCount"}, |
|
|
|
|
"AWS/ServiceCatalog": {"ProvisionedProductLaunch"}, |
|
|
|
|
"AWS/SES": {"Bounce", "Clicks", "Complaint", "Delivery", "Opens", "Reject", "Rendering Failures", "Reputation.BounceRate", "Reputation.ComplaintRate", "Send"}, |
|
|
|
|
"AWS/SNS": {"NumberOfMessagesPublished", "NumberOfNotificationsDelivered", "NumberOfNotificationsFailed", "NumberOfNotificationsFilteredOut", "NumberOfNotificationsFilteredOut-InvalidAttributes", "NumberOfNotificationsFilteredOut-NoMessageAttributes", "PublishSize", "SMSMonthToDateSpentUSD", "SMSSuccessRate"}, |
|
|
|
|
"AWS/SQS": {"ApproximateAgeOfOldestMessage", "ApproximateNumberOfMessagesDelayed", "ApproximateNumberOfMessagesNotVisible", "ApproximateNumberOfMessagesVisible", "NumberOfEmptyReceives", "NumberOfMessagesDeleted", "NumberOfMessagesReceived", "NumberOfMessagesSent", "SentMessageSize"}, |
|
|
|
|
@ -195,6 +196,7 @@ var dimensionsMap = map[string][]string{ |
|
|
|
|
"AWS/Route53Resolver": {"EndpointId"}, |
|
|
|
|
"AWS/S3": {"BucketName", "FilterId", "StorageType"}, |
|
|
|
|
"AWS/SDKMetrics": {"DestinationRegion", "Service"}, |
|
|
|
|
"AWS/ServiceCatalog": {"State", "ProductId", "ProvisioningArtifactId"}, |
|
|
|
|
"AWS/SES": {}, |
|
|
|
|
"AWS/SNS": {"Application", "Country", "Platform", "SMSType", "TopicName"}, |
|
|
|
|
"AWS/SQS": {"QueueName"}, |
|
|
|
|
|