<- Back to Templates
Kubernetes Node Level
By KloudMate
Monitoring Kubernetes nodes with KM Agents provides critical insights into the health and performance of the underlying infrastructure that powers your cluster, including key node-level metrics such as CPU utilization, memory consumption, disk I/O, filesystem usage, and network throughput..

Template JSON
{
"name": "K8s Node Level",
"description": "",
"data": {
"tz": "local",
"panels": [
{
"id": "77os8h5pgig",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "number",
"suffix": "{cpu}",
"decimals": 3
}
},
"title": "CPU Allocatable and Usage",
"tooltip": {
"mode": "all"
},
"panelType": "TimeSeries",
"timeRange": "5m",
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "LAST",
"type": "",
"unit": "{cpu}",
"field": "",
"value": "k8s_node_allocatable_cpu",
"metric": "k8s_node_allocatable_cpu",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "allocatable"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "LAST",
"type": "",
"unit": "{cpu}",
"field": "",
"value": "k8s_node_cpu_usage",
"metric": "k8s_node_cpu_usage",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "usage",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "07l6w9ahzzzx",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "number",
"suffix": "{cpu}",
"decimals": 3
}
},
"STATS": {},
"title": "CPU Limit & Request",
"tooltip": {
"mode": "all"
},
"overrides": [],
"panelType": "TimeSeries",
"timeRange": "1h",
"TimeSeries": {},
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"exp": "sum by (k8s_node_name) (avg by (k8s_container_name, k8s_node_name, k8s_pod_name) (k8s_container_cpu_limit{k8s_node_name=\"$node\", k8s_cluster_name=\"$cluster\"}))",
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "promql",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "{cpu}",
"field": "",
"value": "k8s_container_cpu_limit",
"metric": "k8s_container_cpu_limit",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "limit",
"responseType": "series"
},
{
"exp": "sum by (k8s_node_name) (avg by (k8s_container_name, k8s_node_name, k8s_pod_name) (k8s_container_cpu_request{k8s_node_name=\"$node\", k8s_cluster_name=\"$cluster\"}))",
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "promql",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"field": ""
},
"datasourceId": "kloudmate",
"legendFormat": "request",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "5kfcefn4stv",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "bytes",
"decimals": 1
}
},
"STATS": {},
"table": {},
"title": "Memory Allocatable and Working Set",
"tooltip": {
"mode": "all"
},
"panelType": "TimeSeries",
"timeRange": "10m",
"TimeSeries": {},
"statConfig": {
"format": "bytes",
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "LAST",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_allocatable_memory",
"metric": "k8s_node_allocatable_memory",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "allocatable",
"responseType": "series"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "D",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
},
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "LAST",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_memory_working_set",
"metric": "k8s_node_memory_working_set",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "working set",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "0c5hlaf7jgee",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "bytes_iec",
"decimals": 1
},
"y1": {
"format": "bytes_iec"
}
},
"title": "Memory Request and Limit",
"tooltip": {
"mode": "all"
},
"panelType": "TimeSeries",
"timeRange": "1h",
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"exp": "sum by (k8s_node_name) (avg by (k8s_container_name, k8s_node_name, k8s_pod_name) (k8s_container_memory_request{k8s_node_name=\"$node\", k8s_cluster_name=\"$cluster\"}))",
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "promql",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"field": ""
},
"datasourceId": "kloudmate",
"legendFormat": "request",
"responseType": "series"
},
{
"exp": "sum by (k8s_node_name) (avg by (k8s_container_name, k8s_node_name, k8s_pod_name) (k8s_container_memory_limit{k8s_node_name=\"$node\", k8s_cluster_name=\"$cluster\"}))",
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "promql",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"field": ""
},
"datasourceId": "kloudmate",
"legendFormat": "limit",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "00m0use8aaj9c",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "unformatted",
"decimals": 1
}
},
"STATS": {},
"table": {},
"title": "Network Error",
"tooltip": {
"mode": "all"
},
"panelType": "TimeSeries",
"timeRange": "1h",
"TimeSeries": {},
"statConfig": {
"color": {
"scheme": "thresholds"
},
"statView": "grid",
"textMode": "both",
"baseColor": "#4CBB17",
"colorMode": "background",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"exp": "",
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [
{
"type": "string",
"field": "direction"
}
],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "qb",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "1",
"field": "",
"value": "k8s_node_network_errors",
"metric": "k8s_node_network_errors",
"metricType": "Sum",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "{{direction}}",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "g6b1caxgyjg",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "bytes",
"suffix": "/s",
"decimals": 1
}
},
"title": "Network IO Rate",
"tooltip": {
"mode": "all"
},
"panelType": "TimeSeries",
"timeRange": "1h",
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [
{
"type": "string",
"field": "direction"
}
],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "RATE",
"type": "",
"unit": "By",
"field": "",
"range": "5m",
"value": "k8s_node_network_io",
"metric": "k8s_node_network_io",
"metricType": "Sum",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "{{direction}}"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "0nlsiihxb2z",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "bytes",
"decimals": 1
},
"y1": {
"decimals": ""
}
},
"title": "Filesystem Usage (Bytes)",
"tooltip": {
"mode": "all"
},
"overrides": [],
"panelType": "TimeSeries",
"timeRange": "1h",
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"limit": null,
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"query_type": "qb",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_filesystem_usage",
"metric": "k8s_node_filesystem_usage",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "usage",
"responseType": "series"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_filesystem_capacity",
"metric": "k8s_node_filesystem_capacity",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "capacity",
"responseType": "series"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "C",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_allocatable_ephemeral_storage",
"metric": "k8s_node_allocatable_ephemeral_storage",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "allocatable",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "8ydiq60ggzs",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "percentage",
"decimals": 3
}
},
"STATS": {},
"title": "Filesystem Usage (%)",
"tooltip": {
"mode": "all"
},
"panelType": "STATS",
"timeRange": "1h",
"statConfig": {
"format": "percentage",
"decimals": 1,
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": true,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_filesystem_usage",
"metric": "k8s_node_filesystem_usage",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"responseType": "series"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": true,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "cluster",
"value": "$cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_filesystem_capacity",
"metric": "k8s_node_filesystem_capacity",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"responseType": "series"
},
{
"type": "expression",
"hidden": false,
"nodeId": "C",
"expression": "($A / $B)",
"responseType": "series",
"expressionType": "math"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "8b0a2fc2tq3",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "percentage",
"decimals": 1,
"multiplyBy": ""
}
},
"STATS": {},
"title": "CPU Utilization",
"panelType": "STATS",
"timeRange": "1h",
"statConfig": {
"format": "percentage",
"decimals": 1,
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "RATE",
"type": "",
"unit": "s",
"field": "",
"range": "5m",
"value": "k8s_node_cpu_time",
"metric": "k8s_node_cpu_time",
"metricType": "Sum",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "6sy312mrp89",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "unformatted",
"decimals": 3
}
},
"STATS": {},
"table": {
"columns": [
{
"key": "A:COUNT()",
"rename": ""
}
]
},
"title": "Pod Count",
"panelType": "STATS",
"pie_chart": {
"legend": {
"mode": "list",
"show": true,
"values": [
"formattedPercent"
],
"placement": "right"
},
"display": {
"type": "pie",
"labels": [
"name"
]
},
"formatter": {},
"value_options": {
"type": "reduce",
"limit": 20,
"reduce": "last",
"columns": [
"numeric"
]
}
},
"timeRange": "1h",
"TimeSeries": {},
"statConfig": {
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": false,
"metric": "",
"nodeId": "A",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$cluster",
"operator": "="
},
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "COUNT",
"type": "",
"unit": "",
"field": "",
"value": "k8s_pod_phase",
"metric": "k8s_pod_phase",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"responseType": "series"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
},
{
"id": "gsgj695l9ze",
"tz": "local",
"axis": {
"x": {
"date_style": "auto"
},
"y": {
"format": "bytes",
"decimals": 3
}
},
"STATS": {},
"table": {},
"title": "Memory Utilization",
"tooltip": {
"mode": "all"
},
"overrides": [
{
"by": "query",
"id": "b0461d6b-aa85-4bb9-82f9-fc4d521cd7ea",
"value": "E",
"properties": [
{
"id": "c8732406-4b3c-4a45-8238-620ceb8235ee",
"type": "units",
"format": "percentage",
"decimals": 1,
"baseColor": "#4CBB17"
}
]
}
],
"panelType": "STATS",
"timeRange": "10m",
"TimeSeries": {},
"statConfig": {
"format": "bytes",
"statView": "grid",
"baseColor": "#4CBB17",
"calculation": "last"
},
"timeseries": {
"legend": {
"view": "list",
"values": []
}
},
"node_configs": [
{
"page": 1,
"stat": "",
"type": "query",
"hidden": true,
"metric": "",
"nodeId": "B",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$Cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_allocatable_memory",
"metric": "k8s_node_allocatable_memory",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "allocatable",
"responseType": "series"
},
{
"page": 1,
"stat": "",
"type": "query",
"hidden": true,
"metric": "",
"nodeId": "D",
"region": "",
"source": "kloudmate",
"dataset": "metrics",
"filters": [
{
"type": "string",
"field": "k8s_node_name",
"value": "$node",
"operator": "="
},
{
"type": "string",
"field": "k8s_cluster_name",
"value": "$Cluster",
"operator": "="
}
],
"groupBy": [],
"orderBy": [],
"interval": "",
"namespace": "",
"dimensions": [],
"metricType": "",
"time_range": {
"to": 0,
"from": 600
},
"aggregation": {
"stat": "AVG",
"type": "",
"unit": "By",
"field": "",
"value": "k8s_node_memory_working_set",
"metric": "k8s_node_memory_working_set",
"metricType": "Gauge",
"temporality": "Cumulative"
},
"datasourceId": "kloudmate",
"legendFormat": "working set",
"responseType": "series"
},
{
"type": "expression",
"hidden": false,
"nodeId": "E",
"expression": "($D / $B) ",
"responseType": "series",
"expressionType": "math"
}
],
"time_options": {
"override": false,
"time_shift": ""
}
}
],
"timeRange": "1h",
"variables": [
{
"name": "node",
"type": "query",
"label": "Node",
"config": {
"otel": {
"key": {
"type": "string",
"field": "k8s_node_name"
},
"dataset": "metrics"
},
"source": "cloudwatch",
"queryType": "otel.values"
},
"is_multi": false,
"description": "",
"usedInPanels": [
{
"id": "77os8h5pgig",
"name": "CPU Allocatable and Usage"
},
{
"id": "07l6w9ahzzzx",
"name": "CPU Limit & Request"
},
{
"id": "5kfcefn4stv",
"name": "Memory Usage, Allocatable, Available"
},
{
"id": "0c5hlaf7jgee",
"name": "Memory Request and Limit"
},
{
"id": "mg7byri7ttn",
"name": "Empherical Storage Capacity, Allocatable"
},
{
"id": "w5imbzgygp",
"name": "Running Pods"
},
{
"id": "00m0use8aaj9c",
"name": "Network Error"
},
{
"id": "g6b1caxgyjg",
"name": "Network IO Rate"
},
{
"id": "0nlsiihxb2z",
"name": "Filesystem Usage (Bytes)"
},
{
"id": "8ydiq60ggzs",
"name": "Filesystem Usage (%)"
}
],
"usesVariables": [],
"show_all_option": false,
"usedInVariables": []
},
{
"name": "cluster",
"type": "query",
"label": "Cluster",
"config": {
"otel": {
"key": {
"type": "string",
"field": "cluster"
},
"dataset": "metrics"
},
"source": "cloudwatch",
"queryType": "otel.values"
},
"is_multi": false,
"description": "",
"show_all_option": false
}
],
"panel_layouts": [
{
"h": 8,
"i": "77os8h5pgig",
"w": 8,
"x": 0,
"y": 6,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "07l6w9ahzzzx",
"w": 12,
"x": 0,
"y": 14,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "5kfcefn4stv",
"w": 8,
"x": 8,
"y": 6,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "0c5hlaf7jgee",
"w": 12,
"x": 12,
"y": 14,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "00m0use8aaj9c",
"w": 12,
"x": 12,
"y": 22,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "g6b1caxgyjg",
"w": 12,
"x": 0,
"y": 22,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 8,
"i": "0nlsiihxb2z",
"w": 8,
"x": 16,
"y": 6,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 6,
"i": "8ydiq60ggzs",
"w": 6,
"x": 18,
"y": 0,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 6,
"i": "8b0a2fc2tq3",
"w": 6,
"x": 6,
"y": 0,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 6,
"i": "6sy312mrp89",
"w": 6,
"x": 0,
"y": 0,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
},
{
"h": 6,
"i": "gsgj695l9ze",
"w": 6,
"x": 12,
"y": 0,
"minH": 1,
"minW": 1,
"moved": false,
"static": false
}
],
"default_region": "us-east-1"
},
"tags": []
}