mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudWatch: Add AWS Transfer metrics and dimension (#41168)
What this PR does / why we need it: Adding AWS Transfer metics according to: https://docs.aws.amazon.com/transfer/latest/userguide/monitoring.html#metrics Which issue(s) this PR fixes: No issue Special notes for your reviewer: Based on AWS documentation only, I didn't tried to monitor AWS Transfer myself
This commit is contained in:
@@ -135,6 +135,7 @@ var metricsMap = map[string][]string{
|
|||||||
"AWS/Timestream": {"SuccessfulRequestLatency", "SystemErrors", "UserErrors", "DataScannedBytes"},
|
"AWS/Timestream": {"SuccessfulRequestLatency", "SystemErrors", "UserErrors", "DataScannedBytes"},
|
||||||
"AWS/ThingsGraph": {"EventStoreQueueSize", "FlowExecutionTime", "FlowExecutionsFailed", "FlowExecutionsStarted", "FlowExecutionsSucceeded", "FlowStepExecutionTime", "FlowStepExecutionsFailed", "FlowStepExecutionsStarted", "FlowStepExecutionsSucceeded"},
|
"AWS/ThingsGraph": {"EventStoreQueueSize", "FlowExecutionTime", "FlowExecutionsFailed", "FlowExecutionsStarted", "FlowExecutionsSucceeded", "FlowStepExecutionTime", "FlowStepExecutionsFailed", "FlowStepExecutionsStarted", "FlowStepExecutionsSucceeded"},
|
||||||
"AWS/TransitGateway": {"BytesIn", "BytesOut", "PacketDropCountBlackhole", "PacketDropCountNoRoute", "PacketsIn", "PacketsOut"},
|
"AWS/TransitGateway": {"BytesIn", "BytesOut", "PacketDropCountBlackhole", "PacketDropCountNoRoute", "PacketsIn", "PacketsOut"},
|
||||||
|
"AWS/Transfer": {"BytesIn", "BytesOut", "FilesIn", "FilesOut"},
|
||||||
"AWS/Translate": {"CharacterCount", "ResponseTime", "ServerErrorCount", "SuccessfulRequestCount", "ThrottledCount", "UserErrorCount"},
|
"AWS/Translate": {"CharacterCount", "ResponseTime", "ServerErrorCount", "SuccessfulRequestCount", "ThrottledCount", "UserErrorCount"},
|
||||||
"AWS/TrustedAdvisor": {"GreenChecks", "RedChecks", "RedResources", "ServiceLimitUsage", "YellowChecks", "YellowResources"},
|
"AWS/TrustedAdvisor": {"GreenChecks", "RedChecks", "RedResources", "ServiceLimitUsage", "YellowChecks", "YellowResources"},
|
||||||
"AWS/Usage": {"CallCount", "ResourceCount"},
|
"AWS/Usage": {"CallCount", "ResourceCount"},
|
||||||
@@ -242,6 +243,7 @@ var dimensionsMap = map[string][]string{
|
|||||||
"AWS/Timestream": {"Operation", "DatabaseName", "TableName"},
|
"AWS/Timestream": {"Operation", "DatabaseName", "TableName"},
|
||||||
"AWS/ThingsGraph": {"FlowTemplateId", "StepName", "SystemTemplateId"},
|
"AWS/ThingsGraph": {"FlowTemplateId", "StepName", "SystemTemplateId"},
|
||||||
"AWS/TransitGateway": {"TransitGateway", "TransitGatewayAttachment"},
|
"AWS/TransitGateway": {"TransitGateway", "TransitGatewayAttachment"},
|
||||||
|
"AWS/Transfer": {"ServerId"},
|
||||||
"AWS/Translate": {"LanguagePair", "Operation"},
|
"AWS/Translate": {"LanguagePair", "Operation"},
|
||||||
"AWS/TrustedAdvisor": {},
|
"AWS/TrustedAdvisor": {},
|
||||||
"AWS/Usage": {"Class", "Resource", "Service", "Type"},
|
"AWS/Usage": {"Class", "Resource", "Service", "Type"},
|
||||||
|
|||||||
Reference in New Issue
Block a user