// 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { // "type": "timeseries-multi", // "typeVersion": [ // 0, // 0 // ], // "executedQueryString": "Expr: query1" // } // Name: {level="error", location="moon"} // Dimensions: 2 Fields by 1 Rows // +-------------------------------+------------------------------------+ // | Name: Time | Name: Value | // | Labels: | Labels: level=error, location=moon | // | Type: []time.Time | Type: []float64 | // +-------------------------------+------------------------------------+ // | 2022-02-16 16:41:39 +0000 UTC | 23 | // +-------------------------------+------------------------------------+ // // // // Frame[1] { // "type": "timeseries-multi", // "typeVersion": [ // 0, // 0 // ], // "executedQueryString": "Expr: query1" // } // Name: {level="info", location="moon"} // Dimensions: 2 Fields by 1 Rows // +-------------------------------+-----------------------------------+ // | Name: Time | Name: Value | // | Labels: | Labels: level=info, location=moon | // | Type: []time.Time | Type: []float64 | // +-------------------------------+-----------------------------------+ // | 2022-02-16 16:41:39 +0000 UTC | 47 | // +-------------------------------+-----------------------------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 { "status": 200, "frames": [ { "schema": { "name": "{level=\"error\", location=\"moon\"}", "meta": { "type": "timeseries-multi", "typeVersion": [ 0, 0 ], "executedQueryString": "Expr: query1" }, "fields": [ { "name": "Time", "type": "time", "typeInfo": { "frame": "time.Time" } }, { "name": "Value", "type": "number", "typeInfo": { "frame": "float64" }, "labels": { "level": "error", "location": "moon" }, "config": { "displayNameFromDS": "{level=\"error\", location=\"moon\"}" } } ] }, "data": { "values": [ [ 1645029699000 ], [ 23 ] ] } }, { "schema": { "name": "{level=\"info\", location=\"moon\"}", "meta": { "type": "timeseries-multi", "typeVersion": [ 0, 0 ], "executedQueryString": "Expr: query1" }, "fields": [ { "name": "Time", "type": "time", "typeInfo": { "frame": "time.Time" } }, { "name": "Value", "type": "number", "typeInfo": { "frame": "float64" }, "labels": { "level": "info", "location": "moon" }, "config": { "displayNameFromDS": "{level=\"info\", location=\"moon\"}" } } ] }, "data": { "values": [ [ 1645029699000 ], [ 47 ] ] } } ] }