wispem-wantex c09a2fe1fb
Some checks failed
CI / build-docker (push) Successful in 6s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Failing after 2m38s
tmp: grafana stuff
2026-02-22 21:45:05 -08:00

25 lines
624 B
JSON

{
"panels": [
{
"type": "timeseries",
"title": "My Panel",
"datasource": { "type": "frser-sqlite-datasource", "uid": "SQLite" },
"targets": [
{
"query": "SELECT time, value+1 FROM points",
"queryText": "SELECT time, value+2 FROM points",
"rawQueryText": "SELECT time, value-7 FROM points",
"queryType": "table",
"format": "time_series",
"timeColumns": ["time", "ts"]
}
],
"gridPos": { "x": 0, "y": 0, "w": 12, "h": 8 }
}
],
"schemaVersion": 41,
"title": "Main",
"uid": "main",
"version": 1
}