Skip to content

Commit

Permalink
updated dashboard without indexer writes colum
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Jul 26, 2023
1 parent fe60b59 commit 210962c
Showing 1 changed file with 4 additions and 170 deletions.
174 changes: 4 additions & 170 deletions website/docs/assets/dashboards/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
],
"thresholds": [],
"timeRegions": [],
"title": "Datastore Writes Request",
"title": "Datastore Write Request Rate",
"tooltip": {
"shared": true,
"sort": 0,
Expand All @@ -914,9 +914,11 @@
},
"yaxes": [
{
"$$hashKey": "object:384",
"format": "short"
},
{
"$$hashKey": "object:385",
"format": "short"
}
],
Expand Down Expand Up @@ -1009,174 +1011,6 @@
"yaxis": {
"align": true
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 5,
"w": 12,
"x": 0,
"y": 33
},
"hiddenSeries": false,
"id": 18,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "9.5.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "code",
"expr": "sum(irate(indexer_latency_seconds_count[1m])) by (action)",
"legendFormat": "{{action}}",
"range": true,
"refId": "A"
}
],
"thresholds": [],
"timeRegions": [],
"title": "Indexer Read Request",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"format": "short"
},
{
"format": "short"
}
],
"yaxis": {
"align": true
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 5,
"w": 12,
"x": 12,
"y": 33
},
"hiddenSeries": false,
"id": 15,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "9.5.2",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "P1809F7CD0C75ACF3"
},
"editorMode": "code",
"expr": "sum(rate(indexer_latency_seconds_sum{status=\"success\"}[1m])) / sum(rate(indexer_latency_seconds_count{status=\"success\"}[1m]))\n",
"legendFormat": "success",
"range": true,
"refId": "A"
}
],
"thresholds": [],
"timeRegions": [],
"title": "Indexer Read Requests Duration",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:725",
"format": "s",
"label": "Latency",
"show": true
},
{
"$$hashKey": "object:726",
"format": "short"
}
],
"yaxis": {
"align": true
}
}
],
"refresh": "5s",
Expand All @@ -1194,6 +1028,6 @@
"timezone": "",
"title": "Explorer",
"uid": "Lp7_c9UVk",
"version": 13,
"version": 14,
"weekStart": ""
}

0 comments on commit 210962c

Please sign in to comment.