Skip to content

Commit

Permalink
aisloader-composer: Update performance dashboard with k8s only networ…
Browse files Browse the repository at this point in the history
…king visualization

Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Nov 22, 2023
1 parent ea13467 commit 6dd91ab
Showing 1 changed file with 37 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "10.2.0"
"version": "10.2.1"
},
{
"type": "datasource",
Expand Down Expand Up @@ -367,7 +367,8 @@
},
"refCount": 0,
"refId": "A",
"target": "alias(averageSeries(netdata.${ClusterPrefix}*.disk_await.${StoragePrefix}*.reads), 'Disk Read Await')"
"target": "alias(averageSeries(netdata.${ClusterPrefix}*.disk_await.${StoragePrefix}*.reads), 'Disk Read Await')",
"textEditor": true
},
{
"datasource": {
Expand All @@ -377,7 +378,8 @@
"hide": false,
"refCount": 0,
"refId": "B",
"target": "alias(absolute(averageSeries(netdata.${ClusterPrefix}*.disk_await.${StoragePrefix}*.writes)), 'Disk Write Await')"
"target": "alias(absolute(averageSeries(netdata.${ClusterPrefix}*.disk_await.${StoragePrefix}*.writes)), 'Disk Write Await')",
"textEditor": true
}
],
"title": "Disk Await",
Expand Down Expand Up @@ -569,7 +571,7 @@
"uid": "${DS_GRAPHITE}"
},
"refCount": 0,
"refId": "Netdata Network Received",
"refId": "Total Network Received",
"target": "alias(scale(sum(netdata.${ClusterPrefix}*.net.$NetInterface.received), 125), 'Network Received')",
"textEditor": false
},
Expand All @@ -593,6 +595,16 @@
"refId": "AISLoader PUT Throughput",
"target": "alias(sum(stats.gauges.aisloader.${LoaderPrefix}*.put.throughput), 'AISLoader PUT')",
"textEditor": false
},
{
"datasource": {
"type": "graphite",
"uid": "${DS_GRAPHITE}"
},
"hide": false,
"refCount": 0,
"refId": "K8s Network Received",
"target": "alias(scale(absolute(sum(netdata.${ClusterPrefix}*.cgroup_k8s*.net_eth0.received)), 125), 'K8s Network Received')"
}
],
"title": "PUT Throughput Metrics",
Expand Down Expand Up @@ -698,7 +710,7 @@
},
"hide": false,
"refCount": 0,
"refId": "Netdata Network Sent",
"refId": "Total Network Sent",
"target": "alias(sum(scale(absolute(netdata.${ClusterPrefix}*.net.$NetInterface.sent), 125)), 'Network Sent')",
"textEditor": false
},
Expand All @@ -711,6 +723,16 @@
"refCount": 0,
"refId": "Netdata Disk Read",
"target": "alias(sum(scale(absolute(netdata.${ClusterPrefix}*.disk.${StoragePrefix}*.reads), 1024)), 'Disk Read')"
},
{
"datasource": {
"type": "graphite",
"uid": "${DS_GRAPHITE}"
},
"hide": false,
"refCount": 0,
"refId": "K8s Network Sent",
"target": "alias(sum(scale(absolute(netdata.${ClusterPrefix}*.cgroup_k8s*.net_eth0.sent), 125)), 'K8s Network Sent')"
}
],
"title": "GET Throughput Metrics",
Expand Down Expand Up @@ -827,16 +849,16 @@
"type": "timeseries"
}
],
"refresh": "",
"refresh": false,
"schemaVersion": 38,
"tags": [],
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "ais-oke",
"value": "ais-oke"
"text": "ais",
"value": "ais"
},
"description": "The cluster prefix used when deploying netdata. Netdata metrics will have the form <cluster name>-<hostname>",
"hide": 0,
Expand All @@ -862,7 +884,7 @@
}
],
"query": "sjc4,sjc4-dev,sjc11",
"queryValue": "ais-oke",
"queryValue": "ais",
"skipUrlSync": false,
"type": "custom"
},
Expand Down Expand Up @@ -897,8 +919,8 @@
{
"current": {
"selected": false,
"text": "*",
"value": "*"
"text": "ens300np0",
"value": "ens300np0"
},
"description": "Network interface the hosts use for data",
"hide": 0,
Expand All @@ -923,7 +945,7 @@
}
],
"query": "ens4f0,ens1,ens2",
"queryValue": "",
"queryValue": "ens300np0",
"skipUrlSync": false,
"type": "custom"
},
Expand Down Expand Up @@ -953,13 +975,13 @@
]
},
"time": {
"from": "now-3h",
"to": "now"
"from": "2023-11-22T22:01:30.723Z",
"to": "2023-11-22T22:07:29.441Z"
},
"timepicker": {},
"timezone": "",
"title": "Performance",
"uid": "b873080b-d5d2-4062-8e37-de182991c5f8",
"version": 5,
"version": 3,
"weekStart": ""
}

0 comments on commit 6dd91ab

Please sign in to comment.