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
c215f0b5
Commit
c215f0b5
authored
Oct 16, 2017
by
Carl Bergquist
Committed by
GitHub
Oct 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9528 from ericdahl/tsdb_cloudwatch_req_per_target
CloudWatch: Add ALB RequestCountPerTarget metric
parents
7edc95cc
888d6080
Show 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 @
c215f0b5
...
@@ -38,7 +38,7 @@ var customMetricsDimensionsMap map[string]map[string]map[string]*CustomMetricsCa
...
@@ -38,7 +38,7 @@ 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"
,
"IPv6ProcessedBytes"
,
"IPv6RequestCount"
,
"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"
,
"
RequestCountPerTarget"
,
"
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"
},
...
...
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