Skip to content

Commit d97ba44

Browse files
dashboards: undo hardcoded datasource
1 parent 062c16e commit d97ba44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/cardano-parts-project/flake/opentofu/grafana/dashboards/cardano-blockperf.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,7 @@
966966
},
967967
{
968968
"datasource": {
969-
"type": "prometheus",
970-
"uid": "mimir"
969+
"type": "prometheus"
971970
},
972971
"editorMode": "code",
973972
"expr": "round(increase((time() - cardano_node_metrics_node_start_time_int{instance=~\"$instances\"} < bool 300)[1h:]))",
@@ -1254,4 +1253,4 @@
12541253
"title": "Cardano Node: Block Performance",
12551254
"uid": "ddvq1aojpkikgd",
12561255
"version": 5
1257-
}
1256+
}

0 commit comments

Comments
 (0)