Skip to content

Commit 953c413

Browse files
rename rpc datasource to http
1 parent 160039b commit 953c413

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

grafana/provisioning/dashboards/aligned/aggregation_mode_gateway.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
{
331331
"datasource": {
332332
"type": "yesoreyeram-infinity-datasource",
333-
"uid": "rpc"
333+
"uid": "http"
334334
},
335335
"fieldConfig": {
336336
"defaults": {
@@ -397,7 +397,7 @@
397397
"columns": [],
398398
"datasource": {
399399
"type": "yesoreyeram-infinity-datasource",
400-
"uid": "rpc"
400+
"uid": "http"
401401
},
402402
"filters": [],
403403
"format": "table",

grafana/provisioning/datasources/datasource.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ datasources:
4545

4646
# Note: We use this data source for health check calls. The one above is not useful for non-Ethereum calls
4747
# because the RPC URL is prepended to the one indicated in the panel.
48-
- name: "RPC"
48+
- name: "HTTP"
4949
type: "yesoreyeram-infinity-datasource"
50-
uid: "rpc"
50+
uid: "http"
5151
access: "proxy"
5252
url: ""
5353
isDefault: false

0 commit comments

Comments
 (0)