Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
cb78104d
Unverified
Commit
cb78104d
authored
Jun 05, 2020
by
Ilya Stoliar
Committed by
GitHub
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CloudWatch: Added AWS SDKMetrics metrics and dimensions (#25150)
* CloudWatch: Added AWS SDKMetrics metrics and dimensions
parent
7c362095
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pkg/tsdb/cloudwatch/metric_find_query.go
+2
-0
No files found.
pkg/tsdb/cloudwatch/metric_find_query.go
View file @
cb78104d
...
...
@@ -101,6 +101,7 @@ var metricsMap = map[string][]string{
"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/SDKMetrics"
:
{
"CallCount"
,
"ClientErrorCount"
,
"EndToEndLatency"
,
"ConnectionErrorCount"
,
"ServerErrorCount"
,
"ThrottleCount"
},
"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"
},
...
...
@@ -190,6 +191,7 @@ var dimensionsMap = map[string][]string{
"AWS/Route53"
:
{
"HealthCheckId"
,
"Region"
,
"HostedZoneId"
},
"AWS/Route53Resolver"
:
{
"EndpointId"
},
"AWS/S3"
:
{
"BucketName"
,
"FilterId"
,
"StorageType"
},
"AWS/SDKMetrics"
:
{
"DestinationRegion"
,
"Service"
},
"AWS/SES"
:
{},
"AWS/SNS"
:
{
"Application"
,
"Country"
,
"Platform"
,
"SMSType"
,
"TopicName"
},
"AWS/SQS"
:
{
"QueueName"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment