influxdb/canned/influxdb_database.json

29 lines
663 B
JSON
Raw Normal View History

2016-11-11 01:06:08 +00:00
{
2016-11-11 21:15:28 +00:00
"id": "543aa120-14ba-46a2-8ef9-6e6c7be3d600",
2016-11-11 01:06:08 +00:00
"measurement": "influxdb_database",
"app": "influxdb",
"autoflow": true,
2016-11-11 01:06:08 +00:00
"cells": [
{
"x": 0,
"y": 0,
"w": 4,
"h": 4,
"i": "ebc3e2df-640f-4344-b493-d5aae873b6d3",
"name": "InfluxDB - Cardinality",
"queries": [
{
"query": "SELECT max(\"numMeasurements\") AS \"measurements\" FROM \"influxdb_database\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
},
{
"query": "SELECT max(\"numSeries\") AS \"series\" FROM \"influxdb_database\"",
"groupbys": [],
2016-11-11 01:06:08 +00:00
"wheres": []
}
]
}
]
}