Add a laconicd Grafana dashboard to monitoring stack #799

Merged
ashwin merged 10 commits from deep-stack/stack-orchestrator:pm-laconicd-metrics into main 2024-04-11 07:59:37 +00:00
Showing only changes of commit 14388068bf - Show all commits

View File

@ -170,7 +170,7 @@
"editorMode": "code",
"expr": "tx_count",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -262,7 +262,7 @@
"editorMode": "code",
"expr": "tx_gas_used",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -354,7 +354,7 @@
"editorMode": "code",
"expr": "tx_successful",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -447,7 +447,7 @@
"editorMode": "code",
"expr": "tx_gas_wanted",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -539,7 +539,7 @@
"editorMode": "code",
"expr": "tx_failed",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -639,7 +639,7 @@
"editorMode": "code",
"expr": "tendermint_mempool_size",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
@ -731,13 +731,313 @@
"editorMode": "code",
"expr": "query_count",
"instant": false,
"legendFormat": "__auto",
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
],
"title": "query_count",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 0,
"y": 25
},
"id": 13,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "{__name__ =~ \"^_vulcanize_bond_v1beta1.*_count$\"}",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
],
"title": "bond_query_count",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": "_vulcanize_bond_v1beta1_Query_(.*?)_count",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 8,
"y": 25
},
"id": 14,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "{__name__ =~ \"^_vulcanize_auction_v1beta1.*_count$\"}",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
],
"title": "auction_query_count",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": "_vulcanize_auction_v1beta1_Query_(.*?)_count",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 16,
"y": 25
},
"id": 15,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "{__name__ =~ \"^_vulcanize_registry_v1beta1.*_count$\"}",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
],
"title": "registry_query_count",
"transformations": [
{
"id": "renameByRegex",
"options": {
"regex": "_vulcanize_registry_v1beta1_Query_(.*?)_count",
"renamePattern": "$1"
}
}
],
"type": "timeseries"
}
],
"refresh": "",
@ -756,6 +1056,6 @@
"timezone": "",
"title": "Laconicd",
"uid": "fc7ea92d-8846-474a-89ed-5256c514f8c6",
"version": 14,
"version": 21,
"weekStart": ""
}