Skip to content

Commit

Permalink
CloudWatch: Add AWS/S3 replication metrics (#74416) (#74418)
Browse files Browse the repository at this point in the history
Co-authored-by: Isabella Siu <sakurablossom@blueblueworld.com>
  • Loading branch information
2 people authored and rwwiv committed Oct 2, 2023
1 parent f530cab commit 0bc5bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/tsdb/cloudwatch/constants/metrics.go
Expand Up @@ -378,7 +378,7 @@ var NamespaceMetricsMap = map[string][]string{
"AWS/Robomaker": {"RealTimeFactor", "vCPU", "Memory", "SimulationUnit"},
"AWS/Route53": {"ChildHealthCheckHealthyCount", "ConnectionTime", "DNSQueries", "HealthCheckPercentageHealthy", "HealthCheckStatus", "SSLHandshakeTime", "TimeToFirstByte"},
"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/S3": {"4xxErrors", "5xxErrors", "AllRequests", "BucketSizeBytes", "BytesDownloaded", "BytesPendingReplication", "BytesUploaded", "DeleteRequests", "FirstByteLatency", "GetRequests", "HeadRequests", "ListRequests", "NumberOfObjects", "OperationsFailedReplication", "OperationsPendingReplication", "PostRequests", "PutRequests", "ReplicationLatency", "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"},
Expand Down Expand Up @@ -498,7 +498,7 @@ var NamespaceDimensionKeysMap = map[string][]string{
"AWS/Robomaker": {"SimulationJobId"},
"AWS/Route53": {"HealthCheckId", "Region", "HostedZoneId"},
"AWS/Route53Resolver": {"EndpointId"},
"AWS/S3": {"BucketName", "FilterId", "StorageType"},
"AWS/S3": {"BucketName", "DestinationBucket", "FilterId", "RuleId", "SourceBucket", "StorageType"},
"AWS/SDKMetrics": {"DestinationRegion", "Service"},
"AWS/ServiceCatalog": {"State", "ProductId", "ProvisioningArtifactId"},
"AWS/SES": {},
Expand Down

0 comments on commit 0bc5bc3

Please sign in to comment.