Skip to content

Commit

Permalink
New dsahboard with query ef and hwnd panels
Browse files Browse the repository at this point in the history
  • Loading branch information
randersenYB committed Jul 16, 2024
1 parent 21d639c commit e07e2b4
Showing 1 changed file with 154 additions and 6 deletions.
160 changes: 154 additions & 6 deletions aerospike/AerospikeHDFDashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1160,7 +1308,7 @@
"gridPos": {
"h": 5,
"w": 3,
"x": 9,
"x": 11,
"y": 35
},
"id": 648,
Expand Down Expand Up @@ -1279,8 +1427,8 @@
},
"gridPos": {
"h": 5,
"w": 3,
"x": 12,
"w": 2,
"x": 14,
"y": 35
},
"id": 653,
Expand Down Expand Up @@ -1369,7 +1517,7 @@
"gridPos": {
"h": 5,
"w": 3,
"x": 15,
"x": 16,
"y": 35
},
"id": 654,
Expand Down Expand Up @@ -1458,7 +1606,7 @@
"gridPos": {
"h": 5,
"w": 3,
"x": 18,
"x": 19,
"y": 35
},
"id": 657,
Expand Down Expand Up @@ -1917,6 +2065,6 @@
"timezone": "",
"title": "Aerospike HDF",
"uid": "fzUPYeJIkhdf",
"version": 50,
"version": 52,
"weekStart": ""
}

0 comments on commit e07e2b4

Please sign in to comment.