Skip to content

Commit fd118ba

Browse files
committed
feat(grafana): fix api dashboards
1 parent 66f1ea9 commit fd118ba

File tree

44 files changed

+36142
-35577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+36142
-35577
lines changed

docker/dev-host/grafana/dashboards/api.json

Lines changed: 1258 additions & 1170 deletions
Large diffs are not rendered by default.

docker/dev-host/grafana/dashboards/cache.json

Lines changed: 1173 additions & 1175 deletions
Large diffs are not rendered by default.

docker/dev-host/grafana/dashboards/futures.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,8 @@
140140
"list": [
141141
{
142142
"current": {
143-
"text": [
144-
"All"
145-
],
146-
"value": [
147-
"$__all"
148-
]
143+
"text": ["All"],
144+
"value": ["$__all"]
149145
},
150146
"datasource": {
151147
"type": "grafana-clickhouse-datasource",
@@ -168,12 +164,8 @@
168164
},
169165
{
170166
"current": {
171-
"text": [
172-
"All"
173-
],
174-
"value": [
175-
"$__all"
176-
]
167+
"text": ["All"],
168+
"value": ["$__all"]
177169
},
178170
"datasource": {
179171
"type": "grafana-clickhouse-datasource",
@@ -193,6 +185,18 @@
193185
"refresh": 1,
194186
"regex": "",
195187
"type": "query"
188+
},
189+
{
190+
"current": {
191+
"text": "30",
192+
"value": "30"
193+
},
194+
"hide": 2,
195+
"label": "Metric Export Interval (seconds)",
196+
"name": "metric_interval",
197+
"query": "30",
198+
"skipUrlSync": true,
199+
"type": "constant"
196200
}
197201
]
198202
},
@@ -205,4 +209,4 @@
205209
"title": "Futures",
206210
"version": 0,
207211
"weekStart": ""
208-
}
212+
}

0 commit comments

Comments
 (0)