Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilvirus committed Jul 24, 2024
2 parents 96a2ec1 + cfd34b4 commit 2597f17
Show file tree
Hide file tree
Showing 2 changed files with 2,129 additions and 396 deletions.
199 changes: 184 additions & 15 deletions config/grafana/dashboards/graph/graph_service_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,68 @@
"title": "Operations Traversal (rate)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_AEROSPIKE_PROMETHEUS}"
},
"description": "",
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 6,
"x": 18,
"y": 15
},
"id": 96,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "center",
"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": "(aerospike_graph_service_usage{job=~\"$job_name\", instance=~\"$instance\"})",
"legendFormat": "{{instance}}",
"range": true,
"refId": "A"
}
],
"title": "Service Usage",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
Expand Down Expand Up @@ -1437,7 +1499,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1615,7 +1678,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1647,7 +1711,7 @@
},
"textMode": "auto"
},
"pluginVersion": "9.5.8",
"pluginVersion": "9.3.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1762,7 +1826,7 @@
"unit": "short"
}
},
"pluginVersion": "9.5.8",
"pluginVersion": "9.3.2",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1825,7 +1889,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -1918,7 +1983,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2011,7 +2077,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2105,7 +2172,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2199,7 +2267,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2293,7 +2362,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2399,7 +2469,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2505,7 +2576,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2599,7 +2671,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2705,7 +2778,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
},
Expand Down Expand Up @@ -2764,6 +2838,101 @@
],
"title": "Cache Miss",
"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": 30,
"gradientMode": "opacity",
"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
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 12,
"x": 0,
"y": 60
},
"id": 97,
"options": {
"legend": {
"calcs": [
"last",
"max",
"mean"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "9.5.8",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_AEROSPIKE_PROMETHEUS}"
},
"editorMode": "code",
"expr": "aerospike_graph_service_usage{job=~\"$job_name\", instance=~\"$instance\"}",
"legendFormat": " ",
"range": true,
"refId": "count"
}
],
"title": "Service Usage",
"type": "timeseries"
}
],
"refresh": "",
Expand Down Expand Up @@ -2873,6 +3042,6 @@
"timezone": "",
"title": "Aerospike Graph Service",
"uid": "mq18dahSk",
"version": 9,
"version": 1,
"weekStart": ""
}
Loading

0 comments on commit 2597f17

Please sign in to comment.