kubezero/charts/kubezero-metrics/jsonnet/dashboards/cluster-total.json

790 lines
24 KiB
JSON
Raw Normal View History

{
2024-07-19 14:14:43 +00:00
"editable": false,
"panels": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
"gridPos": {
"h": 9,
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 0
},
2024-07-19 14:14:43 +00:00
"id": 1,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
2024-07-19 14:14:43 +00:00
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Current Rate of Bytes Received",
2024-07-19 14:14:43 +00:00
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
"gridPos": {
"h": 9,
"w": 12,
"x": 12,
2024-07-19 14:14:43 +00:00
"y": 0
},
2024-07-19 14:14:43 +00:00
"id": 2,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
2024-07-19 14:14:43 +00:00
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Current Rate of Bytes Transmitted",
2024-07-19 14:14:43 +00:00
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
2024-07-19 14:14:43 +00:00
"fieldConfig": {
"overrides": [
{
"matcher": {
"id": "byRegexp",
"options": "/Bytes/"
},
"properties": [
{
"id": "unit",
"value": "binBps"
}
]
},
{
"matcher": {
"id": "byRegexp",
"options": "/Packets/"
},
"properties": [
{
"id": "unit",
"value": "pps"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Namespace"
},
"properties": [
{
"id": "links",
"value": [
{
"title": "Drill down",
"url": "/d/8b7a8b326d7a6f1f04244066368c67af/kubernetes-networking-namespace-pods?${datasource:queryparam}&var-cluster=${cluster}&var-namespace=${__data.fields.Namespace}"
}
]
}
]
}
]
},
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 9
},
2024-07-19 14:14:43 +00:00
"id": 3,
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "avg by (namespace) (rate(container_network_receive_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "avg by (namespace) (rate(container_network_transmit_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_packets_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_packets_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_packets_dropped_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_packets_dropped_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"format": "table",
2024-07-19 14:14:43 +00:00
"instant": true
}
],
"title": "Current Status",
2024-07-19 14:14:43 +00:00
"transformations": [
{
"id": "joinByField",
"options": {
"byField": "namespace",
"mode": "outer"
}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"Time 3": true,
"Time 4": true,
"Time 5": true,
"Time 6": true,
"Time 7": true,
"Time 8": true
},
"indexByName": {
"Time 1": 0,
"Time 2": 1,
"Time 3": 2,
"Time 4": 3,
"Time 5": 4,
"Time 6": 5,
"Time 7": 6,
"Time 8": 7,
"Value #A": 9,
"Value #B": 10,
"Value #C": 11,
"Value #D": 12,
"Value #E": 13,
"Value #F": 14,
"Value #G": 15,
"Value #H": 16,
"namespace": 8
},
"renameByName": {
"Value #A": "Rx Bytes",
"Value #B": "Tx Bytes",
"Value #C": "Rx Bytes (Avg)",
"Value #D": "Tx Bytes (Avg)",
"Value #E": "Rx Packets",
"Value #F": "Tx Packets",
"Value #G": "Rx Packets Dropped",
"Value #H": "Tx Packets Dropped",
"namespace": "Namespace"
}
}
}
],
"type": "table"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
"gridPos": {
2024-07-19 14:14:43 +00:00
"h": 9,
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 18
},
2024-07-19 14:14:43 +00:00
"id": 4,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
2024-07-19 14:14:43 +00:00
"expr": "avg by (namespace) (rate(container_network_receive_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
2024-07-19 14:14:43 +00:00
"title": "Average Rate of Bytes Received",
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
"gridPos": {
2024-07-19 14:14:43 +00:00
"h": 9,
"w": 12,
"x": 12,
"y": 18
},
2024-07-19 14:14:43 +00:00
"id": 5,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "avg by (namespace) (rate(container_network_transmit_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Average Rate of Bytes Transmitted",
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
"gridPos": {
"h": 9,
2024-07-19 14:14:43 +00:00
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 27
},
2024-07-19 14:14:43 +00:00
"id": 6,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
2024-07-19 14:14:43 +00:00
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Receive Bandwidth",
2024-07-19 14:14:43 +00:00
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
2024-07-19 14:14:43 +00:00
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "binBps"
}
},
2024-07-19 14:14:43 +00:00
"gridPos": {
"h": 9,
"w": 12,
"x": 12,
"y": 27
},
"id": 7,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_bytes_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
2024-07-19 14:14:43 +00:00
],
"title": "Transmit Bandwidth",
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "pps"
}
},
"gridPos": {
"h": 9,
2024-07-19 14:14:43 +00:00
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 36
},
2024-07-19 14:14:43 +00:00
"id": 8,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
2024-07-19 14:14:43 +00:00
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_receive_packets_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
2024-07-19 14:14:43 +00:00
"title": "Rate of Received Packets",
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "pps"
}
},
2024-07-19 14:14:43 +00:00
"gridPos": {
"h": 9,
"w": 12,
"x": 12,
"y": 36
},
2024-07-19 14:14:43 +00:00
"id": 9,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"expr": "sum by (namespace) (rate(container_network_transmit_packets_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
2024-07-19 14:14:43 +00:00
],
"title": "Rate of Transmitted Packets",
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "pps"
}
},
"gridPos": {
2024-07-19 14:14:43 +00:00
"h": 9,
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 45
},
2024-07-19 14:14:43 +00:00
"id": 10,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
2024-07-19 14:14:43 +00:00
"expr": "sum by (namespace) (rate(container_network_receive_packets_dropped_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Rate of Received Packets Dropped",
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
2024-07-19 14:14:43 +00:00
"unit": "pps"
}
},
"gridPos": {
"h": 9,
"w": 12,
"x": 12,
"y": 45
},
"id": 11,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
2024-07-19 14:14:43 +00:00
"expr": "sum by (namespace) (rate(container_network_transmit_packets_dropped_total{cluster=\"$cluster\",namespace!=\"\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
2024-07-19 14:14:43 +00:00
"title": "Rate of Transmitted Packets Dropped",
"type": "timeseries"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
"unit": "percentunit"
}
},
"gridPos": {
2024-07-19 14:14:43 +00:00
"h": 9,
"w": 12,
"x": 0,
2024-07-19 14:14:43 +00:00
"y": 54
},
2024-07-19 14:14:43 +00:00
"id": 12,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
2024-07-19 14:14:43 +00:00
"expr": "sum by (instance) (rate(node_netstat_Tcp_RetransSegs{cluster=\"$cluster\"}[$__rate_interval]) / rate(node_netstat_Tcp_OutSegs{cluster=\"$cluster\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
"title": "Rate of TCP Retransmits out of all sent segments",
"type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"custom": {
"showPoints": "never"
},
2024-07-19 14:14:43 +00:00
"unit": "percentunit"
}
},
"gridPos": {
"h": 9,
"w": 12,
"x": 12,
"y": 54
},
"id": 13,
"interval": "1m",
"options": {
"legend": {
"asTable": true,
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single"
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
2024-07-19 14:14:43 +00:00
"expr": "sum by (instance) (rate(node_netstat_TcpExt_TCPSynRetrans{cluster=\"$cluster\"}[$__rate_interval]) / rate(node_netstat_Tcp_RetransSegs{cluster=\"$cluster\"}[$__rate_interval]) * on (cluster,namespace,pod) kube_pod_info{host_network=\"false\"})",
"legendFormat": "__auto"
}
],
2024-07-19 14:14:43 +00:00
"title": "Rate of TCP SYN Retransmits out of all retransmits",
"type": "timeseries"
}
],
"refresh": "10s",
2024-07-19 14:14:43 +00:00
"schemaVersion": 39,
"tags": [
"kubernetes"
],
"templating": {
"list": [
{
"current": {
2023-11-27 12:45:06 +00:00
"selected": true,
"text": "default",
"value": "default"
},
"hide": 0,
"label": "Data source",
"name": "datasource",
"query": "prometheus",
"regex": "",
"type": "datasource"
},
{
2024-07-19 14:14:43 +00:00
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"hide": 2,
2024-07-19 14:14:43 +00:00
"label": "cluster",
"name": "cluster",
"query": "label_values(up{job=\"kubelet\"}, cluster)",
"refresh": 2,
2024-07-19 14:14:43 +00:00
"sort": 1,
"type": "query"
}
]
},
"time": {
"from": "now-1h",
"to": "now"
},
"timezone": "UTC",
"title": "Networking / Cluster",
2024-07-19 14:14:43 +00:00
"uid": "ff635a025bcfea7bc3dd4f508990a3e9"
}