// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "type": "timeseries-wide", // "typeVersion": [ // 0, // 1 // ], // "executedQueryString": "SELECT UNIX_TIMESTAMP(\"time\") DIV 300 * 300 AS \"time\",c,avg(v) AS \"v\" FROM tbl GROUP BY 1,2 ORDER BY 1,2" // } // Name: // Dimensions: 3 Fields by 7 Rows // +-------------------------------+------------------+------------------+ // | Name: Time | Name: v | Name: v | // | Labels: | Labels: c=a | Labels: c=b | // | Type: []time.Time | Type: []*float64 | Type: []*float64 | // +-------------------------------+------------------+------------------+ // | 2023-12-24 14:15:00 +0000 UTC | 27 | 27 | // | 2023-12-24 14:20:00 +0000 UTC | 15 | 115 | // | 2023-12-24 14:25:00 +0000 UTC | 27 | 27 | // | 2023-12-24 14:30:00 +0000 UTC | 27 | 27 | // | 2023-12-24 14:35:00 +0000 UTC | 50 | 150 | // | 2023-12-24 14:40:00 +0000 UTC | 27 | 27 | // | 2023-12-24 14:45:00 +0000 UTC | 27 | 27 | // +-------------------------------+------------------+------------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 { "status": 200, "frames": [ { "schema": { "meta": { "type": "timeseries-wide", "typeVersion": [ 0, 1 ], "executedQueryString": "SELECT UNIX_TIMESTAMP(\"time\") DIV 300 * 300 AS \"time\",c,avg(v) AS \"v\" FROM tbl GROUP BY 1,2 ORDER BY 1,2" }, "fields": [ { "name": "Time", "type": "time", "typeInfo": { "frame": "time.Time" } }, { "name": "v", "type": "number", "typeInfo": { "frame": "float64", "nullable": true }, "labels": { "c": "a" } }, { "name": "v", "type": "number", "typeInfo": { "frame": "float64", "nullable": true }, "labels": { "c": "b" } } ] }, "data": { "values": [ [ 1703427300000, 1703427600000, 1703427900000, 1703428200000, 1703428500000, 1703428800000, 1703429100000 ], [ 27, 15, 27, 27, 50, 27, 27 ], [ 27, 115, 27, 27, 150, 27, 27 ] ] } } ] }