// ๐ŸŒŸ This was machine generated. Do not edit. ๐ŸŒŸ // // Frame[0] { // "typeVersion": [ // 0, // 0 // ], // "preferredVisualisationType": "table" // } // Name: traces // Dimensions: 4 Fields by 1 Rows // +----------------+------------------------------+--------------------------------------+----------------+ // | Name: traceID | Name: traceName | Name: startTime | Name: duration | // | Labels: | Labels: | Labels: | Labels: | // | Type: []string | Type: []string | Type: []time.Time | Type: []int64 | // +----------------+------------------------------+--------------------------------------+----------------+ // | test-trace-id | test-service: test-operation | 2020-11-20 12:04:54.680409 +0000 GMT | 1000 | // +----------------+------------------------------+--------------------------------------+----------------+ // // // ๐ŸŒŸ This was machine generated. Do not edit. ๐ŸŒŸ { "status": 200, "frames": [ { "schema": { "name": "traces", "meta": { "typeVersion": [ 0, 0 ], "preferredVisualisationType": "table" }, "fields": [ { "name": "traceID", "type": "string", "typeInfo": { "frame": "string" }, "config": { "displayName": "Trace ID", "links": [ { "title": "Trace: ${__value.raw}", "internal": { "query": { "query": "${__value.raw}" }, "datasourceUid": "test-uid", "datasourceName": "test-name" } } ] } }, { "name": "traceName", "type": "string", "typeInfo": { "frame": "string" }, "config": { "displayName": "Trace name" } }, { "name": "startTime", "type": "time", "typeInfo": { "frame": "time.Time" }, "config": { "displayName": "Start time" } }, { "name": "duration", "type": "number", "typeInfo": { "frame": "int64" }, "config": { "displayName": "Duration", "unit": "ยตs" } } ] }, "data": { "values": [ [ "test-trace-id" ], [ "test-service: test-operation" ], [ 1605873894680 ], [ 1000 ] ], "nanos": [ null, null, [ 409000 ], null ] } } ] }