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 @@ -157,11 +157,9 @@
},
"includeByName": {},
"indexByName": {
"_time": 7,
"area": 6,
"geography": 1,
"host": 0,
"product_full_name": 2,
"area": 1,
"geography": 2,
"region": 3,
"site": 4,
"type": 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1035,14 +1035,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: \"area\")",
"description": "top-most level (e.g., Europe)",
"includeAll": true,
"label": "Geography",
"label": "Area",
"multi": true,
"name": "geography",
"name": "area",
"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: \"area\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -1059,15 +1060,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"description": "",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")",
"description": "sub division of Area (e.g., Sweden)",
"includeAll": true,
"label": "Region",
"label": "Geography",
"multi": true,
"name": "region",
"name": "geography",
"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: \"geography\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -1084,15 +1085,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")",
"description": "",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"description": "Subdivision of Geography (e.g., Stockholm)",
"includeAll": true,
"label": "Area",
"label": "Region",
"multi": true,
"name": "area",
"name": "region",
"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: \"region\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -1110,7 +1111,7 @@
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")",
"description": "",
"description": "bottom-most level (e.g., Friends Arena)",
"includeAll": true,
"label": "Site",
"multi": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -914,14 +914,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: \"area\")",
"description": "top-most level (e.g., Europe)",
"includeAll": true,
"label": "Geography",
"label": "Area",
"multi": true,
"name": "geography",
"name": "area",
"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: \"area\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -938,15 +939,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"description": "",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"geography\")",
"description": "sub division of Area (e.g., Sweden)",
"includeAll": true,
"label": "Region",
"label": "Geography",
"multi": true,
"name": "region",
"name": "geography",
"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: \"geography\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -963,15 +964,15 @@
"type": "influxdb",
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"area\")",
"description": "",
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"region\")",
"description": "Subdivision of Geography (e.g., Stockholm)",
"includeAll": true,
"label": "Area",
"label": "Region",
"multi": true,
"name": "area",
"name": "region",
"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: \"region\")"
},
"refresh": 1,
"regex": "",
Expand All @@ -989,7 +990,7 @@
"uid": "${datasource}"
},
"definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(bucket: \"${bucket}\", tag: \"site\")",
"description": "",
"description": "bottom-most level (e.g., Friends Arena)",
"includeAll": true,
"label": "Site",
"multi": true,
Expand Down