forked from influxdata/chronograf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubernetes_node.json
42 lines (42 loc) · 1005 Bytes
/
kubernetes_node.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "4a1efaec-57cf-4aeb-8dea-8a015f8ec3c5",
"measurement": "kubernetes_node",
"app": "kubernetes",
"autoflow": true,
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "5f406919-14b8-4c01-b0ce-f8ed75310805",
"name": "K8s - Node Millicores",
"queries": [
{
"query": "SELECT mean(\"cpu_usage_nanocores\") / 1000000 AS \"cpu_usage_millicores\" FROM \":db:\".\":rp:\".\"kubernetes_node\"",
"groupbys": [
"\"node_name\""
],
"wheres": []
}
]
},
{
"x": 4,
"y": 0,
"w": 4,
"h": 4,
"i": "042d47cc-fcfd-4b26-a690-d81c0321d408",
"name": "K8s - Node Memory Bytes",
"queries": [
{
"query": "SELECT mean(\"memory_usage_bytes\") AS \"memory_usage_bytes\" FROM \":db:\".\":rp:\".\"kubernetes_node\"",
"groupbys": [
"\"node_name\""
],
"wheres": []
}
]
}
]
}