Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit be8ffc0

Browse files
author
phit
committed
json update
1 parent 2de7868 commit be8ffc0

File tree

1 file changed

+44
-8
lines changed

1 file changed

+44
-8
lines changed

minecraft-grafana.json

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
{
2+
"__inputs": [
3+
{
4+
"name": "DS_HOST",
5+
"label": "prometheus",
6+
"description": "",
7+
"type": "datasource",
8+
"pluginId": "prometheus",
9+
"pluginName": "Prometheus"
10+
}
11+
],
12+
"__requires": [
13+
{
14+
"type": "grafana",
15+
"id": "grafana",
16+
"name": "Grafana",
17+
"version": "4.1.2"
18+
},
19+
{
20+
"type": "panel",
21+
"id": "graph",
22+
"name": "Graph",
23+
"version": ""
24+
},
25+
{
26+
"type": "datasource",
27+
"id": "prometheus",
28+
"name": "Prometheus",
29+
"version": "1.0.0"
30+
},
31+
{
32+
"type": "panel",
33+
"id": "singlestat",
34+
"name": "Singlestat",
35+
"version": ""
36+
}
37+
],
238
"annotations": {
339
"list": []
440
},
@@ -17,7 +53,7 @@
1753
{
1854
"aliasColors": {},
1955
"bars": false,
20-
"datasource": "Local",
56+
"datasource": "${DS_HOST}",
2157
"fill": 1,
2258
"id": 1,
2359
"legend": {
@@ -95,7 +131,7 @@
95131
"rgba(237, 129, 40, 0.89)",
96132
"rgba(50, 172, 45, 0.97)"
97133
],
98-
"datasource": "Local",
134+
"datasource": "${DS_HOST}",
99135
"format": "none",
100136
"gauge": {
101137
"maxValue": 100,
@@ -166,7 +202,7 @@
166202
{
167203
"aliasColors": {},
168204
"bars": false,
169-
"datasource": "Local",
205+
"datasource": "${DS_HOST}",
170206
"fill": 1,
171207
"id": 7,
172208
"legend": {
@@ -244,7 +280,7 @@
244280
"rgba(237, 129, 40, 0.89)",
245281
"rgba(245, 54, 54, 0.9)"
246282
],
247-
"datasource": "Local",
283+
"datasource": "${DS_HOST}",
248284
"decimals": null,
249285
"format": "bytes",
250286
"gauge": {
@@ -327,7 +363,7 @@
327363
{
328364
"aliasColors": {},
329365
"bars": false,
330-
"datasource": "Local",
366+
"datasource": "${DS_HOST}",
331367
"fill": 1,
332368
"id": 9,
333369
"legend": {
@@ -411,7 +447,7 @@
411447
{
412448
"aliasColors": {},
413449
"bars": false,
414-
"datasource": "Local",
450+
"datasource": "${DS_HOST}",
415451
"fill": 1,
416452
"id": 3,
417453
"legend": {
@@ -495,9 +531,9 @@
495531
{
496532
"aliasColors": {},
497533
"bars": false,
498-
"datasource": "Local",
534+
"datasource": "${DS_HOST}",
499535
"fill": 1,
500-
"id": 4,
536+
"id": null,
501537
"legend": {
502538
"avg": false,
503539
"current": false,

0 commit comments

Comments
 (0)