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": {
|
||||
"list": [
|
||||
{
|
||||
|
@ -15,8 +51,8 @@
|
|||
"editable": true,
|
||||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": 8,
|
||||
"iteration": 1539371418827,
|
||||
"id": null,
|
||||
"iteration": 1539373533704,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -27,7 +63,7 @@
|
|||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"datasource": "Influxdb",
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"decimals": 0,
|
||||
"esMetric": "Count",
|
||||
"gridPos": {
|
||||
|
@ -111,7 +147,7 @@
|
|||
},
|
||||
{
|
||||
"columns": [],
|
||||
"datasource": null,
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"fontSize": "100%",
|
||||
"gridPos": {
|
||||
"h": 13,
|
||||
|
@ -228,6 +264,7 @@
|
|||
"type": "table"
|
||||
}
|
||||
],
|
||||
"refresh": "30s",
|
||||
"schemaVersion": 16,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
|
@ -235,9 +272,8 @@
|
|||
"list": [
|
||||
{
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "Influxdb",
|
||||
"value": "Influxdb"
|
||||
"text": "default",
|
||||
"value": "default"
|
||||
},
|
||||
"hide": 0,
|
||||
"label": null,
|
||||
|
@ -250,12 +286,8 @@
|
|||
},
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {
|
||||
"tags": [],
|
||||
"text": "kube1",
|
||||
"value": "kube1"
|
||||
},
|
||||
"datasource": "Influxdb",
|
||||
"current": {},
|
||||
"datasource": "${DS_INFLUXDB}",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": null,
|
||||
|
@ -306,5 +338,5 @@
|
|||
"timezone": "",
|
||||
"title": "GeoMap",
|
||||
"uid": "IYo4xyJmz",
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue