From 6a7cbd0b74b00d74015d7640bd9d530bf992fc2e Mon Sep 17 00:00:00 2001 From: mphanias Date: Mon, 22 Jul 2024 22:13:10 +0530 Subject: [PATCH] OM-201 enhanced vector search dashboard with addl metrics --- .../vectorsearch/vector_search_view.json | 2326 ++++++++++++++--- 1 file changed, 1945 insertions(+), 381 deletions(-) diff --git a/config/grafana/dashboards/vectorsearch/vector_search_view.json b/config/grafana/dashboards/vectorsearch/vector_search_view.json index 4281626..afc349d 100644 --- a/config/grafana/dashboards/vectorsearch/vector_search_view.json +++ b/config/grafana/dashboards/vectorsearch/vector_search_view.json @@ -18,12 +18,6 @@ "name": "Stat", "version": "" }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - }, { "type": "panel", "id": "timeseries", @@ -53,7 +47,7 @@ } ] }, - "description": "Aerospike vector search dashboard helps visualise indexed, query success/error in selected vector search cluster", + "description": "this dashboard displays key metrics related to vector search component including index, cache-size, healer info etc.,", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, @@ -61,39 +55,15 @@ "links": [], "liveNow": false, "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_AEROSPIKE_PROMETHEUS}" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 630, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "NOTE: This dashboard display details only from Proximus server, to know about underlying Aerospike Server you need to use other dashboards like Cluster View, Namespace View etc.,", - "mode": "markdown" - }, - "pluginVersion": "9.3.2", - "type": "text" - }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 2 + "y": 0 }, - "id": 624, + "id": 63, "panels": [], "title": "Overview", "type": "row" @@ -129,9 +99,9 @@ "h": 5, "w": 3, "x": 0, - "y": 3 + "y": 1 }, - "id": 626, + "id": 53, "options": { "colorMode": "background", "graphMode": "area", @@ -154,7 +124,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "count(aerospike_proximus_cluster_size{cluster_name=~\"$cluster\"})", + "expr": "count(aerospike_vector_search_cluster_size{cluster_name=~\"$cluster\"})", "legendFormat": "__auto", "range": true, "refId": "A" @@ -192,11 +162,11 @@ }, "gridPos": { "h": 5, - "w": 7, + "w": 5, "x": 3, - "y": 3 + "y": 1 }, - "id": 635, + "id": 55, "options": { "colorMode": "background", "graphMode": "none", @@ -219,7 +189,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "group by (cluster_name) (aerospike_proximus_cluster_size{cluster_name=~\"$cluster\"})", + "expr": "group by (cluster_name) (aerospike_vector_search_cluster_size{cluster_name=~\"$cluster\"})\n", "legendFormat": "{{cluster_name}}", "range": true, "refId": "A" @@ -257,11 +227,11 @@ }, "gridPos": { "h": 5, - "w": 5, - "x": 10, - "y": 3 + "w": 4, + "x": 8, + "y": 1 }, - "id": 627, + "id": 57, "options": { "colorMode": "background", "graphMode": "area", @@ -284,7 +254,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum by (index) (aerospike_proximus_requests{index=~\"$index\", type=~\"update\", update_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\"})", + "expr": "sum by (index) (aerospike_vector_search_requests{index=~\"$index\", type=~\"update\", update_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\"})", "legendFormat": "__auto", "range": true, "refId": "A" @@ -293,6 +263,71 @@ "title": "Index Vectors", "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 4, + "x": 12, + "y": 1 + }, + "id": 72, + "options": { + "colorMode": "background", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "9.3.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum by (index) (aerospike_vector_search_indexing_queue_size{index=~\"$index\", type=~\"update\", update_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\"})", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Index Queue size", + "type": "stat" + }, { "datasource": { "type": "prometheus", @@ -323,10 +358,10 @@ "gridPos": { "h": 5, "w": 5, - "x": 15, - "y": 3 + "x": 16, + "y": 1 }, - "id": 636, + "id": 59, "options": { "colorMode": "background", "graphMode": "area", @@ -349,7 +384,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum (aerospike_proximus_requests{index=~\"$index\", type=~\"query\", query_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\", instance=~\"$instance\"})", + "expr": "sum (aerospike_vector_search_requests{index=~\"$index\", type=~\"query\", query_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\", instance=~\"$instance\"})", "legendFormat": "Succes", "range": true, "refId": "A" @@ -360,7 +395,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum(aerospike_proximus_requests{index=~\"$index\", type=\"query\", query_type=\"client\",status=\"error\",cluster_name=\"$cluster\", instance=~\"$instance\"})", + "expr": "sum(aerospike_vector_search_requests{index=~\"$index\", type=\"query\", query_type=\"client\",status=\"error\",cluster_name=\"$cluster\", instance=~\"$instance\"})", "hide": false, "legendFormat": "Error", "range": true, @@ -399,11 +434,11 @@ }, "gridPos": { "h": 5, - "w": 4, - "x": 20, - "y": 3 + "w": 3, + "x": 21, + "y": 1 }, - "id": 628, + "id": 61, "options": { "colorMode": "background", "graphMode": "area", @@ -426,7 +461,7 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "avg (aerospike_proximus_index_cache_size{index=~\"$index\", type=~\"query\", query_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\", instance=~\"$instance\"})", + "expr": "avg (aerospike_vector_search_index_cache_size{index=~\"$index\", cluster_name=~\"$cluster\", instance=~\"$instance\"})", "legendFormat": "Average", "range": true, "refId": "A" @@ -441,9 +476,9 @@ "h": 1, "w": 24, "x": 0, - "y": 8 + "y": 6 }, - "id": 634, + "id": 69, "panels": [ { "datasource": { @@ -460,7 +495,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -473,11 +509,11 @@ }, "gridPos": { "h": 6, - "w": 11, + "w": 12, "x": 0, - "y": 9 + "y": 7 }, - "id": 631, + "id": 65, "options": { "colorMode": "background", "graphMode": "area", @@ -500,13 +536,13 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum by (status) (aerospike_proximus_connections{cluster_name=~\"$cluster\"})", + "expr": "sum by (status) (aerospike_vector_search_connections{cluster_name=~\"$cluster\"})", "legendFormat": "{{status}}", "range": true, "refId": "A" } ], - "title": "Connections", + "title": "Status", "type": "stat" }, { @@ -554,7 +590,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -568,10 +605,10 @@ "gridPos": { "h": 6, "w": 12, - "x": 11, - "y": 9 + "x": 12, + "y": 7 }, - "id": 632, + "id": 67, "options": { "legend": { "calcs": [], @@ -592,17 +629,17 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "sum by (status) (aerospike_proximus_connections{cluster_name=~\"$cluster\", instance=~\"$instance\"})", + "expr": "sum by (status) (aerospike_vector_search_internal_connections{cluster_name=~\"$cluster\", instance=~\"$instance\"})", "legendFormat": "{{status}}", "range": true, "refId": "A" } ], - "title": "Connections", + "title": "Internal", "type": "timeseries" } ], - "title": "Node Statistics", + "title": "Connections", "type": "row" }, { @@ -611,9 +648,9 @@ "h": 1, "w": 24, "x": 0, - "y": 9 + "y": 7 }, - "id": 608, + "id": 49, "panels": [ { "datasource": { @@ -632,7 +669,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -645,7 +682,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -660,33 +697,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "percent" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 0, - "y": 10 + "y": 8 }, - "id": 605, + "id": 21, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -697,16 +736,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "irate(aerospike_proximus_requests{index=~\"$index\", type=~\"query\", query_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\", instance=~\"$instance\"}[$__rate_interval]) ", - "format": "time_series", + "expr": "100* rate(aerospike_vector_search_index_cache_hits{cluster_name=\"$cluster\",index=\"$index\"}[40s])/(rate(aerospike_vector_search_index_cache_hits{cluster_name=\"$cluster\", index=\"$index\"}[40s]) + rate(aerospike_vector_search_index_cache_misses{cluster_name=\"$cluster\", index=\"$index\"}[$__rate_interval]) + 1)", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Request Success (rate)", + "title": "Cache Hit Ratio", "type": "timeseries" }, { @@ -726,7 +763,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -739,7 +776,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -754,33 +791,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 12, - "y": 10 + "y": 8 }, - "id": 612, + "id": 32, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -791,13 +830,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "100* rate(aerospike_proximus_index_cache_hits{cluster_name=\"$cluster\", instance=~\"$instance\"}[$__rate_interval])/(rate(aerospike_proximus_index_cache_hits{cluster_name=\"$cluster\", instance=~\"$instance\"}[$__rate_interval]) + rate(aerospike_proximus_index_cache_misses{cluster_name=\"$cluster\", instance=~\"$instance\"}[$__rate_interval]) + 1)", - "legendFormat": "{{instance}} ", + "expr": "aerospike_vector_search_index_cache_size{cluster_name=\"$cluster\", index=\"$index\", } ", + "instant": false, + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Cache Hits Ratio (%)", + "title": "Cache Size", "type": "timeseries" }, { @@ -805,6 +845,7 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "Incoming vector search query processing error.", "fieldConfig": { "defaults": { "color": { @@ -841,33 +882,36 @@ } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 0, - "y": 15 + "y": 14 }, - "id": 611, + "id": 33, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { @@ -875,6 +919,7 @@ "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -882,16 +927,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "aerospike_proximus_requests{index=~\"$index\",type=~\"query\", query_type=~\"client\" ,quantile=\"0.5\",cluster_name=~\"$cluster\"} * 1000 ", - "format": "time_series", + "expr": "aerospike_vector_search_cluster_size{cluster_name=\"$cluster\", } ", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Median Query Time", + "title": "Cluster Size", "type": "timeseries" }, { @@ -899,6 +942,7 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "Incoming vector search query processing error.", "fieldConfig": { "defaults": { "color": { @@ -911,7 +955,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -924,51 +968,55 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", - "mode": "none" + "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 12, - "y": 15 + "y": 14 }, - "id": 609, + "id": 29, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -976,44 +1024,36 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "\naerospike_proximus_requests{index=~\"$index\",type=\"update\", update_type=~\"client\" ,quantile=~\"0.5\",cluster_name=~\"$cluster\", instance=~\"$instance\"} * 1000 ", - "legendFormat": "{{instance}} - {{index}}", + "expr": "aerospike_vector_search_requests{type=\"update\", update_type=\"client\",status=\"success\",cluster_name=\"$cluster\", index=\"$index\" }", + "instant": false, + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Median Index Update Time", + "title": "Indexed count", "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_AEROSPIKE_PROMETHEUS}" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 20 - }, - "id": 621, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "

Queries

", - "mode": "markdown" - }, - "pluginVersion": "9.3.2", - "type": "text" - }, + } + ], + "title": "Cache details", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 8 + }, + "id": 47, + "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "Incoming vector queries successfully handled.", "fieldConfig": { "defaults": { "color": { @@ -1026,7 +1066,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1034,56 +1074,63 @@ "viz": false }, "lineInterpolation": "linear", + "lineStyle": { + "fill": "solid" + }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", - "mode": "none" + "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 0, - "y": 22 + "y": 9 }, - "id": 613, + "id": 2, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -1091,16 +1138,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "irate(aerospike_proximus_requests{type=\"query\", index=~\"$index\", query_type=~\"proxy-in\", status=\"success\",cluster_name=\"$cluster\"}[$__rate_interval])", - "format": "time_series", + "expr": "rate(aerospike_vector_search_requests{index=\"$index\",type=\"update\", update_type=\"client\",status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval]) ", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Query Proxy-in (rate)", + "title": "Index Update Success (rate)", "type": "timeseries" }, { @@ -1120,7 +1165,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1133,7 +1178,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -1144,40 +1189,44 @@ } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "ms" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 12, - "y": 22 + "y": 9 }, - "id": 615, + "id": 26, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "9.3.2", "targets": [ { "datasource": { @@ -1185,16 +1234,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "rate(aerospike_proximus_requests{type=\"query\", index=~\"$index\", query_type=\"local\", status=\"success\",cluster_name=\"$cluster\"}[$__rate_interval])", - "format": "time_series", + "expr": "aerospike_vector_search_requests{index=\"$index\",type=\"update\", update_type=\"client\" ,quantile=\"0.5\",cluster_name=\"$cluster\", } * 1000 ", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Query Local (rate)", + "title": "Median Index Update Time", "type": "timeseries" }, { @@ -1211,10 +1258,10 @@ "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", - "axisPlacement": "auto", + "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1227,7 +1274,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -1242,33 +1289,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 0, - "y": 27 + "y": 15 }, - "id": 617, + "id": 50, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -1279,16 +1328,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "rate(aerospike_proximus_requests{index=~\"$index\", type=\"query\", query_type=\"client\",status=\"error\",cluster_name=\"$cluster\", instance=~\"$instance\"}[$__rate_interval]) ", - "format": "time_series", + "expr": "aerospike_vector_search_indexing_queue_size{index=\"$index\",cluster_name=\"$cluster\", }", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Query Error (rate)", + "title": "In Memory Index Queue Size", "type": "timeseries" }, { @@ -1305,10 +1352,10 @@ "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", - "axisPlacement": "auto", + "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1321,11 +1368,11 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", - "mode": "none" + "mode": "normal" }, "thresholdsStyle": { "mode": "off" @@ -1336,33 +1383,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 12, - "y": 27 + "y": 15 }, - "id": 614, + "id": 51, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -1373,42 +1422,16 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "rate(aerospike_proximus_requests{type=\"query\", index=~\"$index\", query_type=~\"proxy-out\", status=\"success\",cluster_name=\"$cluster\"}[$__rate_interval])", - "format": "time_series", + "expr": "rate(aerospike_vector_search_batch_merge{index=\"$index\",cluster_name=\"$cluster\", quantile=\"0.5\"}[$__rate_interval])", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Query Proxy-out (rate)", + "title": "Batch Merge (rate)", "type": "timeseries" }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_AEROSPIKE_PROMETHEUS}" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 32 - }, - "id": 622, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "

Index

", - "mode": "markdown" - }, - "pluginVersion": "9.3.2", - "type": "text" - }, { "datasource": { "type": "prometheus", @@ -1423,10 +1446,10 @@ "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", - "axisPlacement": "auto", + "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1439,11 +1462,11 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", - "mode": "none" + "mode": "normal" }, "thresholdsStyle": { "mode": "off" @@ -1454,33 +1477,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 0, - "y": 34 + "y": 21 }, - "id": 610, + "id": 28, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -1491,13 +1516,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "aerospike_proximus_requests{index=~\"$index\", type=~\"update\", update_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\"} ", - "legendFormat": "{{instance}} - {{index}}", + "expr": "rate(aerospike_vector_search_requests{type=\"update\", index=\"$index\", update_type=\"proxy-in\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval])", + "instant": false, + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Indexd Vectors", + "title": "Index Update Proxy-in (rate)", "type": "timeseries" }, { @@ -1514,10 +1540,10 @@ "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", - "axisPlacement": "auto", + "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 6, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1530,11 +1556,11 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", - "mode": "none" + "mode": "normal" }, "thresholdsStyle": { "mode": "off" @@ -1545,33 +1571,35 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", "value": 80 } ] - } + }, + "unit": "none" }, "overrides": [] }, "gridPos": { - "h": 5, + "h": 6, "w": 12, "x": 12, - "y": 34 + "y": 21 }, - "id": 606, + "id": 27, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, @@ -1582,13 +1610,1384 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "expr": "irate(aerospike_proximus_requests{index=~\"$index\",type=\"update\", update_type=~\"client\",status=~\"success\",cluster_name=~\"$cluster\", instance=~\"$instance\"}[$__rate_interval]) ", - "legendFormat": "{{instance}} - {{index}}", + "expr": "rate(aerospike_vector_search_requests{type=\"update\", index=\"$index\", update_type=\"local\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval])", + "instant": false, + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Index Update Success (rate)", + "title": "Index Update Local (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 8, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 27 + }, + "id": 31, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"update\", index=\"$index\", update_type=\"proxy-out\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval])", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Index Update Proxy-out (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 27 + }, + "id": 25, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"update\", update_type=\"client\",status=\"error\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Index Update Error (rate)", + "type": "timeseries" + } + ], + "title": "Index details", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 9 + }, + "id": 46, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector queries successfully handled.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 10 + }, + "id": 24, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{cluster_name=\"aerospike-vector-search\",index=\"$index\", type=\"query\", query_type=\"client\",status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Query Success (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ms" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 10 + }, + "id": 20, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "9.3.2", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_requests{index=\"$index\",type=\"query\", query_type=\"client\" ,quantile=\"0.5\",cluster_name=\"$cluster\", } * 1000 ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Median Query Time", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 16 + }, + "id": 22, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"query\", index=\"$index\", query_type=\"proxy-in\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Query Proxy-in (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 16 + }, + "id": 30, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"query\", index=\"$index\", query_type=\"proxy-out\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Query Proxy-out (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "left", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 22 + }, + "id": 23, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"query\", index=\"$index\", query_type=\"local\", status=\"success\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Query Local (rate)", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 22 + }, + "id": 4, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_requests{type=\"query\", query_type=\"client\",status=\"error\",cluster_name=\"$cluster\", }[$__rate_interval]) ", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Query Error (rate)", + "type": "timeseries" + } + ], + "title": "Query details", + "type": "row" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 10 + }, + "id": 48, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 11 + }, + "id": 34, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_healer_cycle_count{cluster_name=\"$cluster\", index=\"$index\", type=\"cycle-time\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Healer Cycle Count", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 11 + }, + "id": 36, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_healer_cycle{cluster_name=\"$cluster\", index=\"$index\", quantile=\"0.5\", type=\"cycle-time\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Healer Cycle Time", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 0, + "y": 17 + }, + "id": 42, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_vector_records{cluster_name=\"$cluster\", index=\"$index\", status=\"indexed\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Indexed Vector Record Count", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 7, + "x": 8, + "y": 17 + }, + "id": 43, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_vector_records{cluster_name=\"$cluster\", index=\"$index\", status=\"unindexed\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Unindexed Vector Record Count", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 9, + "x": 15, + "y": 17 + }, + "id": 44, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_vector_records{cluster_name=\"$cluster\", index=\"$index\", status=\"reindex\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "ReIndexed Vector Record Count", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 25 + }, + "id": 37, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "aerospike_vector_search_healer_cycle_count{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-out\",}", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Enqueue Index Out Count", "type": "timeseries" }, { @@ -1596,6 +2995,7 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "Incoming vector search query processing error.", "fieldConfig": { "defaults": { "color": { @@ -1608,7 +3008,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1621,7 +3021,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -1632,6 +3032,7 @@ } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1643,29 +3044,31 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, - "w": 12, - "x": 0, - "y": 39 + "h": 6, + "w": 8, + "x": 8, + "y": 25 }, - "id": 616, + "id": 39, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -1673,16 +3076,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "\nrate(aerospike_proximus_requests{type=\"update\", index=~\"$index\", update_type=\"proxy-in\", status=\"success\", cluster_name=~\"$cluster\", instance=~\"$instance\"}[$__rate_interval])", - "format": "time_series", + "expr": "aerospike_vector_search_healer_cycle{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-in\",}", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Index Update Proxy-in (rate)", + "title": "Enqueue Index In Count", "type": "timeseries" }, { @@ -1690,6 +3091,7 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "", "fieldConfig": { "defaults": { "color": { @@ -1702,7 +3104,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1715,7 +3117,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -1726,6 +3128,7 @@ } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1737,29 +3140,31 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, - "w": 12, - "x": 12, - "y": 39 + "h": 6, + "w": 8, + "x": 16, + "y": 25 }, - "id": 619, + "id": 45, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -1767,16 +3172,14 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "\nrate(aerospike_proximus_requests{index=~\"$index\", type=\"update\", update_type=\"client\",status=\"error\", cluster_name=~\"$cluster\", instance=~\"$instance\"}[$__rate_interval])", - "format": "time_series", + "expr": "aerospike_vector_search_healer_cycle{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-local\",}", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Index Update Error (rate)", + "title": "Enqueue Index Local Count", "type": "timeseries" }, { @@ -1784,6 +3187,7 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, + "description": "Incoming vector search query processing error.", "fieldConfig": { "defaults": { "color": { @@ -1796,7 +3200,7 @@ "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", - "fillOpacity": 0, + "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, @@ -1809,7 +3213,7 @@ "scaleDistribution": { "type": "linear" }, - "showPoints": "auto", + "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", @@ -1820,6 +3224,7 @@ } }, "mappings": [], + "min": 0, "thresholds": { "mode": "absolute", "steps": [ @@ -1831,29 +3236,31 @@ "value": 80 } ] - } + }, + "unit": "short" }, "overrides": [] }, "gridPos": { - "h": 5, - "w": 12, + "h": 6, + "w": 8, "x": 0, - "y": 44 + "y": 31 }, - "id": 618, + "id": 38, "options": { "legend": { "calcs": [], - "displayMode": "table", - "placement": "right", + "displayMode": "list", + "placement": "bottom", "showLegend": true }, "tooltip": { - "mode": "single", + "mode": "multi", "sort": "none" } }, + "pluginVersion": "10.3.3", "targets": [ { "datasource": { @@ -1861,29 +3268,219 @@ "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, "editorMode": "code", - "exemplar": false, - "expr": "rate(aerospike_proximus_requests{index=~\"$index\", type=~\"update\", update_type=~\"client\",status=~\"error\", cluster_name=~\"$cluster\", instance=~\"$instance\"}[$__rate_interval])", - "format": "time_series", + "expr": "rate(aerospike_vector_search_healer_cycle{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-in\",}[$__rate_interval])", "instant": false, - "legendFormat": "{{instance}} - {{index}}", + "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], - "title": "Index Update Error (rate)", + "title": "Enqueue Index In Rate", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "Incoming vector search query processing error.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 31 + }, + "id": 40, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_healer_cycle_count{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-out\",}[40s])", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Enqueue Index Out Rate", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 31 + }, + "id": 41, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.3.3", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_AEROSPIKE_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "rate(aerospike_vector_search_healer_cycle{cluster_name=\"$cluster\", index=\"$index\", type=\"enqueue-index-local\",}[$__rate_interval])", + "instant": false, + "legendFormat": "{{instance}}", + "range": true, + "refId": "A" + } + ], + "title": "Enqueue Local Rate", "type": "timeseries" } ], - "title": "Details", + "title": "Healer details", "type": "row" } ], - "refresh": "1m", + "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [ - "Monitoring", - "vectors" + "monitoring", + "vector search" ], "templating": { "list": [ @@ -1911,25 +3508,22 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, - "definition": "label_values(aerospike_proximus_heartbeats_sent,job)", + "definition": "label_values(aerospike_vector_search_heartbeats_sent,job)", "hide": 0, "includeAll": false, - "label": "job_name", + "label": "Job", "multi": false, "name": "job_name", "options": [], "query": { - "query": "label_values(aerospike_proximus_heartbeats_sent,job)", + "query": "label_values(aerospike_vector_search_heartbeats_sent,job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "sort": 0, + "type": "query" }, { "current": {}, @@ -1937,21 +3531,21 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, - "definition": "label_values(aerospike_proximus_heartbeats_sent{job=\"$job_name\"},cluster_name)", + "definition": "label_values(aerospike_vector_search_heartbeats_sent{job=\"$job_name\"},cluster_name)", "hide": 0, "includeAll": false, - "label": "Cluster", + "label": "Cluster Name", "multi": false, "name": "cluster", "options": [], "query": { - "query": "label_values(aerospike_proximus_heartbeats_sent{job=\"$job_name\"},cluster_name)", + "query": "label_values(aerospike_vector_search_heartbeats_sent{job=\"$job_name\"},cluster_name)", "refId": "StandardVariableQuery" }, - "refresh": 2, + "refresh": 1, "regex": "", "skipUrlSync": false, - "sort": 1, + "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", @@ -1963,25 +3557,22 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, - "definition": "label_values(aerospike_proximus_heartbeats_sent{job=\"$job_name\", cluster_name=~\"$cluster|$^\"},instance)", + "definition": "label_values(aerospike_vector_search_heartbeats_sent{job=\"$job_name\", cluster_name=~\"$cluster|$^\"},instance)", "hide": 0, - "includeAll": true, + "includeAll": false, "label": "instance", - "multi": true, + "multi": false, "name": "instance", "options": [], "query": { - "query": "label_values(aerospike_proximus_heartbeats_sent{job=\"$job_name\", cluster_name=~\"$cluster|$^\"},instance)", + "query": "label_values(aerospike_vector_search_heartbeats_sent{job=\"$job_name\", cluster_name=~\"$cluster|$^\"},instance)", "refId": "StandardVariableQuery" }, - "refresh": 2, + "refresh": 1, "regex": "", "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "sort": 0, + "type": "query" }, { "current": {}, @@ -1989,60 +3580,33 @@ "type": "prometheus", "uid": "${DS_AEROSPIKE_PROMETHEUS}" }, - "definition": "label_values(aerospike_proximus_requests,index)", + "definition": "label_values(aerospike_vector_search_requests{ job=\"$job_name\", cluster_name=~\"$cluster|$^\"},index)", "hide": 0, - "includeAll": true, - "label": "index", - "multi": true, + "includeAll": false, + "label": "Index", + "multi": false, "name": "index", "options": [], "query": { - "query": "label_values(aerospike_proximus_requests,index)", + "query": "label_values(aerospike_vector_search_requests{ job=\"$job_name\", cluster_name=~\"$cluster|$^\"},index)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "sort": 0, + "type": "query" } ] }, "time": { - "from": "now-30m", + "from": "now-3h", "to": "now" }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], - "time_options": [ - "5m", - "15m", - "1h", - "6h", - "12h", - "24h", - "2d", - "7d", - "30d" - ] - }, + "timepicker": {}, "timezone": "", "title": "Aerospike Vector Search", - "uid": "fzUPYeJIk", - "version": 60, + "uid": "d2ccf9f6-af9b-4ba1-a4d1-42ccfddfa785", + "version": 8, "weekStart": "" } \ No newline at end of file