Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1077,13 +1077,13 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\nschema.tagValues(\n bucket: \"${bucket}\",\n tag: \"host\",\n)",
"definition": "import \"influxdata/influxdb/schema\"\nschema.tagValues(\n bucket: \"${bucket}\",\n tag: \"host\",\n start: 1970-01-01T00:00:00Z\n)",
"label": "Device",
"multi": true,
"name": "device",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\nschema.tagValues(\n bucket: \"${bucket}\",\n tag: \"host\",\n)"
"query": "import \"influxdata/influxdb/schema\"\nschema.tagValues(\n bucket: \"${bucket}\",\n tag: \"host\",\n start: 1970-01-01T00:00:00Z\n)"
},
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -1112,5 +1112,5 @@
"timezone": "browser",
"title": "Device Details",
"uid": "bekds38txl1j4c",
"version": 35
"version": 36
}
Original file line number Diff line number Diff line change
Expand Up @@ -1001,15 +1001,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\", start: 1970-01-01T00:00:00Z)",
"description": "All devices that are known in the schema",
"includeAll": true,
"label": "Device",
"multi": true,
"name": "device",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1026,15 +1026,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\", start: 1970-01-01T00:00:00Z)",
"description": "top-most level (e.g., Europe)",
"includeAll": true,
"label": "Area",
"multi": true,
"name": "area",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1051,15 +1051,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\", start: 1970-01-01T00:00:00Z)",
"description": "sub division of Area (e.g., Sweden)",
"includeAll": true,
"label": "Geography",
"multi": true,
"name": "geography",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1076,15 +1076,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\", start: 1970-01-01T00:00:00Z)",
"description": "Subdivision of Geography (e.g., Stockholm)",
"includeAll": true,
"label": "Region",
"multi": true,
"name": "region",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1101,15 +1101,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\", start: 1970-01-01T00:00:00Z)",
"description": "bottom-most level (e.g., Friends Arena)",
"includeAll": true,
"label": "Site",
"multi": true,
"name": "site",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1126,14 +1126,14 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\", start: 1970-01-01T00:00:00Z)",
"includeAll": true,
"label": "Type",
"multi": true,
"name": "type",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1158,15 +1158,15 @@
"text": "All",
"value": "$__all"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\", start: 1970-01-01T00:00:00Z)",
"description": "Model of the camera",
"includeAll": true,
"label": "Model Name",
"multi": true,
"name": "model",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -1194,5 +1194,5 @@
"timezone": "browser",
"title": "Overview of Devices",
"uid": "ceh7yyrnarj7kd",
"version": 31
"version": 32
}
Original file line number Diff line number Diff line change
Expand Up @@ -914,15 +914,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\", start: 1970-01-01T00:00:00Z)",
"description": "top-most level (e.g., Europe)",
"includeAll": true,
"label": "Area",
"multi": true,
"name": "area",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -939,15 +939,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\", start: 1970-01-01T00:00:00Z)",
"description": "sub division of Area (e.g., Sweden)",
"includeAll": true,
"label": "Geography",
"multi": true,
"name": "geography",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -964,15 +964,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\", start: 1970-01-01T00:00:00Z)",
"description": "Subdivision of Geography (e.g., Stockholm)",
"includeAll": true,
"label": "Region",
"multi": true,
"name": "region",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -989,15 +989,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\", start: 1970-01-01T00:00:00Z)",
"description": "bottom-most level (e.g., Friends Arena)",
"includeAll": true,
"label": "Site",
"multi": true,
"name": "site",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1014,14 +1014,14 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\", start: 1970-01-01T00:00:00Z)",
"includeAll": true,
"label": "Type",
"multi": true,
"name": "type",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"type\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand All @@ -1038,15 +1038,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\", start: 1970-01-01T00:00:00Z)",
"description": "",
"includeAll": true,
"label": "Device",
"multi": true,
"name": "device",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"${unique_identifier}\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -1076,14 +1076,14 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\")",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\", start: 1970-01-01T00:00:00Z)",
"includeAll": true,
"label": "Model Name",
"multi": true,
"name": "model",
"options": [],
"query": {
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\")"
"query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"product_full_name\", start: 1970-01-01T00:00:00Z)"
},
"refresh": 1,
"regex": "",
Expand Down Expand Up @@ -1159,5 +1159,5 @@
"timezone": "browser",
"title": "System Overview",
"uid": "dsdsadfg3t3t3",
"version": 27
"version": 28
}