mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON). Also included is squtil changes: SQL util - allow using the database scan type for converters
		
			
				
	
	
		
			139 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			139 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| //  🌟 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
 | |
|           ]
 | |
|         ]
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| } |