mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update SDK to v0.145.0 with TimeSeriesMulti Constant (#59729)
This commit is contained in:
@@ -330,7 +330,7 @@ func readString(iter *jsoniter.Iterator) *backend.DataResponse {
|
||||
|
||||
frame := data.NewFrame("", timeField, valueField)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: data.FrameTypeTimeSeriesMany,
|
||||
Type: data.FrameTypeTimeSeriesMulti,
|
||||
Custom: resultTypeToCustomMeta("string"),
|
||||
}
|
||||
|
||||
@@ -354,7 +354,7 @@ func readScalar(iter *jsoniter.Iterator) *backend.DataResponse {
|
||||
|
||||
frame := data.NewFrame("", timeField, valueField)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: data.FrameTypeTimeSeriesMany,
|
||||
Type: data.FrameTypeTimeSeriesMulti,
|
||||
Custom: resultTypeToCustomMeta("scalar"),
|
||||
}
|
||||
|
||||
@@ -544,7 +544,7 @@ func readMatrixOrVectorMulti(iter *jsoniter.Iterator, resultType string) *backen
|
||||
} else {
|
||||
frame := data.NewFrame("", timeField, valueField)
|
||||
frame.Meta = &data.FrameMeta{
|
||||
Type: data.FrameTypeTimeSeriesMany,
|
||||
Type: data.FrameTypeTimeSeriesMulti,
|
||||
Custom: resultTypeToCustomMeta(resultType),
|
||||
}
|
||||
rsp.Frames = append(rsp.Frames, frame)
|
||||
|
@@ -54,6 +54,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -54,6 +54,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -53,6 +53,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -53,6 +53,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -15,6 +15,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -15,6 +15,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -36,6 +36,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -36,6 +36,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -3047,6 +3047,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -3047,6 +3047,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -23,6 +23,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -23,6 +23,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// }
|
||||
@@ -21,7 +21,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// }
|
||||
@@ -41,11 +41,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
}
|
||||
@@ -90,7 +91,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
}
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 932 Rows
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,10 +21,11 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.712286008031362 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 932 Rows
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,10 +21,11 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.712286008031362 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -11,13 +11,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -25,13 +25,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -39,13 +39,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -53,13 +53,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -67,13 +67,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[5] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -81,13 +81,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[6] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -95,13 +95,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[7] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -109,13 +109,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[8] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -124,13 +124,13 @@
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 |
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[9] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -138,13 +138,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[10] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 426 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -162,13 +162,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[11] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -177,13 +177,13 @@
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[12] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 6 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -197,13 +197,13 @@
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 |
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[13] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 269 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -221,13 +221,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[14] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 303 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -245,13 +245,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[15] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 56 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -269,13 +269,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[16] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 41 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -293,13 +293,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[17] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 29 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -317,13 +317,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[18] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 38 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -341,13 +341,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[19] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 195 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -365,13 +365,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[20] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 261 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -389,13 +389,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[21] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 176 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -413,13 +413,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[22] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 255 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -437,13 +437,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[23] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 167 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -461,10 +461,11 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -11,13 +11,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -25,13 +25,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -39,13 +39,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -53,13 +53,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -67,13 +67,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[5] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -81,13 +81,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[6] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -95,13 +95,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[7] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -109,13 +109,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[8] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -124,13 +124,13 @@
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 |
|
||||
// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[9] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 0 Rows
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -138,13 +138,13 @@
|
||||
// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 |
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[10] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 426 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -162,13 +162,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[11] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 1 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -177,13 +177,13 @@
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[12] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 6 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -197,13 +197,13 @@
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 |
|
||||
// | 2022-04-14 19:13:20 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[13] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 269 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -221,13 +221,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[14] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 303 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -245,13 +245,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[15] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 56 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -269,13 +269,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[16] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 41 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -293,13 +293,13 @@
|
||||
// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[17] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 29 Rows
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -317,13 +317,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[18] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 38 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -341,13 +341,13 @@
|
||||
// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[19] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 195 Rows
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -365,13 +365,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[20] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 261 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -389,13 +389,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[21] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 176 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -413,13 +413,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[22] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 255 Rows
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -437,13 +437,13 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// Frame[23] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 167 Rows
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -461,10 +461,11 @@
|
||||
// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -21,6 +21,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "matrix"
|
||||
// }
|
||||
@@ -21,11 +21,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "matrix"
|
||||
}
|
||||
|
@@ -21,6 +21,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "scalar"
|
||||
// }
|
||||
@@ -19,11 +19,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "scalar"
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "scalar"
|
||||
// }
|
||||
@@ -19,11 +19,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "scalar"
|
||||
}
|
||||
|
@@ -16,6 +16,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -16,6 +16,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "string"
|
||||
// }
|
||||
@@ -19,11 +19,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "string"
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "string"
|
||||
// }
|
||||
@@ -19,11 +19,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "string"
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// }
|
||||
@@ -19,7 +19,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// }
|
||||
@@ -37,7 +37,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// }
|
||||
@@ -55,7 +55,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// }
|
||||
@@ -73,7 +73,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// }
|
||||
@@ -91,11 +91,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
}
|
||||
@@ -136,7 +137,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
}
|
||||
@@ -177,7 +178,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
}
|
||||
@@ -225,7 +226,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
}
|
||||
@@ -273,7 +274,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
}
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 134 Rows
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,10 +21,11 @@
|
||||
// | 2022-04-14 20:21:08.042 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.392982456140351 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,9 +1,9 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "heatmap-cells"
|
||||
// }
|
||||
// Name:
|
||||
// Name:
|
||||
// Dimensions: 5 Fields by 134 Rows
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout |
|
||||
@@ -21,10 +21,11 @@
|
||||
// | 2022-04-14 20:21:08.042 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.392982456140351 | 0 |
|
||||
// | ... | ... | ... | ... | ... |
|
||||
// +-----------------------------------+------------------------+------------------------+---------------------+---------------+
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -20,6 +20,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// },
|
||||
@@ -29,7 +29,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[1] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// },
|
||||
@@ -57,7 +57,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[2] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// },
|
||||
@@ -85,7 +85,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[3] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// },
|
||||
@@ -113,7 +113,7 @@
|
||||
//
|
||||
//
|
||||
// Frame[4] {
|
||||
// "type": "timeseries-many",
|
||||
// "type": "timeseries-multi",
|
||||
// "custom": {
|
||||
// "resultType": "vector"
|
||||
// },
|
||||
@@ -141,11 +141,12 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
},
|
||||
@@ -196,7 +197,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
},
|
||||
@@ -247,7 +248,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
},
|
||||
@@ -305,7 +306,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
},
|
||||
@@ -363,7 +364,7 @@
|
||||
{
|
||||
"schema": {
|
||||
"meta": {
|
||||
"type": "timeseries-many",
|
||||
"type": "timeseries-multi",
|
||||
"custom": {
|
||||
"resultType": "vector"
|
||||
},
|
||||
|
@@ -30,6 +30,7 @@
|
||||
//
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
{
|
||||
"status": 200,
|
||||
"frames": [
|
||||
{
|
||||
"schema": {
|
||||
|
Reference in New Issue
Block a user