Skip to content

Commit

Permalink
chore: grafana view for metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNicolau committed Oct 22, 2024
1 parent 96f2ace commit 3469101
Showing 1 changed file with 106 additions and 6 deletions.
112 changes: 106 additions & 6 deletions grafana/provisioning/dashboards/aligned/aggregator_batcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"h": 7,
"w": 10,
"x": 0,
"y": 34
"y": 20
},
"id": 9,
"options": {
Expand Down Expand Up @@ -910,7 +910,7 @@
"h": 7,
"w": 10,
"x": 10,
"y": 34
"y": 20
},
"id": 1,
"options": {
Expand Down Expand Up @@ -974,7 +974,7 @@
"h": 7,
"w": 5,
"x": 0,
"y": 41
"y": 27
},
"id": 8,
"options": {
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"h": 7,
"w": 5,
"x": 5,
"y": 41
"y": 27
},
"id": 7,
"options": {
Expand Down Expand Up @@ -1083,6 +1083,106 @@
"title": "Tasks Received",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"description": "Number of times gas price was bumped while sending an aggregated response.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"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
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 10,
"x": 10,
"y": 27
},
"id": 20,
"interval": "36",
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "prometheus"
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "aligned_respond_to_task_gas_price_bumped",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "Bumped gas price for aggregated responses",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
Expand All @@ -1109,7 +1209,7 @@
"h": 7,
"w": 5,
"x": 0,
"y": 48
"y": 34
},
"id": 2,
"options": {
Expand Down Expand Up @@ -1179,7 +1279,7 @@
"h": 7,
"w": 5,
"x": 5,
"y": 48
"y": 34
},
"id": 5,
"options": {
Expand Down

0 comments on commit 3469101

Please sign in to comment.