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
aedba541
Commit
aedba541
authored
May 27, 2016
by
Mat Schaffer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add basic metrics for AWS/ElasticBeanstalk
parent
696fad70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pkg/api/cloudwatch/metrics.go
+2
-0
No files found.
pkg/api/cloudwatch/metrics.go
View file @
aedba541
...
@@ -45,6 +45,7 @@ func init() {
...
@@ -45,6 +45,7 @@ func init() {
"AWS/EBS"
:
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
},
"AWS/EBS"
:
{
"VolumeReadBytes"
,
"VolumeWriteBytes"
,
"VolumeReadOps"
,
"VolumeWriteOps"
,
"VolumeTotalReadTime"
,
"VolumeTotalWriteTime"
,
"VolumeIdleTime"
,
"VolumeQueueLength"
,
"VolumeThroughputPercentage"
,
"VolumeConsumedReadWriteOps"
},
"AWS/EC2"
:
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/EC2"
:
{
"CPUCreditUsage"
,
"CPUCreditBalance"
,
"CPUUtilization"
,
"DiskReadOps"
,
"DiskWriteOps"
,
"DiskReadBytes"
,
"DiskWriteBytes"
,
"NetworkIn"
,
"NetworkOut"
,
"StatusCheckFailed"
,
"StatusCheckFailed_Instance"
,
"StatusCheckFailed_System"
},
"AWS/ELB"
:
{
"HealthyHostCount"
,
"UnHealthyHostCount"
,
"RequestCount"
,
"Latency"
,
"HTTPCode_ELB_4XX"
,
"HTTPCode_ELB_5XX"
,
"HTTPCode_Backend_2XX"
,
"HTTPCode_Backend_3XX"
,
"HTTPCode_Backend_4XX"
,
"HTTPCode_Backend_5XX"
,
"BackendConnectionErrors"
,
"SurgeQueueLength"
,
"SpilloverCount"
},
"AWS/ELB"
:
{
"HealthyHostCount"
,
"UnHealthyHostCount"
,
"RequestCount"
,
"Latency"
,
"HTTPCode_ELB_4XX"
,
"HTTPCode_ELB_5XX"
,
"HTTPCode_Backend_2XX"
,
"HTTPCode_Backend_3XX"
,
"HTTPCode_Backend_4XX"
,
"HTTPCode_Backend_5XX"
,
"BackendConnectionErrors"
,
"SurgeQueueLength"
,
"SpilloverCount"
},
"AWS/ElasticBeanstalk"
:
{
"EnvironmentHealth"
},
"AWS/ElasticMapReduce"
:
{
"IsIdle"
,
"JobsRunning"
,
"JobsFailed"
,
"AWS/ElasticMapReduce"
:
{
"IsIdle"
,
"JobsRunning"
,
"JobsFailed"
,
"MapTasksRunning"
,
"MapTasksRemaining"
,
"MapSlotsOpen"
,
"RemainingMapTasksPerSlot"
,
"ReduceTasksRunning"
,
"ReduceTasksRemaining"
,
"ReduceSlotsOpen"
,
"MapTasksRunning"
,
"MapTasksRemaining"
,
"MapSlotsOpen"
,
"RemainingMapTasksPerSlot"
,
"ReduceTasksRunning"
,
"ReduceTasksRemaining"
,
"ReduceSlotsOpen"
,
"CoreNodesRunning"
,
"CoreNodesPending"
,
"LiveDataNodes"
,
"TaskNodesRunning"
,
"TaskNodesPending"
,
"LiveTaskTrackers"
,
"CoreNodesRunning"
,
"CoreNodesPending"
,
"LiveDataNodes"
,
"TaskNodesRunning"
,
"TaskNodesPending"
,
"LiveTaskTrackers"
,
...
@@ -85,6 +86,7 @@ func init() {
...
@@ -85,6 +86,7 @@ func init() {
"AWS/EBS"
:
{
"VolumeId"
},
"AWS/EBS"
:
{
"VolumeId"
},
"AWS/EC2"
:
{
"AutoScalingGroupName"
,
"ImageId"
,
"InstanceId"
,
"InstanceType"
},
"AWS/EC2"
:
{
"AutoScalingGroupName"
,
"ImageId"
,
"InstanceId"
,
"InstanceType"
},
"AWS/ELB"
:
{
"LoadBalancerName"
,
"AvailabilityZone"
},
"AWS/ELB"
:
{
"LoadBalancerName"
,
"AvailabilityZone"
},
"AWS/ElasticBeanstalk"
:
{
"EnvironmentName"
},
"AWS/ElasticMapReduce"
:
{
"ClusterId"
,
"JobFlowId"
,
"JobId"
},
"AWS/ElasticMapReduce"
:
{
"ClusterId"
,
"JobFlowId"
,
"JobId"
},
"AWS/ES"
:
{
"ClientId"
,
"DomainName"
},
"AWS/ES"
:
{
"ClientId"
,
"DomainName"
},
"AWS/Events"
:
{
"RuleName"
},
"AWS/Events"
:
{
"RuleName"
},
...
...
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