Skip to content

Commit 2f7f714

Browse files
authored
feat: validator dashboard template (hyperlane-xyz#4097)
### Description Replaces the old (and probably deprecated) validator dashboard template with a new one that shows metrics that can be alerted on: ![Screenshot 2024-07-04 at 14 25 53](https://github.com/hyperlane-xyz/hyperlane-monorepo/assets/23065004/08ba370d-154a-4c45-91f7-2f6c9167f5a9) ### Drive-by changes Uses the "External Sharing" grafana feature to generate a json that removes AW-specific data from the relayer template
1 parent a5e5f70 commit 2f7f714

3 files changed

+491
-1371
lines changed

tools/grafana/easy-relayer-dashboard-external.json tools/grafana/easy-relayer-dashboard-template.json

+40-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
{
2+
"__inputs": [
3+
{
4+
"name": "DS_GRAFANACLOUD-ABACUSWORKS-PROM",
5+
"label": "grafanacloud-abacusworks-prom",
6+
"description": "",
7+
"type": "datasource",
8+
"pluginId": "prometheus",
9+
"pluginName": "Prometheus"
10+
}
11+
],
12+
"__elements": {},
13+
"__requires": [
14+
{
15+
"type": "grafana",
16+
"id": "grafana",
17+
"name": "Grafana",
18+
"version": "11.2.0-72576"
19+
},
20+
{
21+
"type": "datasource",
22+
"id": "prometheus",
23+
"name": "Prometheus",
24+
"version": "1.0.0"
25+
},
26+
{
27+
"type": "panel",
28+
"id": "timeseries",
29+
"name": "Time series",
30+
"version": ""
31+
}
32+
],
233
"annotations": {
334
"list": [
435
{
@@ -18,13 +49,13 @@
1849
"editable": true,
1950
"fiscalYearStartMonth": 0,
2051
"graphTooltip": 0,
21-
"id": 66,
52+
"id": null,
2253
"links": [],
2354
"panels": [
2455
{
2556
"datasource": {
2657
"type": "prometheus",
27-
"uid": "grafanacloud-prom"
58+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
2859
},
2960
"description": "There shouldn't be abrupt changes, especially for a specific pair",
3061
"fieldConfig": {
@@ -105,7 +136,7 @@
105136
{
106137
"datasource": {
107138
"type": "prometheus",
108-
"uid": "grafanacloud-prom"
139+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
109140
},
110141
"editorMode": "code",
111142
"expr": "sum by (origin,remote)(round(increase(hyperlane_messages_processed_count[5m])))",
@@ -122,7 +153,7 @@
122153
{
123154
"datasource": {
124155
"type": "prometheus",
125-
"uid": "grafanacloud-prom"
156+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
126157
},
127158
"fieldConfig": {
128159
"defaults": {
@@ -202,7 +233,7 @@
202233
{
203234
"datasource": {
204235
"type": "prometheus",
205-
"uid": "grafanacloud-prom"
236+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
206237
},
207238
"editorMode": "code",
208239
"expr": "sum by (remote, queue_name)(\n hyperlane_submitter_queue_length{queue_name=\"prepare_queue\"}\n)",
@@ -218,7 +249,7 @@
218249
{
219250
"datasource": {
220251
"type": "prometheus",
221-
"uid": "grafanacloud-prom"
252+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
222253
},
223254
"fieldConfig": {
224255
"defaults": {
@@ -298,7 +329,7 @@
298329
{
299330
"datasource": {
300331
"type": "prometheus",
301-
"uid": "grafanacloud-prom"
332+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
302333
},
303334
"disableTextWrap": false,
304335
"editorMode": "code",
@@ -318,7 +349,7 @@
318349
{
319350
"datasource": {
320351
"type": "prometheus",
321-
"uid": "grafanacloud-prom"
352+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
322353
},
323354
"fieldConfig": {
324355
"defaults": {
@@ -398,7 +429,7 @@
398429
{
399430
"datasource": {
400431
"type": "prometheus",
401-
"uid": "grafanacloud-prom"
432+
"uid": "${DS_GRAFANACLOUD-ABACUSWORKS-PROM}"
402433
},
403434
"disableTextWrap": false,
404435
"editorMode": "code",
@@ -426,7 +457,6 @@
426457
"from": "now-7d",
427458
"to": "now"
428459
},
429-
"timeRangeUpdatedDuringEditOrView": false,
430460
"timepicker": {},
431461
"timezone": "browser",
432462
"title": "Easy Dashboard (External Sharing Template)",

0 commit comments

Comments
 (0)