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
b8334c14
Commit
b8334c14
authored
Sep 20, 2019
by
Franco Papalardo
Committed by
Sofia Papagiannaki
Sep 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CloudWatch: ContainerInsights metrics support (#18971)
* CloudWatch ContainerInsights support
parent
8a991244
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pkg/tsdb/cloudwatch/metric_find_query.go
+2
-0
No files found.
pkg/tsdb/cloudwatch/metric_find_query.go
View file @
b8334c14
...
...
@@ -116,6 +116,7 @@ func init() {
"AWS/TrustedAdvisor"
:
{
"GreenChecks"
,
"RedChecks"
,
"RedResources"
,
"ServiceLimitUsage"
,
"YellowChecks"
,
"YellowResources"
},
"AWS/VPN"
:
{
"TunnelDataIn"
,
"TunnelDataOut"
,
"TunnelState"
},
"AWS/WorkSpaces"
:
{
"Available"
,
"ConnectionAttempt"
,
"ConnectionFailure"
,
"ConnectionSuccess"
,
"InSessionLatency"
,
"Maintenance"
,
"SessionDisconnect"
,
"SessionLaunchTime"
,
"Stopped"
,
"Unhealthy"
,
"UserConnected"
},
"ContainerInsights"
:
{
"cluster_failed_node_count"
,
"cluster_node_count"
,
"namespace_number_of_running_pods"
,
"node_cpu_limit"
,
"node_cpu_reserved_capacity"
,
"node_cpu_usage_total"
,
"node_cpu_utilization"
,
"node_filesystem_utilization"
,
"node_memory_limit"
,
"node_memory_reserved_capacity"
,
"node_memory_utilization"
,
"node_memory_working_set"
,
"node_network_total_bytes"
,
"node_number_of_running_containers"
,
"node_number_of_running_pods"
,
"pod_cpu_reserved_capacity"
,
"pod_cpu_utilization"
,
"pod_cpu_utilization_over_pod_limit"
,
"pod_memory_reserved_capacity"
,
"pod_memory_utilization"
,
"pod_memory_utilization_over_pod_limit"
,
"pod_number_of_container_restarts"
,
"pod_network_rx_bytes"
,
"pod_network_tx_bytes"
,
"service_number_of_running_pods"
},
"Rekognition"
:
{
"DetectedFaceCount"
,
"DetectedLabelCount"
,
"ResponseTime"
,
"ServerErrorCount"
,
"SuccessfulRequestCount"
,
"ThrottledCount"
,
"UserErrorCount"
},
"WAF"
:
{
"AllowedRequests"
,
"BlockedRequests"
,
"CountedRequests"
,
"DDoSAttackBitsPerSecond"
,
"DDoSAttackPacketsPerSecond"
,
"DDoSAttackRequestsPerSecond"
,
"DDoSDetected"
,
"PassedRequests"
},
}
...
...
@@ -196,6 +197,7 @@ func init() {
"AWS/TrustedAdvisor"
:
{},
"AWS/VPN"
:
{
"TunnelIpAddress"
,
"VpnId"
},
"AWS/WorkSpaces"
:
{
"DirectoryId"
,
"WorkspaceId"
},
"ContainerInsights"
:
{
"ClusterName"
,
"NodeName"
,
"Namespace"
,
"InstanceId"
,
"PodName"
,
"Service"
},
"Rekognition"
:
{},
"WAF"
:
{
"Region"
,
"Rule"
,
"RuleGroup"
,
"WebACL"
},
}
...
...
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