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
62a5cd27
Commit
62a5cd27
authored
Dec 07, 2018
by
Scott Glajch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate. Pull request #14399
parent
efede26e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
pkg/tsdb/cloudwatch/metric_find_query.go
+1
-1
No files found.
pkg/tsdb/cloudwatch/metric_find_query.go
View file @
62a5cd27
...
@@ -101,7 +101,7 @@ func init() {
...
@@ -101,7 +101,7 @@ func init() {
"AWS/RDS"
:
{
"ActiveTransactions"
,
"AuroraBinlogReplicaLag"
,
"AuroraReplicaLag"
,
"AuroraReplicaLagMaximum"
,
"AuroraReplicaLagMinimum"
,
"BinLogDiskUsage"
,
"BlockedTransactions"
,
"BufferCacheHitRatio"
,
"BurstBalance"
,
"CommitLatency"
,
"CommitThroughput"
,
"BinLogDiskUsage"
,
"CPUCreditBalance"
,
"CPUCreditUsage"
,
"CPUUtilization"
,
"DatabaseConnections"
,
"DDLLatency"
,
"DDLThroughput"
,
"Deadlocks"
,
"DeleteLatency"
,
"DeleteThroughput"
,
"DiskQueueDepth"
,
"DMLLatency"
,
"DMLThroughput"
,
"EngineUptime"
,
"FailedSqlStatements"
,
"FreeableMemory"
,
"FreeLocalStorage"
,
"FreeStorageSpace"
,
"InsertLatency"
,
"InsertThroughput"
,
"LoginFailures"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"NetworkThroughput"
,
"Queries"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"ReplicaLag"
,
"ResultSetCacheHitRatio"
,
"SelectLatency"
,
"SelectThroughput"
,
"SwapUsage"
,
"TotalConnections"
,
"UpdateLatency"
,
"UpdateThroughput"
,
"VolumeBytesUsed"
,
"VolumeReadIOPS"
,
"VolumeWriteIOPS"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/RDS"
:
{
"ActiveTransactions"
,
"AuroraBinlogReplicaLag"
,
"AuroraReplicaLag"
,
"AuroraReplicaLagMaximum"
,
"AuroraReplicaLagMinimum"
,
"BinLogDiskUsage"
,
"BlockedTransactions"
,
"BufferCacheHitRatio"
,
"BurstBalance"
,
"CommitLatency"
,
"CommitThroughput"
,
"BinLogDiskUsage"
,
"CPUCreditBalance"
,
"CPUCreditUsage"
,
"CPUUtilization"
,
"DatabaseConnections"
,
"DDLLatency"
,
"DDLThroughput"
,
"Deadlocks"
,
"DeleteLatency"
,
"DeleteThroughput"
,
"DiskQueueDepth"
,
"DMLLatency"
,
"DMLThroughput"
,
"EngineUptime"
,
"FailedSqlStatements"
,
"FreeableMemory"
,
"FreeLocalStorage"
,
"FreeStorageSpace"
,
"InsertLatency"
,
"InsertThroughput"
,
"LoginFailures"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"NetworkThroughput"
,
"Queries"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"ReplicaLag"
,
"ResultSetCacheHitRatio"
,
"SelectLatency"
,
"SelectThroughput"
,
"SwapUsage"
,
"TotalConnections"
,
"UpdateLatency"
,
"UpdateThroughput"
,
"VolumeBytesUsed"
,
"VolumeReadIOPS"
,
"VolumeWriteIOPS"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/Route53"
:
{
"ChildHealthCheckHealthyCount"
,
"HealthCheckStatus"
,
"HealthCheckPercentageHealthy"
,
"ConnectionTime"
,
"SSLHandshakeTime"
,
"TimeToFirstByte"
},
"AWS/Route53"
:
{
"ChildHealthCheckHealthyCount"
,
"HealthCheckStatus"
,
"HealthCheckPercentageHealthy"
,
"ConnectionTime"
,
"SSLHandshakeTime"
,
"TimeToFirstByte"
},
"AWS/S3"
:
{
"BucketSizeBytes"
,
"NumberOfObjects"
,
"AllRequests"
,
"GetRequests"
,
"PutRequests"
,
"DeleteRequests"
,
"HeadRequests"
,
"PostRequests"
,
"ListRequests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"4xxErrors"
,
"5xxErrors"
,
"FirstByteLatency"
,
"TotalRequestLatency"
},
"AWS/S3"
:
{
"BucketSizeBytes"
,
"NumberOfObjects"
,
"AllRequests"
,
"GetRequests"
,
"PutRequests"
,
"DeleteRequests"
,
"HeadRequests"
,
"PostRequests"
,
"ListRequests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"4xxErrors"
,
"5xxErrors"
,
"FirstByteLatency"
,
"TotalRequestLatency"
},
"AWS/SES"
:
{
"Bounce"
,
"Complaint"
,
"Delivery"
,
"Reject"
,
"Send"
},
"AWS/SES"
:
{
"Bounce"
,
"Complaint"
,
"Delivery"
,
"Reject"
,
"Send"
,
"Reputation.BounceRate"
,
"Reputation.ComplaintRate"
},
"AWS/SNS"
:
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SNS"
:
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SQS"
:
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"ApproximateAgeOfOldestMessage"
,
"ApproximateNumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/SQS"
:
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"ApproximateAgeOfOldestMessage"
,
"ApproximateNumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/States"
:
{
"ExecutionTime"
,
"ExecutionThrottled"
,
"ExecutionsAborted"
,
"ExecutionsFailed"
,
"ExecutionsStarted"
,
"ExecutionsSucceeded"
,
"ExecutionsTimedOut"
,
"ActivityRunTime"
,
"ActivityScheduleTime"
,
"ActivityTime"
,
"ActivitiesFailed"
,
"ActivitiesHeartbeatTimedOut"
,
"ActivitiesScheduled"
,
"ActivitiesScheduled"
,
"ActivitiesSucceeded"
,
"ActivitiesTimedOut"
,
"LambdaFunctionRunTime"
,
"LambdaFunctionScheduleTime"
,
"LambdaFunctionTime"
,
"LambdaFunctionsFailed"
,
"LambdaFunctionsHeartbeatTimedOut"
,
"LambdaFunctionsScheduled"
,
"LambdaFunctionsStarted"
,
"LambdaFunctionsSucceeded"
,
"LambdaFunctionsTimedOut"
},
"AWS/States"
:
{
"ExecutionTime"
,
"ExecutionThrottled"
,
"ExecutionsAborted"
,
"ExecutionsFailed"
,
"ExecutionsStarted"
,
"ExecutionsSucceeded"
,
"ExecutionsTimedOut"
,
"ActivityRunTime"
,
"ActivityScheduleTime"
,
"ActivityTime"
,
"ActivitiesFailed"
,
"ActivitiesHeartbeatTimedOut"
,
"ActivitiesScheduled"
,
"ActivitiesScheduled"
,
"ActivitiesSucceeded"
,
"ActivitiesTimedOut"
,
"LambdaFunctionRunTime"
,
"LambdaFunctionScheduleTime"
,
"LambdaFunctionTime"
,
"LambdaFunctionsFailed"
,
"LambdaFunctionsHeartbeatTimedOut"
,
"LambdaFunctionsScheduled"
,
"LambdaFunctionsStarted"
,
"LambdaFunctionsSucceeded"
,
"LambdaFunctionsTimedOut"
},
...
...
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