// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "typeVersion": [ // 0, // 0 // ], // "custom": { // "azureColumnTypes": [ // "datetime", // "string", // "real" // ] // } // } // Name: // Dimensions: 3 Fields by 3 Rows // +---------------------------------+-----------------+------------------------+ // | Name: TimeGenerated | Name: Computer | Name: avg_CounterValue | // | Labels: | Labels: | Labels: | // | Type: []*time.Time | Type: []*string | Type: []*float64 | // +---------------------------------+-----------------+------------------------+ // | 2020-04-19 19:16:06.5 +0000 UTC | grafana-vm | 1.1 | // | 2020-04-19 19:16:16.5 +0000 UTC | grafana-vm | 2.2 | // | 2020-04-19 19:16:26.5 +0000 UTC | grafana-vm | 3.3 | // +---------------------------------+-----------------+------------------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 { "status": 200, "frames": [ { "schema": { "meta": { "typeVersion": [ 0, 0 ], "custom": { "azureColumnTypes": [ "datetime", "string", "real" ] } }, "fields": [ { "name": "TimeGenerated", "type": "time", "typeInfo": { "frame": "time.Time", "nullable": true } }, { "name": "Computer", "type": "string", "typeInfo": { "frame": "string", "nullable": true } }, { "name": "avg_CounterValue", "type": "number", "typeInfo": { "frame": "float64", "nullable": true } } ] }, "data": { "values": [ [ 1587323766500, 1587323776500, 1587323786500 ], [ "grafana-vm", "grafana-vm", "grafana-vm" ], [ 1.1, 2.2, 3.3 ] ] } } ] }