From e07e2b49ad145abfbfb6b327fd70b5e80c3e945e Mon Sep 17 00:00:00 2001 From: randersenyb Date: Mon, 15 Jul 2024 20:03:07 -0700 Subject: [PATCH] New dsahboard with query ef and hwnd panels --- aerospike/AerospikeHDFDashboard.json | 160 ++++++++++++++++++++++++++- 1 file changed, 154 insertions(+), 6 deletions(-) diff --git a/aerospike/AerospikeHDFDashboard.json b/aerospike/AerospikeHDFDashboard.json index e08a8e83..55fd4b81 100644 --- a/aerospike/AerospikeHDFDashboard.json +++ b/aerospike/AerospikeHDFDashboard.json @@ -390,6 +390,80 @@ "title": "Diminsions", "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "light-blue", + "mode": "fixed" + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "string" + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 12, + "y": 1 + }, + "id": 658, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "/^hnswparams$/", + "values": false + }, + "showPercentChange": false, + "textMode": "value", + "wideLayout": true + }, + "pluginVersion": "10.4.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "disableTextWrap": false, + "editorMode": "builder", + "exemplar": false, + "expr": "aerospike_hdf_heartbeat{instance=~\"$client\", ns=\"$namespace\", set=\"$set\"}", + "format": "table", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A", + "useBackend": false + } + ], + "title": "HNSW Params", + "type": "stat" + }, { "datasource": { "type": "prometheus", @@ -1128,6 +1202,80 @@ "title": "Return How Many Neighbors", "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "light-blue", + "mode": "fixed" + }, + "fieldMinMax": false, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "string" + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 2, + "x": 9, + "y": 35 + }, + "id": 659, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "/^queryef$/", + "values": false + }, + "showPercentChange": false, + "textMode": "value", + "wideLayout": true + }, + "pluginVersion": "10.4.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "disableTextWrap": false, + "editorMode": "builder", + "exemplar": false, + "expr": "aerospike_hdf_heartbeat{instance=~\"$client\", ns=\"$namespace\", set=\"$set\"}", + "format": "table", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": true, + "legendFormat": "__auto", + "range": false, + "refId": "A", + "useBackend": false + } + ], + "title": "ef", + "type": "stat" + }, { "datasource": { "type": "prometheus", @@ -1160,7 +1308,7 @@ "gridPos": { "h": 5, "w": 3, - "x": 9, + "x": 11, "y": 35 }, "id": 648, @@ -1279,8 +1427,8 @@ }, "gridPos": { "h": 5, - "w": 3, - "x": 12, + "w": 2, + "x": 14, "y": 35 }, "id": 653, @@ -1369,7 +1517,7 @@ "gridPos": { "h": 5, "w": 3, - "x": 15, + "x": 16, "y": 35 }, "id": 654, @@ -1458,7 +1606,7 @@ "gridPos": { "h": 5, "w": 3, - "x": 18, + "x": 19, "y": 35 }, "id": 657, @@ -1917,6 +2065,6 @@ "timezone": "", "title": "Aerospike HDF", "uid": "fzUPYeJIkhdf", - "version": 50, + "version": 52, "weekStart": "" } \ No newline at end of file