chore(grafana): make instance selector single-value (#3805)

This commit is contained in:
Alexey Shekhirin
2023-07-20 03:10:41 +02:00
committed by GitHub
parent 815cac7dd8
commit 39cd0e071e

View File

@ -27,7 +27,7 @@
"type": "grafana", "type": "grafana",
"id": "grafana", "id": "grafana",
"name": "Grafana", "name": "Grafana",
"version": "9.5.3" "version": "10.0.2"
}, },
{ {
"type": "panel", "type": "panel",
@ -100,7 +100,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Overview ($instance)", "title": "Overview",
"type": "row" "type": "row"
}, },
{ {
@ -159,7 +159,7 @@
"showThresholdLabels": false, "showThresholdLabels": false,
"showThresholdMarkers": true "showThresholdMarkers": true
}, },
"pluginVersion": "9.5.3", "pluginVersion": "10.0.2",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
@ -226,7 +226,7 @@
"showUnfilled": true, "showUnfilled": true,
"valueMode": "color" "valueMode": "color"
}, },
"pluginVersion": "9.5.3", "pluginVersion": "10.0.2",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
@ -441,7 +441,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Database ($instance)", "title": "Database",
"type": "row" "type": "row"
}, },
{ {
@ -609,7 +609,7 @@
"unit": "percentunit" "unit": "percentunit"
} }
}, },
"pluginVersion": "9.5.3", "pluginVersion": "10.0.2",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
@ -1006,7 +1006,7 @@
}, },
"showHeader": true "showHeader": true
}, },
"pluginVersion": "9.5.3", "pluginVersion": "10.0.2",
"targets": [ "targets": [
{ {
"datasource": { "datasource": {
@ -1038,7 +1038,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Stage: Execution ($instance)", "title": "Stage: Execution",
"type": "row" "type": "row"
}, },
{ {
@ -1179,7 +1179,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Networking ($instance)", "title": "Networking",
"type": "row" "type": "row"
}, },
{ {
@ -1705,7 +1705,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Downloader: Headers ($instance)", "title": "Downloader: Headers",
"type": "row" "type": "row"
}, },
{ {
@ -2097,7 +2097,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Downloader: Bodies ($instance)", "title": "Downloader: Bodies",
"type": "row" "type": "row"
}, },
{ {
@ -2792,7 +2792,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Transaction Pool ($instance)", "title": "Transaction Pool",
"type": "row" "type": "row"
}, },
{ {
@ -3428,7 +3428,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Blockchain Tree ($instance)", "title": "Blockchain Tree",
"type": "row" "type": "row"
}, },
{ {
@ -3725,7 +3725,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Engine API ($instance)", "title": "Engine API",
"type": "row" "type": "row"
}, },
{ {
@ -4031,7 +4031,7 @@
"panels": [], "panels": [],
"repeat": "instance", "repeat": "instance",
"repeatDirection": "h", "repeatDirection": "h",
"title": "Payload Builder ($instance)", "title": "Payload Builder",
"type": "row" "type": "row"
}, },
{ {
@ -4786,8 +4786,8 @@
}, },
"definition": "query_result(up)", "definition": "query_result(up)",
"hide": 0, "hide": 0,
"includeAll": true, "includeAll": false,
"multi": true, "multi": false,
"name": "instance", "name": "instance",
"options": [], "options": [],
"query": { "query": {
@ -4810,6 +4810,6 @@
"timezone": "", "timezone": "",
"title": "reth", "title": "reth",
"uid": "2k8BXz24x", "uid": "2k8BXz24x",
"version": 2, "version": 3,
"weekStart": "" "weekStart": ""
} }