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
922073a3
Commit
922073a3
authored
Jun 08, 2017
by
Mitsuhiro Tanda
Committed by
Torkel Ödegaard
Jun 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cloudwatch) add new metrics (#8569)
parent
01ff3bbe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
pkg/api/cloudwatch/metrics.go
+9
-9
No files found.
pkg/api/cloudwatch/metrics.go
View file @
922073a3
...
@@ -30,13 +30,13 @@ var customMetricsDimensionsMap map[string]map[string]map[string]*CustomMetricsCa
...
@@ -30,13 +30,13 @@ var customMetricsDimensionsMap map[string]map[string]map[string]*CustomMetricsCa
func
init
()
{
func
init
()
{
metricsMap
=
map
[
string
][]
string
{
metricsMap
=
map
[
string
][]
string
{
"AWS/ApiGateway"
:
{
"4XXError"
,
"5XXError"
,
"CacheHitCount"
,
"CacheMissCount"
,
"Count"
,
"IntegrationLatency"
,
"Latency"
},
"AWS/ApiGateway"
:
{
"4XXError"
,
"5XXError"
,
"CacheHitCount"
,
"CacheMissCount"
,
"Count"
,
"IntegrationLatency"
,
"Latency"
},
"AWS/ApplicationELB"
:
{
"ActiveConnectionCount"
,
"ClientTLSNegotiationErrorCount"
,
"HealthyHostCount"
,
"HTTPCode_ELB_4XX_Count"
,
"HTTPCode_ELB_5XX_Count"
,
"HTTPCode_Target_2XX_Count"
,
"HTTPCode_Target_3XX_Count"
,
"HTTPCode_Target_4XX_Count"
,
"HTTPCode_Target_5XX_Count"
,
"NewConnectionCount"
,
"ProcessedBytes"
,
"RejectedConnectionCount"
,
"RequestCount"
,
"TargetConnectionErrorCount"
,
"TargetResponseTime"
,
"TargetTLSNegotiationErrorCount"
,
"UnHealthyHostCount"
},
"AWS/ApplicationELB"
:
{
"ActiveConnectionCount"
,
"ClientTLSNegotiationErrorCount"
,
"HealthyHostCount"
,
"HTTPCode_ELB_4XX_Count"
,
"HTTPCode_ELB_5XX_Count"
,
"HTTPCode_Target_2XX_Count"
,
"HTTPCode_Target_3XX_Count"
,
"HTTPCode_Target_4XX_Count"
,
"HTTPCode_Target_5XX_Count"
,
"
IPv6ProcessedBytes"
,
"IPv6RequestCount"
,
"
NewConnectionCount"
,
"ProcessedBytes"
,
"RejectedConnectionCount"
,
"RequestCount"
,
"TargetConnectionErrorCount"
,
"TargetResponseTime"
,
"TargetTLSNegotiationErrorCount"
,
"UnHealthyHostCount"
},
"AWS/AutoScaling"
:
{
"GroupMinSize"
,
"GroupMaxSize"
,
"GroupDesiredCapacity"
,
"GroupInServiceInstances"
,
"GroupPendingInstances"
,
"GroupStandbyInstances"
,
"GroupTerminatingInstances"
,
"GroupTotalInstances"
},
"AWS/AutoScaling"
:
{
"GroupMinSize"
,
"GroupMaxSize"
,
"GroupDesiredCapacity"
,
"GroupInServiceInstances"
,
"GroupPendingInstances"
,
"GroupStandbyInstances"
,
"GroupTerminatingInstances"
,
"GroupTotalInstances"
},
"AWS/Billing"
:
{
"EstimatedCharges"
},
"AWS/Billing"
:
{
"EstimatedCharges"
},
"AWS/CloudFront"
:
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudFront"
:
{
"Requests"
,
"BytesDownloaded"
,
"BytesUploaded"
,
"TotalErrorRate"
,
"4xxErrorRate"
,
"5xxErrorRate"
},
"AWS/CloudSearch"
:
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/CloudSearch"
:
{
"SuccessfulRequests"
,
"SearchableDocuments"
,
"IndexUtilization"
,
"Partitions"
},
"AWS/DMS"
:
{
"FreeableMemory"
,
"WriteIOPS"
,
"ReadIOPS"
,
"WriteThroughput"
,
"ReadThroughput"
,
"WriteLatency"
,
"ReadLatency"
,
"SwapUsage"
,
"NetworkTransmitThroughput"
,
"NetworkReceiveThroughput"
,
"FullLoadThroughputBandwidthSource"
,
"FullLoadThroughputBandwidthTarget"
,
"FullLoadThroughputRowsSource"
,
"FullLoadThroughputRowsTarget"
,
"CDCIncomingChanges"
,
"CDCChangesMemorySource"
,
"CDCChangesMemoryTarget"
,
"CDCChangesDiskSource"
,
"CDCChangesDiskTarget"
,
"CDCThroughputBandwidthTarget"
,
"CDCThroughputRowsSource"
,
"CDCThroughputRowsTarget"
,
"CDCLatencySource"
,
"CDCLatencyTarget"
},
"AWS/DMS"
:
{
"FreeableMemory"
,
"WriteIOPS"
,
"ReadIOPS"
,
"WriteThroughput"
,
"ReadThroughput"
,
"WriteLatency"
,
"ReadLatency"
,
"SwapUsage"
,
"NetworkTransmitThroughput"
,
"NetworkReceiveThroughput"
,
"FullLoadThroughputBandwidthSource"
,
"FullLoadThroughputBandwidthTarget"
,
"FullLoadThroughputRowsSource"
,
"FullLoadThroughputRowsTarget"
,
"CDCIncomingChanges"
,
"CDCChangesMemorySource"
,
"CDCChangesMemoryTarget"
,
"CDCChangesDiskSource"
,
"CDCChangesDiskTarget"
,
"CDCThroughputBandwidthTarget"
,
"CDCThroughputRowsSource"
,
"CDCThroughputRowsTarget"
,
"CDCLatencySource"
,
"CDCLatencyTarget"
},
"AWS/DynamoDB"
:
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedBytes"
,
"ReturnedItemCount"
,
"ReturnedRecordsCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"ThrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
"AWS/DynamoDB"
:
{
"ConditionalCheckFailedRequests"
,
"ConsumedReadCapacityUnits"
,
"ConsumedWriteCapacityUnits"
,
"OnlineIndexConsumedWriteCapacity"
,
"OnlineIndexPercentageProgress"
,
"OnlineIndexThrottleEvents"
,
"ProvisionedReadCapacityUnits"
,
"ProvisionedWriteCapacityUnits"
,
"ReadThrottleEvents"
,
"ReturnedBytes"
,
"ReturnedItemCount"
,
"ReturnedRecordsCount"
,
"SuccessfulRequestLatency"
,
"SystemErrors"
,
"T
imeToLiveDeletedItemCount"
,
"T
hrottledRequests"
,
"UserErrors"
,
"WriteThrottleEvents"
},
"AWS/EBS"
:
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
,
"BurstBalance"
},
"AWS/EBS"
:
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
,
"BurstBalance"
},
"AWS/EC2"
:
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"NetworkPacketsIn"
,
"NetworkPacketsOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/EC2"
:
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"NetworkPacketsIn"
,
"NetworkPacketsOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/EC2Spot"
:
{
"AvailableInstancePoolsCount"
,
"BidsSubmittedForCapacity"
,
"EligibleInstancePoolCount"
,
"FulfilledCapacity"
,
"MaxPercentCapacityAllocation"
,
"PendingCapacity"
,
"PercentCapacityAllocation"
,
"TargetCapacity"
,
"TerminatingCapacity"
},
"AWS/EC2Spot"
:
{
"AvailableInstancePoolsCount"
,
"BidsSubmittedForCapacity"
,
"EligibleInstancePoolCount"
,
"FulfilledCapacity"
,
"MaxPercentCapacityAllocation"
,
"PendingCapacity"
,
"PercentCapacityAllocation"
,
"TargetCapacity"
,
"TerminatingCapacity"
},
...
@@ -69,23 +69,23 @@ func init() {
...
@@ -69,23 +69,23 @@ func init() {
"CoreNodesRunning"
,
"CoreNodesPending"
,
"LiveDataNodes"
,
"MRTotalNodes"
,
"MRActiveNodes"
,
"MRLostNodes"
,
"MRUnhealthyNodes"
,
"MRDecommissionedNodes"
,
"MRRebootedNodes"
,
"CoreNodesRunning"
,
"CoreNodesPending"
,
"LiveDataNodes"
,
"MRTotalNodes"
,
"MRActiveNodes"
,
"MRLostNodes"
,
"MRUnhealthyNodes"
,
"MRDecommissionedNodes"
,
"MRRebootedNodes"
,
"S3BytesWritten"
,
"S3BytesRead"
,
"HDFSUtilization"
,
"HDFSBytesRead"
,
"HDFSBytesWritten"
,
"MissingBlocks"
,
"CorruptBlocks"
,
"TotalLoad"
,
"MemoryTotalMB"
,
"MemoryReservedMB"
,
"MemoryAvailableMB"
,
"MemoryAllocatedMB"
,
"PendingDeletionBlocks"
,
"UnderReplicatedBlocks"
,
"DfsPendingReplicationBlocks"
,
"CapacityRemainingGB"
,
"S3BytesWritten"
,
"S3BytesRead"
,
"HDFSUtilization"
,
"HDFSBytesRead"
,
"HDFSBytesWritten"
,
"MissingBlocks"
,
"CorruptBlocks"
,
"TotalLoad"
,
"MemoryTotalMB"
,
"MemoryReservedMB"
,
"MemoryAvailableMB"
,
"MemoryAllocatedMB"
,
"PendingDeletionBlocks"
,
"UnderReplicatedBlocks"
,
"DfsPendingReplicationBlocks"
,
"CapacityRemainingGB"
,
"HbaseBackupFailed"
,
"MostRecentBackupDuration"
,
"TimeSinceLastSuccessfulBackup"
},
"HbaseBackupFailed"
,
"MostRecentBackupDuration"
,
"TimeSinceLastSuccessfulBackup"
},
"AWS/ES"
:
{
"ClusterStatus.green"
,
"ClusterStatus.yellow"
,
"ClusterStatus.red"
,
"
Nodes"
,
"SearchableDocuments"
,
"DeletedDocuments"
,
"CPUUtilization"
,
"FreeStorageSpace"
,
"JVMMemoryPressure"
,
"AutomatedSnapshotFailure"
,
"MasterCPUUtilization"
,
"MasterFreeStorageSpace"
,
"MasterJVMMemoryPressure"
,
"ReadLatency"
,
"WriteLatency"
,
"ReadThroughput"
,
"WriteThroughput"
,
"DiskQueueLeng
th"
,
"ReadIOPS"
,
"WriteIOPS"
},
"AWS/ES"
:
{
"ClusterStatus.green"
,
"ClusterStatus.yellow"
,
"ClusterStatus.red"
,
"
ClusterUsedSpace"
,
"Nodes"
,
"SearchableDocuments"
,
"DeletedDocuments"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"FreeStorageSpace"
,
"JVMMemoryPressure"
,
"AutomatedSnapshotFailure"
,
"MasterCPUCreditBalance"
,
"MasterCPUUtilization"
,
"MasterFreeStorageSpace"
,
"MasterJVMMemoryPressure"
,
"ReadLatency"
,
"WriteLatency"
,
"ReadThroughput"
,
"WriteThroughput"
,
"DiskQueueDep
th"
,
"ReadIOPS"
,
"WriteIOPS"
},
"AWS/Events"
:
{
"Invocations"
,
"FailedInvocations"
,
"TriggeredRules"
,
"MatchedEvents"
,
"ThrottledRules"
},
"AWS/Events"
:
{
"Invocations"
,
"FailedInvocations"
,
"TriggeredRules"
,
"MatchedEvents"
,
"ThrottledRules"
},
"AWS/Firehose"
:
{
"DeliveryToElasticsearch.Bytes"
,
"DeliveryToElasticsearch.Records"
,
"DeliveryToElasticsearch.Success"
,
"DeliveryToRedshift.Bytes"
,
"DeliveryToRedshift.Records"
,
"DeliveryToRedshift.Success"
,
"DeliveryToS3.Bytes"
,
"DeliveryToS3.DataFreshness"
,
"DeliveryToS3.Records"
,
"DeliveryToS3.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"DescribeDeliveryStream.Latency"
,
"DescribeDeliveryStream.Requests"
,
"ListDeliveryStreams.Latency"
,
"ListDeliveryStreams.Requests"
,
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Requests"
,
"PutRecordBatch.Bytes"
,
"PutRecordBatch.Latency"
,
"PutRecordBatch.Records"
,
"PutRecordBatch.Requests"
,
"UpdateDeliveryStream.Latency"
,
"UpdateDeliveryStream.Requests"
},
"AWS/Firehose"
:
{
"DeliveryToElasticsearch.Bytes"
,
"DeliveryToElasticsearch.Records"
,
"DeliveryToElasticsearch.Success"
,
"DeliveryToRedshift.Bytes"
,
"DeliveryToRedshift.Records"
,
"DeliveryToRedshift.Success"
,
"DeliveryToS3.Bytes"
,
"DeliveryToS3.DataFreshness"
,
"DeliveryToS3.Records"
,
"DeliveryToS3.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"DescribeDeliveryStream.Latency"
,
"DescribeDeliveryStream.Requests"
,
"ListDeliveryStreams.Latency"
,
"ListDeliveryStreams.Requests"
,
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Requests"
,
"PutRecordBatch.Bytes"
,
"PutRecordBatch.Latency"
,
"PutRecordBatch.Records"
,
"PutRecordBatch.Requests"
,
"UpdateDeliveryStream.Latency"
,
"UpdateDeliveryStream.Requests"
},
"AWS/IoT"
:
{
"PublishIn.Success"
,
"PublishOut.Success"
,
"Subscribe.Success"
,
"Ping.Success"
,
"Connect.Success"
,
"GetThingShadow.Accepted"
},
"AWS/IoT"
:
{
"PublishIn.Success"
,
"PublishOut.Success"
,
"Subscribe.Success"
,
"Ping.Success"
,
"Connect.Success"
,
"GetThingShadow.Accepted"
},
"AWS/Kinesis"
:
{
"GetRecords.Bytes"
,
"GetRecords.IteratorAge"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Records"
,
"GetRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"ReadProvisionedThroughputExceeded"
,
"WriteProvisionedThroughputExceeded"
,
"IteratorAgeMilliseconds"
,
"OutgoingBytes"
,
"OutgoingRecords"
},
"AWS/Kinesis"
:
{
"GetRecords.Bytes"
,
"GetRecords.IteratorAge"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Records"
,
"GetRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"ReadProvisionedThroughputExceeded"
,
"WriteProvisionedThroughputExceeded"
,
"IteratorAgeMilliseconds"
,
"OutgoingBytes"
,
"OutgoingRecords"
},
"AWS/KinesisAnalytics"
:
{
"Bytes"
,
"MillisBehindLatest"
,
"Records"
,
"Success"
},
"AWS/KinesisAnalytics"
:
{
"Bytes"
,
"MillisBehindLatest"
,
"Records"
,
"Success"
},
"AWS/Lambda"
:
{
"Invocations"
,
"Errors"
,
"Duration"
,
"Throttles"
},
"AWS/Lambda"
:
{
"Invocations"
,
"Errors"
,
"Duration"
,
"Throttles"
,
"IteratorAge"
},
"AWS/Logs"
:
{
"IncomingBytes"
,
"IncomingLogEvents"
,
"ForwardedBytes"
,
"ForwardedLogEvents"
,
"DeliveryErrors"
,
"DeliveryThrottling"
},
"AWS/Logs"
:
{
"IncomingBytes"
,
"IncomingLogEvents"
,
"ForwardedBytes"
,
"ForwardedLogEvents"
,
"DeliveryErrors"
,
"DeliveryThrottling"
},
"AWS/ML"
:
{
"PredictCount"
,
"PredictFailureCount"
},
"AWS/ML"
:
{
"PredictCount"
,
"PredictFailureCount"
},
"AWS/OpsWorks"
:
{
"cpu_idle"
,
"cpu_nice"
,
"cpu_system"
,
"cpu_user"
,
"cpu_waitio"
,
"load_1"
,
"load_5"
,
"load_15"
,
"memory_buffers"
,
"memory_cached"
,
"memory_free"
,
"memory_swap"
,
"memory_total"
,
"memory_used"
,
"procs"
},
"AWS/OpsWorks"
:
{
"cpu_idle"
,
"cpu_nice"
,
"cpu_system"
,
"cpu_user"
,
"cpu_waitio"
,
"load_1"
,
"load_5"
,
"load_15"
,
"memory_buffers"
,
"memory_cached"
,
"memory_free"
,
"memory_swap"
,
"memory_total"
,
"memory_used"
,
"procs"
},
"AWS/Redshift"
:
{
"CPUUtilization"
,
"DatabaseConnections"
,
"HealthStatus"
,
"MaintenanceMode"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"PercentageDiskSpaceUsed"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/Redshift"
:
{
"CPUUtilization"
,
"DatabaseConnections"
,
"HealthStatus"
,
"MaintenanceMode"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"PercentageDiskSpaceUsed"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/RDS"
:
{
"ActiveTransactions"
,
"AuroraBinlogReplicaLag"
,
"AuroraReplicaLag"
,
"AuroraReplicaLagMaximum"
,
"AuroraReplicaLagMinimum"
,
"BinLogDiskUsage"
,
"BlockedTransactions"
,
"BufferCacheHitRatio"
,
"CommitLatency"
,
"CommitThroughput"
,
"
CPUCreditBalance"
,
"CPUCreditUsage"
,
"CPUUtilization"
,
"DatabaseConnections"
,
"DDLLatency"
,
"DDLThroughput"
,
"Deadlocks"
,
"DiskQueueDepth"
,
"DMLLatency"
,
"DMLThroughput"
,
"FailedSqlStatements"
,
"FreeableMemory"
,
"FreeStorageSpace"
,
"LoginFailures"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"ReplicaLag"
,
"ResultSetCacheHitRatio"
,
"SelectLatency"
,
"SelectThroughput"
,
"SwapUsage"
,
"TotalConnections
"
,
"VolumeReadIOPS"
,
"VolumeWriteIOPS"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
"AWS/RDS"
:
{
"ActiveTransactions"
,
"AuroraBinlogReplicaLag"
,
"AuroraReplicaLag"
,
"AuroraReplicaLagMaximum"
,
"AuroraReplicaLagMinimum"
,
"BinLogDiskUsage"
,
"BlockedTransactions"
,
"BufferCacheHitRatio"
,
"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"
:
{
"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"
},
"AWS/SNS"
:
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SNS"
:
{
"NumberOfMessagesPublished"
,
"PublishSize"
,
"NumberOfNotificationsDelivered"
,
"NumberOfNotificationsFailed"
},
"AWS/SQS"
:
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"ApproximateNumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/SQS"
:
{
"NumberOfMessagesSent"
,
"SentMessageSize"
,
"NumberOfMessagesReceived"
,
"NumberOfEmptyReceives"
,
"NumberOfMessagesDeleted"
,
"Approximate
AgeOfOldestMessage"
,
"Approximate
NumberOfMessagesDelayed"
,
"ApproximateNumberOfMessagesVisible"
,
"ApproximateNumberOfMessagesNotVisible"
},
"AWS/StorageGateway"
:
{
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"CloudBytesDownloaded"
,
"CloudDownloadLatency"
,
"CloudBytesUploaded"
,
"UploadBufferFree"
,
"UploadBufferPercentUsed"
,
"UploadBufferUsed"
,
"QueuedWrites"
,
"ReadBytes"
,
"ReadTime"
,
"TotalCacheSize"
,
"WriteBytes"
,
"WriteTime"
,
"TimeSinceLastRecoveryPoint"
,
"WorkingStorageFree"
,
"WorkingStoragePercentUsed"
,
"WorkingStorageUsed"
,
"AWS/StorageGateway"
:
{
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"CloudBytesDownloaded"
,
"CloudDownloadLatency"
,
"CloudBytesUploaded"
,
"UploadBufferFree"
,
"UploadBufferPercentUsed"
,
"UploadBufferUsed"
,
"QueuedWrites"
,
"ReadBytes"
,
"ReadTime"
,
"TotalCacheSize"
,
"WriteBytes"
,
"WriteTime"
,
"TimeSinceLastRecoveryPoint"
,
"WorkingStorageFree"
,
"WorkingStoragePercentUsed"
,
"WorkingStorageUsed"
,
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"ReadBytes"
,
"ReadTime"
,
"WriteBytes"
,
"WriteTime"
,
"QueuedWrites"
},
"CacheHitPercent"
,
"CachePercentUsed"
,
"CachePercentDirty"
,
"ReadBytes"
,
"ReadTime"
,
"WriteBytes"
,
"WriteTime"
,
"QueuedWrites"
},
"AWS/SWF"
:
{
"DecisionTaskScheduleToStartTime"
,
"DecisionTaskStartToCloseTime"
,
"DecisionTasksCompleted"
,
"StartedDecisionTasksTimedOutOnClose"
,
"WorkflowStartToCloseTime"
,
"WorkflowsCanceled"
,
"WorkflowsCompleted"
,
"WorkflowsContinuedAsNew"
,
"WorkflowsFailed"
,
"WorkflowsTerminated"
,
"WorkflowsTimedOut"
,
"AWS/SWF"
:
{
"DecisionTaskScheduleToStartTime"
,
"DecisionTaskStartToCloseTime"
,
"DecisionTasksCompleted"
,
"StartedDecisionTasksTimedOutOnClose"
,
"WorkflowStartToCloseTime"
,
"WorkflowsCanceled"
,
"WorkflowsCompleted"
,
"WorkflowsContinuedAsNew"
,
"WorkflowsFailed"
,
"WorkflowsTerminated"
,
"WorkflowsTimedOut"
,
...
@@ -124,8 +124,8 @@ func init() {
...
@@ -124,8 +124,8 @@ func init() {
"AWS/ML"
:
{
"MLModelId"
,
"RequestMode"
},
"AWS/ML"
:
{
"MLModelId"
,
"RequestMode"
},
"AWS/OpsWorks"
:
{
"StackId"
,
"LayerId"
,
"InstanceId"
},
"AWS/OpsWorks"
:
{
"StackId"
,
"LayerId"
,
"InstanceId"
},
"AWS/Redshift"
:
{
"NodeID"
,
"ClusterIdentifier"
},
"AWS/Redshift"
:
{
"NodeID"
,
"ClusterIdentifier"
},
"AWS/RDS"
:
{
"DBInstanceIdentifier"
,
"DBClusterIdentifier"
,
"DatabaseClass"
,
"EngineName"
},
"AWS/RDS"
:
{
"DBInstanceIdentifier"
,
"DBClusterIdentifier"
,
"DatabaseClass"
,
"EngineName"
,
"Role"
},
"AWS/Route53"
:
{
"HealthCheckId"
},
"AWS/Route53"
:
{
"HealthCheckId"
,
"Region"
},
"AWS/S3"
:
{
"BucketName"
,
"StorageType"
,
"FilterId"
},
"AWS/S3"
:
{
"BucketName"
,
"StorageType"
,
"FilterId"
},
"AWS/SES"
:
{},
"AWS/SES"
:
{},
"AWS/SNS"
:
{
"Application"
,
"Platform"
,
"TopicName"
},
"AWS/SNS"
:
{
"Application"
,
"Platform"
,
"TopicName"
},
...
...
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