diff --git a/pkg/promlib/converter/prom.go b/pkg/promlib/converter/prom.go index 09cd20086df..6c5ec096e95 100644 --- a/pkg/promlib/converter/prom.go +++ b/pkg/promlib/converter/prom.go @@ -674,6 +674,10 @@ func readMatrixOrVectorMulti(iter *sdkjsoniter.Iterator, resultType string, opt if histogram != nil { histogram.yMin.Labels = valueField.Labels + histogram.yMax.Labels = valueField.Labels + histogram.count.Labels = valueField.Labels + histogram.yLayout.Labels = valueField.Labels + histogram.time.Labels = valueField.Labels frame := data.NewFrame(valueField.Name, histogram.time, histogram.yMin, histogram.yMax, histogram.count, histogram.yLayout) frame.Meta = &data.FrameMeta{ Type: "heatmap-cells", diff --git a/pkg/promlib/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc b/pkg/promlib/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc index 4f20a1abe2b..5dfc683e1c4 100644 --- a/pkg/promlib/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc +++ b/pkg/promlib/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc @@ -46,7 +46,8 @@ "type": "time", "typeInfo": { "frame": "time.Time" - } + }, + "labels": {} }, { "name": "yMin", @@ -61,21 +62,24 @@ "type": "number", "typeInfo": { "frame": "float64" - } + }, + "labels": {} }, { "name": "count", "type": "number", "typeInfo": { "frame": "float64" - } + }, + "labels": {} }, { "name": "yLayout", "type": "number", "typeInfo": { "frame": "int8" - } + }, + "labels": {} } ] }, diff --git a/pkg/promlib/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc b/pkg/promlib/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc index f4903ec2f39..f3295330016 100644 --- a/pkg/promlib/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc +++ b/pkg/promlib/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc @@ -9,12 +9,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+--------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_names | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ +// +--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ // // // @@ -27,12 +27,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+---------------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_cardinality_label_values | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ +// +---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ // // // @@ -45,12 +45,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+--------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_label_name_values | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ +// +--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------+ // // // @@ -63,12 +63,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_labels | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ // // // @@ -81,12 +81,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+-----------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_metadata | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ +// +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+ // // // @@ -99,12 +99,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+--------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ // // // @@ -117,12 +117,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+------------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_exemplars | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ // // // @@ -135,12 +135,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+--------------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_query_range | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ +// +--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+ // // // @@ -153,13 +153,13 @@ // } // Name: // Dimensions: 5 Fields by 1 Rows -// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 | -// +-------------------------------+--------------------------------------------------------------------------------------------+----------------------+----------------------+---------------+ +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_rules | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.05255602595335715 | 0.057312752700291944 | 0.003508784241348215 | 0 | +// +--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------+ // // // @@ -172,12 +172,12 @@ // } // Name: // Dimensions: 5 Fields by 0 Rows -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ -// +-------------------+---------------------------------------------------------------------------------------------+-----------------+-----------------+---------------+ +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_api_v1_series | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ // // // @@ -190,22 +190,22 @@ // } // Name: // Dimensions: 5 Fields by 426 Rows -// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.0013810679320049755 | 0.0015060652591874421 | 0.0035087596183873042 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0015060652591874421 | 0.001642375811042411 | 0.02105265620208107 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.001642375811042411 | 0.0017910235218841233 | 0.03508778085595028 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0017910235218841233 | 0.001953125 | 0.09473695290949442 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.001953125 | 0.0021298979153618314 | 0.11228089873902361 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.16491241612920574 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0023226701464896895 | 0.002532889755177753 | 0.12982470914248379 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.002532889755177753 | 0.002762135864009951 | 0.16842120037107233 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_push | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.0013810679320049755 | 0.0015060652591874421 | 0.0035087596183873042 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0015060652591874421 | 0.001642375811042411 | 0.02105265620208107 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.001642375811042411 | 0.0017910235218841233 | 0.03508778085595028 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0017910235218841233 | 0.001953125 | 0.09473695290949442 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.001953125 | 0.0021298979153618314 | 0.11228089873902361 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.16491241612920574 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0023226701464896895 | 0.002532889755177753 | 0.12982470914248379 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.002532889755177753 | 0.002762135864009951 | 0.16842120037107233 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.30175469375429953 | 0 | +// | ... | ... | ... | ... | ... | +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ // // // @@ -218,13 +218,13 @@ // } // Name: // Dimensions: 5 Fields by 1 Rows -// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 | -// +-------------------------------+-------------------------------------------------------------------------------------+--------------------+-----------------------+---------------+ +// +-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_prom_rules | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 1 | 1.0905077326652577 | 0.0035087596183873042 | 0 | +// +-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ // // // @@ -237,18 +237,18 @@ // } // Name: // Dimensions: 5 Fields by 6 Rows -// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+ -// | 2022-04-14 19:10:00 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003466771241830066 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 1 | 1.0905077326652577 | 0.003474313725490196 | 0 | -// | 2022-04-14 19:11:40 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:11:40 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 | -// | 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 | -// +-------------------------------+-----------------------------------------------------------------------------------+--------------------+----------------------+---------------+ +// +-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=api_v1_rules | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ +// | 2022-04-14 19:10:00 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003466771241830066 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 1 | 1.0905077326652577 | 0.003474313725490196 | 0 | +// | 2022-04-14 19:11:40 +0000 UTC | 0.8408964152537144 | 0.9170040432046711 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:11:40 +0000 UTC | 1 | 1.0905077326652577 | 0.003508771929824561 | 0 | +// | 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 | +// +-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+ // // // @@ -261,22 +261,22 @@ // } // Name: // Dimensions: 5 Fields by 269 Rows -// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 4.536465129862675e-06 | 4.947050303081549e-06 | 0.0912281686682326 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 4.947050303081549e-06 | 5.394796609394436e-06 | 1.5052655709601983 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 5.394796609394436e-06 | 5.883067418700946e-06 | 3.687721957559951 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 5.883067418700946e-06 | 6.415530511884418e-06 | 3.936844149003299 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 6.415530511884418e-06 | 6.9961856323598564e-06 | 3.140353893534075 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 6.9961856323598564e-06 | 7.62939453125e-06 | 3.4491272391832517 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 7.62939453125e-06 | 8.319913731882154e-06 | 3.53333777780927 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 8.319913731882154e-06 | 9.07293025972535e-06 | 3.4947421237616973 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+---------------------------------------------------------------------------+------------------------+--------------------+---------------+ +// +---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw, route=root | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 4.536465129862675e-06 | 4.947050303081549e-06 | 0.0912281686682326 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 4.947050303081549e-06 | 5.394796609394436e-06 | 1.5052655709601983 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 5.394796609394436e-06 | 5.883067418700946e-06 | 3.687721957559951 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 5.883067418700946e-06 | 6.415530511884418e-06 | 3.936844149003299 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 6.415530511884418e-06 | 6.9961856323598564e-06 | 3.140353893534075 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 6.9961856323598564e-06 | 7.62939453125e-06 | 3.4491272391832517 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 7.62939453125e-06 | 8.319913731882154e-06 | 3.53333777780927 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 8.319913731882154e-06 | 9.07293025972535e-06 | 3.4947421237616973 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 3.533338799658994 | 0 | +// | ... | ... | ... | ... | ... | +// +---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+---------------------------------------------------------------------------+ // // // @@ -289,22 +289,22 @@ // } // Name: // Dimensions: 5 Fields by 303 Rows -// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.002532889755177753 | 0.002762135864009951 | 0.007017543859649122 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.014035087719298244 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0030121305183748843 | 0.003284751622084822 | 0.04912280701754385 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.003284751622084822 | 0.0035820470437682465 | 0.02105261926751011 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0035820470437682465 | 0.00390625 | 0.04210522622358295 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.00390625 | 0.004259795830723663 | 0.049122782394669336 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.004259795830723663 | 0.004645340292979379 | 0.02807017543859649 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.03859646660519566 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ +// +-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_label_name_values | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.002532889755177753 | 0.002762135864009951 | 0.007017543859649122 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.002762135864009951 | 0.0030121305183748843 | 0.014035087719298244 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0030121305183748843 | 0.003284751622084822 | 0.04912280701754385 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.003284751622084822 | 0.0035820470437682465 | 0.02105261926751011 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0035820470437682465 | 0.00390625 | 0.04210522622358295 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.00390625 | 0.004259795830723663 | 0.049122782394669336 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.004259795830723663 | 0.004645340292979379 | 0.02807017543859649 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.03859646660519566 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.06666662973235489 | 0 | +// | ... | ... | ... | ... | ... | +// +-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------+ // // // @@ -317,22 +317,22 @@ // } // Name: // Dimensions: 5 Fields by 56 Rows -// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.007017531548211864 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.010526315789473682 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0340783666457893 | 0.03716272234383503 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.03716272234383503 | 0.04052623608284405 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.0035339861111111114 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_labels | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.007017531548211864 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.010526315789473682 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0340783666457893 | 0.03716272234383503 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.03716272234383503 | 0.04052623608284405 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.0035339861111111114 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.00713925 | 0 | +// | ... | ... | ... | ... | ... | +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ // // // @@ -345,22 +345,22 @@ // } // Name: // Dimensions: 5 Fields by 41 Rows -// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.007017531548211864 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.008519591661447326 | 0.009290680585958758 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.1621049443313762 | 0.17677669529663687 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.0035300277777777778 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ +// +-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.007017531548211864 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.008519591661447326 | 0.009290680585958758 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.1621049443313762 | 0.17677669529663687 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.0035300277777777778 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.0035300277777777778 | 0 | +// | ... | ... | ... | ... | ... | +// +-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+ // // // @@ -373,22 +373,22 @@ // } // Name: // Dimensions: 5 Fields by 29 Rows -// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.007017519236774607 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.018581361171917516 | 0.020263118041422026 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.044194173824159216 | 0.04819408829399815 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.0070600555555555555 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.044194173824159216 | 0.04819408829399815 | 0.0035339861111111114 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.17677669529663687 | 0.1927763531759926 | 0.0035300277777777778 | 0 | -// | 2022-04-14 19:11:40 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-----------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ +// +-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_query_range | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.007017519236774607 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.018581361171917516 | 0.020263118041422026 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.044194173824159216 | 0.04819408829399815 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.0070600555555555555 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.044194173824159216 | 0.04819408829399815 | 0.0035339861111111114 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.17677669529663687 | 0.1927763531759926 | 0.0035300277777777778 | 0 | +// | 2022-04-14 19:11:40 +0000 UTC | 0.010131559020711013 | 0.011048543456039804 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:11:40 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 | +// | ... | ... | ... | ... | ... | +// +-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+ // // // @@ -401,22 +401,22 @@ // } // Name: // Dimensions: 5 Fields by 38 Rows -// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0.007017531548211864 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.024097044146999074 | 0.026278012976678575 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035300277777777778 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.0035339861111111114 | 0 | -// | 2022-04-14 19:10:00 +0000 UTC | 0.024097044146999074 | 0.026278012976678575 | 0.007103611111111111 | 0 | -// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+------------------------------------------------------------------------------------------------------+----------------------+-----------------------+---------------+ +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_api_v1_series | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0.007017531548211864 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.024097044146999074 | 0.026278012976678575 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035300277777777778 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.0035339861111111114 | 0 | +// | 2022-04-14 19:10:00 +0000 UTC | 0.024097044146999074 | 0.026278012976678575 | 0.007103611111111111 | 0 | +// | 2022-04-14 19:11:40 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 | +// | ... | ... | ... | ... | ... | +// +------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+ // // // @@ -429,22 +429,22 @@ // } // Name: // Dimensions: 5 Fields by 195 Rows -// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.0010649489576809157 | 0.0011613350732448448 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0011613350732448448 | 0.0012664448775888766 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0012664448775888766 | 0.0013810679320049755 | 0.01754383502624829 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0013810679320049755 | 0.0015060652591874421 | 0.02105261926751011 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0015060652591874421 | 0.001642375811042411 | 0.02807015081572197 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.001642375811042411 | 0.0017910235218841233 | 0.042105189289271185 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0017910235218841233 | 0.001953125 | 0.05964904893839399 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.001953125 | 0.0021298979153618314 | 0.056140289320006684 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+---------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_prom_push | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.0010649489576809157 | 0.0011613350732448448 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0011613350732448448 | 0.0012664448775888766 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0012664448775888766 | 0.0013810679320049755 | 0.01754383502624829 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0013810679320049755 | 0.0015060652591874421 | 0.02105261926751011 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0015060652591874421 | 0.001642375811042411 | 0.02807015081572197 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.001642375811042411 | 0.0017910235218841233 | 0.042105189289271185 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0017910235218841233 | 0.001953125 | 0.05964904893839399 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.001953125 | 0.0021298979153618314 | 0.056140289320006684 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0021298979153618314 | 0.0023226701464896895 | 0.07368416128056675 | 0 | +// | ... | ... | ... | ... | ... | +// +---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ // // // @@ -457,22 +457,22 @@ // } // Name: // Dimensions: 5 Fields by 261 Rows -// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.00048828125 | 0.0005324744788404579 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0005324744788404579 | 0.0005806675366224224 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0005806675366224224 | 0.0006332224387944383 | 0.024561354263022896 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0006332224387944383 | 0.0006905339660024878 | 0.056140252385694915 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0006905339660024878 | 0.0007530326295937211 | 0.056140252385694915 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0007530326295937211 | 0.0008211879055212055 | 0.0666665681751686 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0008211879055212055 | 0.0008955117609420616 | 0.07368408741194321 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0008955117609420616 | 0.0009765625 | 0.04912274546035757 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ +// +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=api_v1_push | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.00048828125 | 0.0005324744788404579 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0005324744788404579 | 0.0005806675366224224 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0005806675366224224 | 0.0006332224387944383 | 0.024561354263022896 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0006332224387944383 | 0.0006905339660024878 | 0.056140252385694915 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0006905339660024878 | 0.0007530326295937211 | 0.056140252385694915 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0007530326295937211 | 0.0008211879055212055 | 0.0666665681751686 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0008211879055212055 | 0.0008955117609420616 | 0.07368408741194321 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0008955117609420616 | 0.0009765625 | 0.04912274546035757 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0009765625 | 0.0010649489576809157 | 0.03508765774105932 | 0 | +// | ... | ... | ... | ... | ... | +// +-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------+ // // // @@ -485,22 +485,22 @@ // } // Name: // Dimensions: 5 Fields by 176 Rows -// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.014035075407860986 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.010526291166599169 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.04561398584197026 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.014035087719298244 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0.014035087719298244 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.008519591661447326 | 0.009290680585958758 | 0.007017543859649122 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+---------------+ +// +-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.004645340292979379 | 0.005065779510355506 | 0.014035075407860986 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.010526291166599169 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.04561398584197026 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.014035087719298244 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.007164094087536493 | 0.0078125 | 0.014035087719298244 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0078125 | 0.008519591661447326 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.008519591661447326 | 0.009290680585958758 | 0.007017543859649122 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.009290680585958758 | 0.010131559020711013 | 0.003508771929824561 | 0 | +// | ... | ... | ... | ... | ... | +// +-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------+ // // // @@ -513,22 +513,22 @@ // } // Name: // Dimensions: 5 Fields by 255 Rows -// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.007017543859649122 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.007017543859649122 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.011048543456039804 | 0.012048522073499537 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.03125 | 0.0340783666457893 | 0.003508771929824561 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.0340783666457893 | 0.03716272234383503 | 0.007017543859649122 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.03716272234383503 | 0.04052623608284405 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+-------------------------------------------------------------------------------------------------------------+-----------------------+----------------------+---------------+ +// +-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=prometheus_api_v1_query_range | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 0.005065779510355506 | 0.005524271728019902 | 0.007017543859649122 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.005524271728019902 | 0.0060242610367497685 | 0.007017543859649122 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0060242610367497685 | 0.006569503244169644 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.006569503244169644 | 0.007164094087536493 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.011048543456039804 | 0.012048522073499537 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.03125 | 0.0340783666457893 | 0.003508771929824561 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.0340783666457893 | 0.03716272234383503 | 0.007017543859649122 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.03716272234383503 | 0.04052623608284405 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 0.04052623608284405 | 0.044194173824159216 | 0 | 0 | +// | ... | ... | ... | ... | ... | +// +-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+ // // // @@ -541,22 +541,22 @@ // } // Name: // Dimensions: 5 Fields by 167 Rows -// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+ -// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | -// | Labels: | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | Labels: | Labels: | Labels: | -// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | -// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+ -// | 2022-04-14 19:08:20 +0000 UTC | 5.883067418700946e-06 | 6.415530511884418e-06 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 6.415530511884418e-06 | 6.9961856323598564e-06 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 6.9961856323598564e-06 | 7.62939453125e-06 | 0 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 7.62939453125e-06 | 8.319913731882154e-06 | 0.0035087596183873034 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 8.319913731882154e-06 | 9.07293025972535e-06 | 0.052631517390182125 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 0.17894720837236824 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 9.894100606163098e-06 | 1.0789593218788871e-05 | 0.13684190828016174 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 1.0789593218788871e-05 | 1.1766134837401892e-05 | 0.1192980609424762 | 0 | -// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 | -// | ... | ... | ... | ... | ... | -// +-------------------------------+------------------------------------------------------------------------------------+------------------------+-----------------------+---------------+ +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ +// | Name: xMax | Name: yMin | Name: yMax | Name: count | Name: yLayout | +// | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | Labels: cluster=dev-us-central-0, job=cortex-dev-01/cortex-gw-internal, route=root | +// | Type: []time.Time | Type: []float64 | Type: []float64 | Type: []float64 | Type: []int8 | +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ +// | 2022-04-14 19:08:20 +0000 UTC | 5.883067418700946e-06 | 6.415530511884418e-06 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 6.415530511884418e-06 | 6.9961856323598564e-06 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 6.9961856323598564e-06 | 7.62939453125e-06 | 0 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 7.62939453125e-06 | 8.319913731882154e-06 | 0.0035087596183873034 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 8.319913731882154e-06 | 9.07293025972535e-06 | 0.052631517390182125 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 9.07293025972535e-06 | 9.894100606163098e-06 | 0.17894720837236824 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 9.894100606163098e-06 | 1.0789593218788871e-05 | 0.13684190828016174 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 1.0789593218788871e-05 | 1.1766134837401892e-05 | 0.1192980609424762 | 0 | +// | 2022-04-14 19:08:20 +0000 UTC | 1.1766134837401892e-05 | 1.2831061023768835e-05 | 0.1578945767934209 | 0 | +// | ... | ... | ... | ... | ... | +// +------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 @@ -578,6 +578,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_names" } }, { @@ -597,6 +602,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_names" } }, { @@ -604,6 +614,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_names" } }, { @@ -611,6 +626,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_names" } } ] @@ -640,6 +660,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_values" } }, { @@ -659,6 +684,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_values" } }, { @@ -666,6 +696,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_values" } }, { @@ -673,6 +708,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_cardinality_label_values" } } ] @@ -702,6 +742,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -721,6 +766,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -728,6 +778,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -735,6 +790,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_label_name_values" } } ] @@ -764,6 +824,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_labels" } }, { @@ -783,6 +848,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_labels" } }, { @@ -790,6 +860,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_labels" } }, { @@ -797,6 +872,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_labels" } } ] @@ -826,6 +906,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_metadata" } }, { @@ -845,6 +930,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_metadata" } }, { @@ -852,6 +942,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_metadata" } }, { @@ -859,6 +954,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_metadata" } } ] @@ -888,6 +988,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query" } }, { @@ -907,6 +1012,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query" } }, { @@ -914,6 +1024,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query" } }, { @@ -921,6 +1036,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query" } } ] @@ -950,6 +1070,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_exemplars" } }, { @@ -969,6 +1094,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_exemplars" } }, { @@ -976,6 +1106,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_exemplars" } }, { @@ -983,6 +1118,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_exemplars" } } ] @@ -1012,6 +1152,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_range" } }, { @@ -1031,6 +1176,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_range" } }, { @@ -1038,6 +1188,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_range" } }, { @@ -1045,6 +1200,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_query_range" } } ] @@ -1074,6 +1234,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_rules" } }, { @@ -1093,6 +1258,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_rules" } }, { @@ -1100,6 +1270,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_rules" } }, { @@ -1107,6 +1282,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_rules" } } ] @@ -1146,6 +1326,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_series" } }, { @@ -1165,6 +1350,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_series" } }, { @@ -1172,6 +1362,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_series" } }, { @@ -1179,6 +1374,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_api_v1_series" } } ] @@ -1208,6 +1408,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_push" } }, { @@ -1227,6 +1432,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_push" } }, { @@ -1234,6 +1444,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_push" } }, { @@ -1241,6 +1456,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_push" } } ] @@ -3405,6 +3625,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_rules" } }, { @@ -3424,6 +3649,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_rules" } }, { @@ -3431,6 +3661,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_rules" } }, { @@ -3438,6 +3673,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_prom_rules" } } ] @@ -3477,6 +3717,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_v1_rules" } }, { @@ -3496,6 +3741,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_v1_rules" } }, { @@ -3503,6 +3753,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_v1_rules" } }, { @@ -3510,6 +3765,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "api_v1_rules" } } ] @@ -3574,6 +3834,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "root" } }, { @@ -3593,6 +3858,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "root" } }, { @@ -3600,6 +3870,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "root" } }, { @@ -3607,6 +3882,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw", + "route": "root" } } ] @@ -4986,6 +5266,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -5005,6 +5290,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -5012,6 +5302,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_label_name_values" } }, { @@ -5019,6 +5314,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_label_name_values" } } ] @@ -6568,6 +6868,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_labels" } }, { @@ -6587,6 +6892,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_labels" } }, { @@ -6594,6 +6904,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_labels" } }, { @@ -6601,6 +6916,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_labels" } } ] @@ -6915,6 +7235,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query" } }, { @@ -6934,6 +7259,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query" } }, { @@ -6941,6 +7271,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query" } }, { @@ -6948,6 +7283,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query" } } ] @@ -7187,6 +7527,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query_range" } }, { @@ -7206,6 +7551,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query_range" } }, { @@ -7213,6 +7563,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query_range" } }, { @@ -7220,6 +7575,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_query_range" } } ] @@ -7399,6 +7759,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_series" } }, { @@ -7418,6 +7783,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_series" } }, { @@ -7425,6 +7795,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_series" } }, { @@ -7432,6 +7807,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_api_v1_series" } } ] @@ -7656,6 +8036,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_push" } }, { @@ -7675,6 +8060,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_push" } }, { @@ -7682,6 +8072,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_push" } }, { @@ -7689,6 +8084,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_prom_push" } } ] @@ -8698,6 +9098,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_v1_push" } }, { @@ -8717,6 +9122,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_v1_push" } }, { @@ -8724,6 +9134,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_v1_push" } }, { @@ -8731,6 +9146,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "api_v1_push" } } ] @@ -10070,6 +10490,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query" } }, { @@ -10089,6 +10514,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query" } }, { @@ -10096,6 +10526,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query" } }, { @@ -10103,6 +10538,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query" } } ] @@ -11017,6 +11457,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query_range" } }, { @@ -11036,6 +11481,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query_range" } }, { @@ -11043,6 +11493,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query_range" } }, { @@ -11050,6 +11505,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "prometheus_api_v1_query_range" } } ] @@ -12359,6 +12819,11 @@ "type": "time", "typeInfo": { "frame": "time.Time" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "root" } }, { @@ -12378,6 +12843,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "root" } }, { @@ -12385,6 +12855,11 @@ "type": "number", "typeInfo": { "frame": "float64" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "root" } }, { @@ -12392,6 +12867,11 @@ "type": "number", "typeInfo": { "frame": "int8" + }, + "labels": { + "cluster": "dev-us-central-0", + "job": "cortex-dev-01/cortex-gw-internal", + "route": "root" } } ] diff --git a/pkg/promlib/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc b/pkg/promlib/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc index 96385a67302..ec43475eb78 100644 --- a/pkg/promlib/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc +++ b/pkg/promlib/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc @@ -46,7 +46,8 @@ "type": "time", "typeInfo": { "frame": "time.Time" - } + }, + "labels": {} }, { "name": "yMin", @@ -61,21 +62,24 @@ "type": "number", "typeInfo": { "frame": "float64" - } + }, + "labels": {} }, { "name": "count", "type": "number", "typeInfo": { "frame": "float64" - } + }, + "labels": {} }, { "name": "yLayout", "type": "number", "typeInfo": { "frame": "int8" - } + }, + "labels": {} } ] },