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

Commit

Permalink
json update
Browse files Browse the repository at this point in the history
  • Loading branch information
phit committed Mar 6, 2017
1 parent 2de7868 commit be8ffc0
Showing 1 changed file with 44 additions and 8 deletions.
52 changes: 44 additions & 8 deletions minecraft-grafana.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
{
"__inputs": [
{
"name": "DS_HOST",
"label": "prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "4.1.2"
},
{
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
},
{
"type": "datasource",
"id": "prometheus",
"name": "Prometheus",
"version": "1.0.0"
},
{
"type": "panel",
"id": "singlestat",
"name": "Singlestat",
"version": ""
}
],
"annotations": {
"list": []
},
Expand All @@ -17,7 +53,7 @@
{
"aliasColors": {},
"bars": false,
"datasource": "Local",
"datasource": "${DS_HOST}",
"fill": 1,
"id": 1,
"legend": {
Expand Down Expand Up @@ -95,7 +131,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "Local",
"datasource": "${DS_HOST}",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -166,7 +202,7 @@
{
"aliasColors": {},
"bars": false,
"datasource": "Local",
"datasource": "${DS_HOST}",
"fill": 1,
"id": 7,
"legend": {
Expand Down Expand Up @@ -244,7 +280,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "Local",
"datasource": "${DS_HOST}",
"decimals": null,
"format": "bytes",
"gauge": {
Expand Down Expand Up @@ -327,7 +363,7 @@
{
"aliasColors": {},
"bars": false,
"datasource": "Local",
"datasource": "${DS_HOST}",
"fill": 1,
"id": 9,
"legend": {
Expand Down Expand Up @@ -411,7 +447,7 @@
{
"aliasColors": {},
"bars": false,
"datasource": "Local",
"datasource": "${DS_HOST}",
"fill": 1,
"id": 3,
"legend": {
Expand Down Expand Up @@ -495,9 +531,9 @@
{
"aliasColors": {},
"bars": false,
"datasource": "Local",
"datasource": "${DS_HOST}",
"fill": 1,
"id": 4,
"id": null,
"legend": {
"avg": false,
"current": false,
Expand Down

0 comments on commit be8ffc0

Please sign in to comment.