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
2c5abed2
Commit
2c5abed2
authored
Mar 11, 2016
by
Mitsuhiro Tanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cloudwatch) add metrics/dimensions of AWS/Events and AWS/Logs
parent
c09d5062
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
pkg/api/cloudwatch/metrics.go
+4
-0
No files found.
pkg/api/cloudwatch/metrics.go
View file @
2c5abed2
...
...
@@ -55,8 +55,10 @@ func init() {
"S3BytesWritten"
,
"S3BytesRead"
,
"HDFSUtilization"
,
"HDFSBytesRead"
,
"HDFSBytesWritten"
,
"MissingBlocks"
,
"CorruptBlocks"
,
"TotalLoad"
,
"MemoryTotalMB"
,
"MemoryReservedMB"
,
"MemoryAvailableMB"
,
"MemoryAllocatedMB"
,
"PendingDeletionBlocks"
,
"UnderReplicatedBlocks"
,
"DfsPendingReplicationBlocks"
,
"CapacityRemainingGB"
,
"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"
,
"DiskQueueLength"
,
"ReadIOPS"
,
"WriteIOPS"
},
"AWS/Events"
:
{
"Invocations"
,
"FailedInvocations"
,
"TriggeredRules"
,
"MatchedEvents"
,
"ThrottledRules"
},
"AWS/Kinesis"
:
{
"PutRecord.Bytes"
,
"PutRecord.Latency"
,
"PutRecord.Success"
,
"PutRecords.Bytes"
,
"PutRecords.Latency"
,
"PutRecords.Records"
,
"PutRecords.Success"
,
"IncomingBytes"
,
"IncomingRecords"
,
"GetRecords.Bytes"
,
"GetRecords.IteratorAgeMilliseconds"
,
"GetRecords.Latency"
,
"GetRecords.Success"
},
"AWS/Lambda"
:
{
"Invocations"
,
"Errors"
,
"Duration"
,
"Throttles"
},
"AWS/Logs"
:
{
"IncomingBytes"
,
"IncomingLogEvents"
,
"ForwardedBytes"
,
"ForwardedLogEvents"
,
"DeliveryErrors"
,
"DeliveryThrottling"
},
"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/Redshift"
:
{
"CPUUtilization"
,
"DatabaseConnections"
,
"HealthStatus"
,
"MaintenanceMode"
,
"NetworkReceiveThroughput"
,
"NetworkTransmitThroughput"
,
"PercentageDiskSpaceUsed"
,
"ReadIOPS"
,
"ReadLatency"
,
"ReadThroughput"
,
"WriteIOPS"
,
"WriteLatency"
,
"WriteThroughput"
},
...
...
@@ -85,8 +87,10 @@ func init() {
"AWS/ELB"
:
{
"LoadBalancerName"
,
"AvailabilityZone"
},
"AWS/ElasticMapReduce"
:
{
"ClusterId"
,
"JobFlowId"
,
"JobId"
},
"AWS/ES"
:
{},
"AWS/Events"
:
{
"RuleName"
},
"AWS/Kinesis"
:
{
"StreamName"
},
"AWS/Lambda"
:
{
"FunctionName"
},
"AWS/Logs"
:
{
"LogGroupName"
,
"DestinationType"
,
"FilterName"
},
"AWS/ML"
:
{
"MLModelId"
,
"RequestMode"
},
"AWS/OpsWorks"
:
{
"StackId"
,
"LayerId"
,
"InstanceId"
},
"AWS/Redshift"
:
{
"NodeID"
,
"ClusterIdentifier"
},
...
...
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