// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "typeVersion": [ // 0, // 0 // ], // "preferredVisualisationType": "table", // "executedQueryString": "Test raw query" // } // Name: cpu // Dimensions: 2 Fields by 3 Rows // +-----------------------------------+------------------+ // | Name: Time | Name: mean | // | Labels: | Labels: | // | Type: []time.Time | Type: []*float64 | // +-----------------------------------+------------------+ // | 1970-01-01 00:00:00.1 +0000 UTC | null | // | 1970-01-01 00:00:00.101 +0000 UTC | null | // | 1970-01-01 00:00:00.102 +0000 UTC | 52 | // +-----------------------------------+------------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 { "status": 200, "frames": [ { "schema": { "name": "cpu", "meta": { "typeVersion": [ 0, 0 ], "preferredVisualisationType": "table", "executedQueryString": "Test raw query" }, "fields": [ { "name": "Time", "type": "time", "typeInfo": { "frame": "time.Time" } }, { "name": "mean", "type": "number", "typeInfo": { "frame": "float64", "nullable": true }, "config": { "displayNameFromDS": "mean" } } ] }, "data": { "values": [ [ 100, 101, 102 ], [ null, null, 52 ] ] } } ] }