// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "typeVersion": [ // 0, // 0 // ], // "preferredVisualisationType": "table", // "executedQueryString": "Test raw query" // } // Name: cpu // Dimensions: 1 Fields by 9 Rows // +------------------+ // | Name: count | // | Labels: | // | Type: []*float64 | // +------------------+ // | 1 | // | 1 | // | 1 | // | 1 | // | 1 | // | 1 | // | 1 | // | 1 | // | 1 | // +------------------+ // // // 🌟 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": "count", "type": "number", "typeInfo": { "frame": "float64", "nullable": true }, "config": { "displayNameFromDS": "count" } } ] }, "data": { "values": [ [ 1, 1, 1, 1, 1, 1, 1, 1, 1 ] ] } } ] }