Added Grafana dashboard geomap.json file, new.
This commit is contained in:
parent
e6a6cb781a
commit
542779ba20
1 changed files with 46 additions and 14 deletions
60
geomap.json
60
geomap.json
|
@ -1,4 +1,40 @@
|
||||||
{
|
{
|
||||||
|
"__inputs": [
|
||||||
|
{
|
||||||
|
"name": "DS_INFLUXDB",
|
||||||
|
"label": "Influxdb",
|
||||||
|
"description": "",
|
||||||
|
"type": "datasource",
|
||||||
|
"pluginId": "influxdb",
|
||||||
|
"pluginName": "InfluxDB"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"__requires": [
|
||||||
|
{
|
||||||
|
"type": "grafana",
|
||||||
|
"id": "grafana",
|
||||||
|
"name": "Grafana",
|
||||||
|
"version": "5.2.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "grafana-worldmap-panel",
|
||||||
|
"name": "Worldmap Panel",
|
||||||
|
"version": "0.1.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "datasource",
|
||||||
|
"id": "influxdb",
|
||||||
|
"name": "InfluxDB",
|
||||||
|
"version": "5.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "panel",
|
||||||
|
"id": "table",
|
||||||
|
"name": "Table",
|
||||||
|
"version": "5.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
@ -15,8 +51,8 @@
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": 8,
|
"id": null,
|
||||||
"iteration": 1539371418827,
|
"iteration": 1539373533704,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
|
@ -27,7 +63,7 @@
|
||||||
"rgba(237, 129, 40, 0.89)",
|
"rgba(237, 129, 40, 0.89)",
|
||||||
"rgba(50, 172, 45, 0.97)"
|
"rgba(50, 172, 45, 0.97)"
|
||||||
],
|
],
|
||||||
"datasource": "Influxdb",
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"decimals": 0,
|
"decimals": 0,
|
||||||
"esMetric": "Count",
|
"esMetric": "Count",
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
|
@ -111,7 +147,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"columns": [],
|
"columns": [],
|
||||||
"datasource": null,
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"fontSize": "100%",
|
"fontSize": "100%",
|
||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 13,
|
"h": 13,
|
||||||
|
@ -228,6 +264,7 @@
|
||||||
"type": "table"
|
"type": "table"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"refresh": "30s",
|
||||||
"schemaVersion": 16,
|
"schemaVersion": 16,
|
||||||
"style": "dark",
|
"style": "dark",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
|
@ -235,9 +272,8 @@
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"selected": false,
|
"text": "default",
|
||||||
"text": "Influxdb",
|
"value": "default"
|
||||||
"value": "Influxdb"
|
|
||||||
},
|
},
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"label": null,
|
"label": null,
|
||||||
|
@ -250,12 +286,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allValue": null,
|
"allValue": null,
|
||||||
"current": {
|
"current": {},
|
||||||
"tags": [],
|
"datasource": "${DS_INFLUXDB}",
|
||||||
"text": "kube1",
|
|
||||||
"value": "kube1"
|
|
||||||
},
|
|
||||||
"datasource": "Influxdb",
|
|
||||||
"hide": 0,
|
"hide": 0,
|
||||||
"includeAll": false,
|
"includeAll": false,
|
||||||
"label": null,
|
"label": null,
|
||||||
|
@ -306,5 +338,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "GeoMap",
|
"title": "GeoMap",
|
||||||
"uid": "IYo4xyJmz",
|
"uid": "IYo4xyJmz",
|
||||||
"version": 5
|
"version": 6
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue