diff --git a/pkg/tsdb/cloudwatch/metric_find_query.go b/pkg/tsdb/cloudwatch/metric_find_query.go index e55edab62ee..b5096a49eb5 100644 --- a/pkg/tsdb/cloudwatch/metric_find_query.go +++ b/pkg/tsdb/cloudwatch/metric_find_query.go @@ -135,6 +135,7 @@ var metricsMap = map[string][]string{ "AWS/Timestream": {"SuccessfulRequestLatency", "SystemErrors", "UserErrors", "DataScannedBytes"}, "AWS/ThingsGraph": {"EventStoreQueueSize", "FlowExecutionTime", "FlowExecutionsFailed", "FlowExecutionsStarted", "FlowExecutionsSucceeded", "FlowStepExecutionTime", "FlowStepExecutionsFailed", "FlowStepExecutionsStarted", "FlowStepExecutionsSucceeded"}, "AWS/TransitGateway": {"BytesIn", "BytesOut", "PacketDropCountBlackhole", "PacketDropCountNoRoute", "PacketsIn", "PacketsOut"}, + "AWS/Transfer": {"BytesIn", "BytesOut", "FilesIn", "FilesOut"}, "AWS/Translate": {"CharacterCount", "ResponseTime", "ServerErrorCount", "SuccessfulRequestCount", "ThrottledCount", "UserErrorCount"}, "AWS/TrustedAdvisor": {"GreenChecks", "RedChecks", "RedResources", "ServiceLimitUsage", "YellowChecks", "YellowResources"}, "AWS/Usage": {"CallCount", "ResourceCount"}, @@ -242,6 +243,7 @@ var dimensionsMap = map[string][]string{ "AWS/Timestream": {"Operation", "DatabaseName", "TableName"}, "AWS/ThingsGraph": {"FlowTemplateId", "StepName", "SystemTemplateId"}, "AWS/TransitGateway": {"TransitGateway", "TransitGatewayAttachment"}, + "AWS/Transfer": {"ServerId"}, "AWS/Translate": {"LanguagePair", "Operation"}, "AWS/TrustedAdvisor": {}, "AWS/Usage": {"Class", "Resource", "Service", "Type"},