From 8e03badfa2e820b17d61a48becd7269cf0c05932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Farkas?= Date: Thu, 13 Apr 2023 09:10:04 +0200 Subject: [PATCH] Prometheus: Enable converter tests (#66378) * converter: enable tests * updated snapshot tests --------- Co-authored-by: Kyle Brandt --- pkg/util/converter/prom_test.go | 3 - .../testdata/loki-streams-a-frame.jsonc | 21 + .../testdata/loki-streams-a-wide-frame.jsonc | 21 + .../testdata/loki-streams-b-frame.jsonc | 20 + .../testdata/loki-streams-b-wide-frame.jsonc | 20 + .../testdata/loki-streams-c-frame.jsonc | 14 +- .../testdata/loki-streams-c-wide-frame.jsonc | 14 +- .../testdata/prom-exemplars-a-frame.jsonc | 16 + .../prom-exemplars-a-wide-frame.jsonc | 16 + .../testdata/prom-exemplars-b-frame.jsonc | 1032 +++++++++++++++++ .../prom-exemplars-b-wide-frame.jsonc | 1032 +++++++++++++++++ .../testdata/prom-matrix-frame.jsonc | 16 + ...rom-matrix-histogram-no-labels-frame.jsonc | 12 +- ...atrix-histogram-no-labels-wide-frame.jsonc | 12 +- ...m-matrix-histogram-partitioned-frame.jsonc | 288 ++++- ...rix-histogram-partitioned-wide-frame.jsonc | 288 ++++- .../testdata/prom-matrix-wide-frame.jsonc | 8 + .../prom-matrix-with-nans-frame.jsonc | 8 + .../prom-matrix-with-nans-wide-frame.jsonc | 8 + .../testdata/prom-scalar-frame.jsonc | 12 +- .../testdata/prom-scalar-wide-frame.jsonc | 12 +- .../testdata/prom-string-frame.jsonc | 8 + .../testdata/prom-string-wide-frame.jsonc | 8 + .../testdata/prom-vector-frame.jsonc | 40 + ...rom-vector-histogram-no-labels-frame.jsonc | 12 +- ...ector-histogram-no-labels-wide-frame.jsonc | 12 +- .../testdata/prom-vector-wide-frame.jsonc | 8 + .../testdata/prom-warnings-frame.jsonc | 40 + .../testdata/prom-warnings-wide-frame.jsonc | 8 + 29 files changed, 2894 insertions(+), 115 deletions(-) diff --git a/pkg/util/converter/prom_test.go b/pkg/util/converter/prom_test.go index 29649c6a68c..9b1f4844c09 100644 --- a/pkg/util/converter/prom_test.go +++ b/pkg/util/converter/prom_test.go @@ -16,9 +16,6 @@ import ( const update = true func TestReadPromFrames(t *testing.T) { - // FIXME: - // skipping test due to flaky behavior - t.Skip() files := []string{ "prom-labels", "prom-matrix", diff --git a/pkg/util/converter/testdata/loki-streams-a-frame.jsonc b/pkg/util/converter/testdata/loki-streams-a-frame.jsonc index 06559dd9366..86e5a4fa250 100644 --- a/pkg/util/converter/testdata/loki-streams-a-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-a-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "stats": { // "ingester": { @@ -59,6 +63,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "stats": { "ingester": { @@ -177,6 +185,19 @@ "1645030245539423744", "1645030244091700992" ] + ], + "nanos": [ + null, + [ + 757120, + 735040, + 587968, + 587968, + 423744, + 700992 + ], + null, + null ] } } diff --git a/pkg/util/converter/testdata/loki-streams-a-wide-frame.jsonc b/pkg/util/converter/testdata/loki-streams-a-wide-frame.jsonc index 06559dd9366..86e5a4fa250 100644 --- a/pkg/util/converter/testdata/loki-streams-a-wide-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-a-wide-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "stats": { // "ingester": { @@ -59,6 +63,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "stats": { "ingester": { @@ -177,6 +185,19 @@ "1645030245539423744", "1645030244091700992" ] + ], + "nanos": [ + null, + [ + 757120, + 735040, + 587968, + 587968, + 423744, + 700992 + ], + null, + null ] } } diff --git a/pkg/util/converter/testdata/loki-streams-b-frame.jsonc b/pkg/util/converter/testdata/loki-streams-b-frame.jsonc index fa04ae09377..20d30f6b52c 100644 --- a/pkg/util/converter/testdata/loki-streams-b-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-b-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "stats": { // "ingester": { @@ -58,6 +62,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "stats": { "ingester": { @@ -169,6 +177,18 @@ "1645030245539423744", "1645030244091700992" ] + ], + "nanos": [ + null, + [ + 757120, + 735040, + 587968, + 423744, + 700992 + ], + null, + null ] } } diff --git a/pkg/util/converter/testdata/loki-streams-b-wide-frame.jsonc b/pkg/util/converter/testdata/loki-streams-b-wide-frame.jsonc index fa04ae09377..20d30f6b52c 100644 --- a/pkg/util/converter/testdata/loki-streams-b-wide-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-b-wide-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "stats": { // "ingester": { @@ -58,6 +62,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "stats": { "ingester": { @@ -169,6 +177,18 @@ "1645030245539423744", "1645030244091700992" ] + ], + "nanos": [ + null, + [ + 757120, + 735040, + 587968, + 423744, + 700992 + ], + null, + null ] } } diff --git a/pkg/util/converter/testdata/loki-streams-c-frame.jsonc b/pkg/util/converter/testdata/loki-streams-c-frame.jsonc index 45c917f3e6f..15532051765 100644 --- a/pkg/util/converter/testdata/loki-streams-c-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-c-frame.jsonc @@ -1,6 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // -// Frame[0] {} +// Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ] +// } // Name: // Dimensions: 4 Fields by 2 Rows // +-------------------------+-------------------------------+----------------+---------------------+ @@ -19,7 +24,12 @@ "frames": [ { "schema": { - "meta": {}, + "meta": { + "typeVersion": [ + 0, + 0 + ] + }, "fields": [ { "name": "__labels", diff --git a/pkg/util/converter/testdata/loki-streams-c-wide-frame.jsonc b/pkg/util/converter/testdata/loki-streams-c-wide-frame.jsonc index 45c917f3e6f..15532051765 100644 --- a/pkg/util/converter/testdata/loki-streams-c-wide-frame.jsonc +++ b/pkg/util/converter/testdata/loki-streams-c-wide-frame.jsonc @@ -1,6 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // -// Frame[0] {} +// Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ] +// } // Name: // Dimensions: 4 Fields by 2 Rows // +-------------------------+-------------------------------+----------------+---------------------+ @@ -19,7 +24,12 @@ "frames": [ { "schema": { - "meta": {}, + "meta": { + "typeVersion": [ + 0, + 0 + ] + }, "fields": [ { "name": "__labels", diff --git a/pkg/util/converter/testdata/prom-exemplars-a-frame.jsonc b/pkg/util/converter/testdata/prom-exemplars-a-frame.jsonc index 5ecc472e7f0..3e9d37f2d67 100644 --- a/pkg/util/converter/testdata/prom-exemplars-a-frame.jsonc +++ b/pkg/util/converter/testdata/prom-exemplars-a-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -18,6 +22,10 @@ // // // Frame[1] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -41,6 +49,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -102,6 +114,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } diff --git a/pkg/util/converter/testdata/prom-exemplars-a-wide-frame.jsonc b/pkg/util/converter/testdata/prom-exemplars-a-wide-frame.jsonc index 5ecc472e7f0..3e9d37f2d67 100644 --- a/pkg/util/converter/testdata/prom-exemplars-a-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-exemplars-a-wide-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -18,6 +22,10 @@ // // // Frame[1] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -41,6 +49,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -102,6 +114,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } diff --git a/pkg/util/converter/testdata/prom-exemplars-b-frame.jsonc b/pkg/util/converter/testdata/prom-exemplars-b-frame.jsonc index 25369baebe5..327e5e5e65a 100644 --- a/pkg/util/converter/testdata/prom-exemplars-b-frame.jsonc +++ b/pkg/util/converter/testdata/prom-exemplars-b-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -18,6 +22,10 @@ // // // Frame[1] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -44,6 +52,10 @@ // // // Frame[2] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -70,6 +82,10 @@ // // // Frame[3] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -94,6 +110,10 @@ // // // Frame[4] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -112,6 +132,10 @@ // // // Frame[5] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -138,6 +162,10 @@ // // // Frame[6] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -164,6 +192,10 @@ // // // Frame[7] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -184,6 +216,10 @@ // // // Frame[8] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -210,6 +246,10 @@ // // // Frame[9] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -236,6 +276,10 @@ // // // Frame[10] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -253,6 +297,10 @@ // // // Frame[11] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -279,6 +327,10 @@ // // // Frame[12] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -305,6 +357,10 @@ // // // Frame[13] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -322,6 +378,10 @@ // // // Frame[14] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -344,6 +404,10 @@ // // // Frame[15] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -370,6 +434,10 @@ // // // Frame[16] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -396,6 +464,10 @@ // // // Frame[17] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -415,6 +487,10 @@ // // // Frame[18] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -439,6 +515,10 @@ // // // Frame[19] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -465,6 +545,10 @@ // // // Frame[20] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -487,6 +571,10 @@ // // // Frame[21] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -513,6 +601,10 @@ // // // Frame[22] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -539,6 +631,10 @@ // // // Frame[23] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -565,6 +661,10 @@ // // // Frame[24] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -591,6 +691,10 @@ // // // Frame[25] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -610,6 +714,10 @@ // // // Frame[26] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -627,6 +735,10 @@ // // // Frame[27] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -651,6 +763,10 @@ // // // Frame[28] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -677,6 +793,10 @@ // // // Frame[29] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -703,6 +823,10 @@ // // // Frame[30] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -720,6 +844,10 @@ // // // Frame[31] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -746,6 +874,10 @@ // // // Frame[32] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -772,6 +904,10 @@ // // // Frame[33] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -789,6 +925,10 @@ // // // Frame[34] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -815,6 +955,10 @@ // // // Frame[35] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -839,6 +983,10 @@ // // // Frame[36] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -865,6 +1013,10 @@ // // // Frame[37] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -882,6 +1034,10 @@ // // // Frame[38] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -908,6 +1064,10 @@ // // // Frame[39] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -931,6 +1091,10 @@ // // // Frame[40] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -954,6 +1118,10 @@ // // // Frame[41] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -980,6 +1148,10 @@ // // // Frame[42] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1006,6 +1178,10 @@ // // // Frame[43] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1023,6 +1199,10 @@ // // // Frame[44] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1049,6 +1229,10 @@ // // // Frame[45] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1074,6 +1258,10 @@ // // // Frame[46] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1100,6 +1288,10 @@ // // // Frame[47] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1126,6 +1318,10 @@ // // // Frame[48] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1152,6 +1348,10 @@ // // // Frame[49] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1178,6 +1378,10 @@ // // // Frame[50] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1204,6 +1408,10 @@ // // // Frame[51] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1230,6 +1438,10 @@ // // // Frame[52] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1247,6 +1459,10 @@ // // // Frame[53] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1273,6 +1489,10 @@ // // // Frame[54] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1297,6 +1517,10 @@ // // // Frame[55] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1323,6 +1547,10 @@ // // // Frame[56] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1349,6 +1577,10 @@ // // // Frame[57] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1373,6 +1605,10 @@ // // // Frame[58] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1396,6 +1632,10 @@ // // // Frame[59] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1422,6 +1662,10 @@ // // // Frame[60] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1448,6 +1692,10 @@ // // // Frame[61] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1465,6 +1713,10 @@ // // // Frame[62] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1491,6 +1743,10 @@ // // // Frame[63] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1516,6 +1772,10 @@ // // // Frame[64] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1533,6 +1793,10 @@ // // // Frame[65] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1550,6 +1814,10 @@ // // // Frame[66] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1575,6 +1843,10 @@ // // // Frame[67] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1601,6 +1873,10 @@ // // // Frame[68] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1627,6 +1903,10 @@ // // // Frame[69] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1653,6 +1933,10 @@ // // // Frame[70] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1675,6 +1959,10 @@ // // // Frame[71] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1692,6 +1980,10 @@ // // // Frame[72] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1709,6 +2001,10 @@ // // // Frame[73] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1735,6 +2031,10 @@ // // // Frame[74] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1761,6 +2061,10 @@ // // // Frame[75] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1780,6 +2084,10 @@ // // // Frame[76] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1806,6 +2114,10 @@ // // // Frame[77] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1823,6 +2135,10 @@ // // // Frame[78] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1849,6 +2165,10 @@ // // // Frame[79] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1875,6 +2195,10 @@ // // // Frame[80] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1901,6 +2225,10 @@ // // // Frame[81] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1927,6 +2255,10 @@ // // // Frame[82] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1953,6 +2285,10 @@ // // // Frame[83] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1979,6 +2315,10 @@ // // // Frame[84] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2005,6 +2345,10 @@ // // // Frame[85] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2031,6 +2375,10 @@ // // // Frame[86] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2055,6 +2403,10 @@ // // // Frame[87] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2081,6 +2433,10 @@ // // // Frame[88] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2107,6 +2463,10 @@ // // // Frame[89] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2126,6 +2486,10 @@ // // // Frame[90] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2152,6 +2516,10 @@ // // // Frame[91] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2178,6 +2546,10 @@ // // // Frame[92] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2204,6 +2576,10 @@ // // // Frame[93] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2230,6 +2606,10 @@ // // // Frame[94] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2256,6 +2636,10 @@ // // // Frame[95] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2282,6 +2666,10 @@ // // // Frame[96] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2308,6 +2696,10 @@ // // // Frame[97] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2334,6 +2726,10 @@ // // // Frame[98] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2351,6 +2747,10 @@ // // // Frame[99] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2377,6 +2777,10 @@ // // // Frame[100] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2403,6 +2807,10 @@ // // // Frame[101] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2429,6 +2837,10 @@ // // // Frame[102] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2455,6 +2867,10 @@ // // // Frame[103] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2475,6 +2891,10 @@ // // // Frame[104] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2501,6 +2921,10 @@ // // // Frame[105] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2527,6 +2951,10 @@ // // // Frame[106] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2553,6 +2981,10 @@ // // // Frame[107] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2579,6 +3011,10 @@ // // // Frame[108] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2605,6 +3041,10 @@ // // // Frame[109] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2631,6 +3071,10 @@ // // // Frame[110] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2657,6 +3101,10 @@ // // // Frame[111] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2677,6 +3125,10 @@ // // // Frame[112] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2703,6 +3155,10 @@ // // // Frame[113] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2725,6 +3181,10 @@ // // // Frame[114] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2742,6 +3202,10 @@ // // // Frame[115] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2759,6 +3223,10 @@ // // // Frame[116] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2777,6 +3245,10 @@ // // // Frame[117] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2803,6 +3275,10 @@ // // // Frame[118] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2829,6 +3305,10 @@ // // // Frame[119] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2850,6 +3330,10 @@ // // // Frame[120] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2876,6 +3360,10 @@ // // // Frame[121] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2901,6 +3389,10 @@ // // // Frame[122] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2918,6 +3410,10 @@ // // // Frame[123] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2935,6 +3431,10 @@ // // // Frame[124] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2961,6 +3461,10 @@ // // // Frame[125] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2987,6 +3491,10 @@ // // // Frame[126] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3013,6 +3521,10 @@ // // // Frame[127] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3030,6 +3542,10 @@ // // // Frame[128] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3052,6 +3568,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3110,6 +3630,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3288,6 +3812,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3490,6 +4018,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3569,6 +4101,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3630,6 +4166,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3751,6 +4291,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3896,6 +4440,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3963,6 +4511,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4063,6 +4615,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4178,6 +4734,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4236,6 +4796,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4390,6 +4954,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4544,6 +5112,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4602,6 +5174,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4675,6 +5251,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4895,6 +5475,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4983,6 +5567,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5047,6 +5635,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5126,6 +5718,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5346,6 +5942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5419,6 +6019,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5573,6 +6177,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5787,6 +6395,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5995,6 +6607,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6182,6 +6798,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6246,6 +6866,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6304,6 +6928,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6383,6 +7011,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6591,6 +7223,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6733,6 +7369,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6791,6 +7431,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6891,6 +7535,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7117,6 +7765,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7175,6 +7827,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7263,6 +7919,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7342,6 +8002,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7517,6 +8181,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7575,6 +8243,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7777,6 +8449,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7853,6 +8529,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7929,6 +8609,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8026,6 +8710,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8192,6 +8880,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8250,6 +8942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8461,6 +9157,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8543,6 +9243,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8775,6 +9479,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9007,6 +9715,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9230,6 +9942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9378,6 +10094,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9505,6 +10225,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9638,6 +10362,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9696,6 +10424,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9793,6 +10525,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9872,6 +10608,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10032,6 +10772,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10222,6 +10966,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10301,6 +11049,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10377,6 +11129,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10462,6 +11218,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10661,6 +11421,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10719,6 +11483,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10930,6 +11698,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11012,6 +11784,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11070,6 +11846,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11128,6 +11908,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11210,6 +11994,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11301,6 +12089,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11461,6 +12253,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11675,6 +12471,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11748,6 +12548,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11806,6 +12610,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11864,6 +12672,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12094,6 +12906,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12324,6 +13140,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12386,6 +13206,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12589,6 +13413,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12645,6 +13473,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12875,6 +13707,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13105,6 +13941,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13335,6 +14175,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13565,6 +14409,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13795,6 +14643,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14025,6 +14877,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14255,6 +15111,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14428,6 +15288,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14505,6 +15369,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14684,6 +15552,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14908,6 +15780,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14970,6 +15846,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15200,6 +16080,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15361,6 +16245,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15573,6 +16461,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15803,6 +16695,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15931,6 +16827,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16161,6 +17061,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16355,6 +17259,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16510,6 +17418,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16566,6 +17478,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16796,6 +17712,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17020,6 +17940,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17235,6 +18159,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17465,6 +18393,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17530,6 +18462,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17757,6 +18693,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17858,6 +18798,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17950,6 +18894,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18078,6 +19026,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18305,6 +19257,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18415,6 +19371,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18582,6 +19542,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18647,6 +19611,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18877,6 +19845,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18948,6 +19920,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19004,6 +19980,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19060,6 +20040,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19119,6 +20103,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19349,6 +20337,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19441,6 +20433,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19509,6 +20505,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19739,6 +20739,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19819,6 +20823,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19875,6 +20883,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19931,6 +20943,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20107,6 +21123,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20196,6 +21216,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20402,6 +21426,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20458,6 +21486,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } diff --git a/pkg/util/converter/testdata/prom-exemplars-b-wide-frame.jsonc b/pkg/util/converter/testdata/prom-exemplars-b-wide-frame.jsonc index 25369baebe5..327e5e5e65a 100644 --- a/pkg/util/converter/testdata/prom-exemplars-b-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-exemplars-b-wide-frame.jsonc @@ -1,6 +1,10 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -18,6 +22,10 @@ // // // Frame[1] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -44,6 +52,10 @@ // // // Frame[2] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -70,6 +82,10 @@ // // // Frame[3] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -94,6 +110,10 @@ // // // Frame[4] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -112,6 +132,10 @@ // // // Frame[5] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -138,6 +162,10 @@ // // // Frame[6] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -164,6 +192,10 @@ // // // Frame[7] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -184,6 +216,10 @@ // // // Frame[8] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -210,6 +246,10 @@ // // // Frame[9] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -236,6 +276,10 @@ // // // Frame[10] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -253,6 +297,10 @@ // // // Frame[11] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -279,6 +327,10 @@ // // // Frame[12] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -305,6 +357,10 @@ // // // Frame[13] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -322,6 +378,10 @@ // // // Frame[14] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -344,6 +404,10 @@ // // // Frame[15] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -370,6 +434,10 @@ // // // Frame[16] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -396,6 +464,10 @@ // // // Frame[17] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -415,6 +487,10 @@ // // // Frame[18] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -439,6 +515,10 @@ // // // Frame[19] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -465,6 +545,10 @@ // // // Frame[20] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -487,6 +571,10 @@ // // // Frame[21] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -513,6 +601,10 @@ // // // Frame[22] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -539,6 +631,10 @@ // // // Frame[23] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -565,6 +661,10 @@ // // // Frame[24] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -591,6 +691,10 @@ // // // Frame[25] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -610,6 +714,10 @@ // // // Frame[26] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -627,6 +735,10 @@ // // // Frame[27] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -651,6 +763,10 @@ // // // Frame[28] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -677,6 +793,10 @@ // // // Frame[29] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -703,6 +823,10 @@ // // // Frame[30] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -720,6 +844,10 @@ // // // Frame[31] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -746,6 +874,10 @@ // // // Frame[32] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -772,6 +904,10 @@ // // // Frame[33] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -789,6 +925,10 @@ // // // Frame[34] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -815,6 +955,10 @@ // // // Frame[35] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -839,6 +983,10 @@ // // // Frame[36] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -865,6 +1013,10 @@ // // // Frame[37] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -882,6 +1034,10 @@ // // // Frame[38] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -908,6 +1064,10 @@ // // // Frame[39] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -931,6 +1091,10 @@ // // // Frame[40] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -954,6 +1118,10 @@ // // // Frame[41] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -980,6 +1148,10 @@ // // // Frame[42] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1006,6 +1178,10 @@ // // // Frame[43] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1023,6 +1199,10 @@ // // // Frame[44] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1049,6 +1229,10 @@ // // // Frame[45] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1074,6 +1258,10 @@ // // // Frame[46] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1100,6 +1288,10 @@ // // // Frame[47] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1126,6 +1318,10 @@ // // // Frame[48] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1152,6 +1348,10 @@ // // // Frame[49] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1178,6 +1378,10 @@ // // // Frame[50] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1204,6 +1408,10 @@ // // // Frame[51] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1230,6 +1438,10 @@ // // // Frame[52] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1247,6 +1459,10 @@ // // // Frame[53] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1273,6 +1489,10 @@ // // // Frame[54] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1297,6 +1517,10 @@ // // // Frame[55] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1323,6 +1547,10 @@ // // // Frame[56] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1349,6 +1577,10 @@ // // // Frame[57] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1373,6 +1605,10 @@ // // // Frame[58] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1396,6 +1632,10 @@ // // // Frame[59] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1422,6 +1662,10 @@ // // // Frame[60] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1448,6 +1692,10 @@ // // // Frame[61] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1465,6 +1713,10 @@ // // // Frame[62] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1491,6 +1743,10 @@ // // // Frame[63] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1516,6 +1772,10 @@ // // // Frame[64] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1533,6 +1793,10 @@ // // // Frame[65] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1550,6 +1814,10 @@ // // // Frame[66] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1575,6 +1843,10 @@ // // // Frame[67] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1601,6 +1873,10 @@ // // // Frame[68] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1627,6 +1903,10 @@ // // // Frame[69] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1653,6 +1933,10 @@ // // // Frame[70] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1675,6 +1959,10 @@ // // // Frame[71] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1692,6 +1980,10 @@ // // // Frame[72] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1709,6 +2001,10 @@ // // // Frame[73] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1735,6 +2031,10 @@ // // // Frame[74] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1761,6 +2061,10 @@ // // // Frame[75] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1780,6 +2084,10 @@ // // // Frame[76] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1806,6 +2114,10 @@ // // // Frame[77] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1823,6 +2135,10 @@ // // // Frame[78] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1849,6 +2165,10 @@ // // // Frame[79] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1875,6 +2195,10 @@ // // // Frame[80] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1901,6 +2225,10 @@ // // // Frame[81] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1927,6 +2255,10 @@ // // // Frame[82] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1953,6 +2285,10 @@ // // // Frame[83] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -1979,6 +2315,10 @@ // // // Frame[84] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2005,6 +2345,10 @@ // // // Frame[85] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2031,6 +2375,10 @@ // // // Frame[86] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2055,6 +2403,10 @@ // // // Frame[87] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2081,6 +2433,10 @@ // // // Frame[88] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2107,6 +2463,10 @@ // // // Frame[89] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2126,6 +2486,10 @@ // // // Frame[90] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2152,6 +2516,10 @@ // // // Frame[91] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2178,6 +2546,10 @@ // // // Frame[92] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2204,6 +2576,10 @@ // // // Frame[93] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2230,6 +2606,10 @@ // // // Frame[94] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2256,6 +2636,10 @@ // // // Frame[95] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2282,6 +2666,10 @@ // // // Frame[96] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2308,6 +2696,10 @@ // // // Frame[97] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2334,6 +2726,10 @@ // // // Frame[98] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2351,6 +2747,10 @@ // // // Frame[99] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2377,6 +2777,10 @@ // // // Frame[100] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2403,6 +2807,10 @@ // // // Frame[101] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2429,6 +2837,10 @@ // // // Frame[102] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2455,6 +2867,10 @@ // // // Frame[103] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2475,6 +2891,10 @@ // // // Frame[104] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2501,6 +2921,10 @@ // // // Frame[105] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2527,6 +2951,10 @@ // // // Frame[106] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2553,6 +2981,10 @@ // // // Frame[107] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2579,6 +3011,10 @@ // // // Frame[108] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2605,6 +3041,10 @@ // // // Frame[109] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2631,6 +3071,10 @@ // // // Frame[110] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2657,6 +3101,10 @@ // // // Frame[111] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2677,6 +3125,10 @@ // // // Frame[112] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2703,6 +3155,10 @@ // // // Frame[113] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2725,6 +3181,10 @@ // // // Frame[114] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2742,6 +3202,10 @@ // // // Frame[115] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2759,6 +3223,10 @@ // // // Frame[116] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2777,6 +3245,10 @@ // // // Frame[117] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2803,6 +3275,10 @@ // // // Frame[118] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2829,6 +3305,10 @@ // // // Frame[119] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2850,6 +3330,10 @@ // // // Frame[120] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2876,6 +3360,10 @@ // // // Frame[121] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2901,6 +3389,10 @@ // // // Frame[122] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2918,6 +3410,10 @@ // // // Frame[123] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2935,6 +3431,10 @@ // // // Frame[124] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2961,6 +3461,10 @@ // // // Frame[125] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -2987,6 +3491,10 @@ // // // Frame[126] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3013,6 +3521,10 @@ // // // Frame[127] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3030,6 +3542,10 @@ // // // Frame[128] { +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "exemplar" // } @@ -3052,6 +3568,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3110,6 +3630,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3288,6 +3812,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3490,6 +4018,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3569,6 +4101,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3630,6 +4166,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3751,6 +4291,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3896,6 +4440,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -3963,6 +4511,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4063,6 +4615,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4178,6 +4734,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4236,6 +4796,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4390,6 +4954,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4544,6 +5112,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4602,6 +5174,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4675,6 +5251,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4895,6 +5475,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -4983,6 +5567,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5047,6 +5635,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5126,6 +5718,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5346,6 +5942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5419,6 +6019,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5573,6 +6177,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5787,6 +6395,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -5995,6 +6607,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6182,6 +6798,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6246,6 +6866,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6304,6 +6928,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6383,6 +7011,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6591,6 +7223,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6733,6 +7369,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6791,6 +7431,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -6891,6 +7535,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7117,6 +7765,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7175,6 +7827,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7263,6 +7919,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7342,6 +8002,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7517,6 +8181,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7575,6 +8243,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7777,6 +8449,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7853,6 +8529,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -7929,6 +8609,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8026,6 +8710,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8192,6 +8880,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8250,6 +8942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8461,6 +9157,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8543,6 +9243,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -8775,6 +9479,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9007,6 +9715,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9230,6 +9942,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9378,6 +10094,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9505,6 +10225,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9638,6 +10362,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9696,6 +10424,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9793,6 +10525,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -9872,6 +10608,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10032,6 +10772,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10222,6 +10966,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10301,6 +11049,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10377,6 +11129,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10462,6 +11218,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10661,6 +11421,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10719,6 +11483,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -10930,6 +11698,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11012,6 +11784,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11070,6 +11846,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11128,6 +11908,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11210,6 +11994,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11301,6 +12089,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11461,6 +12253,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11675,6 +12471,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11748,6 +12548,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11806,6 +12610,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -11864,6 +12672,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12094,6 +12906,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12324,6 +13140,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12386,6 +13206,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12589,6 +13413,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12645,6 +13473,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -12875,6 +13707,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13105,6 +13941,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13335,6 +14175,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13565,6 +14409,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -13795,6 +14643,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14025,6 +14877,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14255,6 +15111,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14428,6 +15288,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14505,6 +15369,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14684,6 +15552,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14908,6 +15780,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -14970,6 +15846,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15200,6 +16080,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15361,6 +16245,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15573,6 +16461,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15803,6 +16695,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -15931,6 +16827,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16161,6 +17061,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16355,6 +17259,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16510,6 +17418,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16566,6 +17478,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -16796,6 +17712,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17020,6 +17940,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17235,6 +18159,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17465,6 +18393,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17530,6 +18462,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17757,6 +18693,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17858,6 +18798,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -17950,6 +18894,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18078,6 +19026,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18305,6 +19257,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18415,6 +19371,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18582,6 +19542,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18647,6 +19611,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18877,6 +19845,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -18948,6 +19920,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19004,6 +19980,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19060,6 +20040,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19119,6 +20103,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19349,6 +20337,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19441,6 +20433,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19509,6 +20505,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19739,6 +20739,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19819,6 +20823,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19875,6 +20883,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -19931,6 +20943,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20107,6 +21123,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20196,6 +21216,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20402,6 +21426,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } @@ -20458,6 +21486,10 @@ { "schema": { "meta": { + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "exemplar" } diff --git a/pkg/util/converter/testdata/prom-matrix-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-frame.jsonc index 34962e54703..4ecafdfbd88 100644 --- a/pkg/util/converter/testdata/prom-matrix-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "matrix" // } @@ -22,6 +26,10 @@ // // Frame[1] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "matrix" // } @@ -47,6 +55,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "matrix" } @@ -92,6 +104,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "matrix" } diff --git a/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc index f02ca0ce646..4f20a1abe2b 100644 --- a/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 932 Rows @@ -30,7 +34,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-wide-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-wide-frame.jsonc index f02ca0ce646..4f20a1abe2b 100644 --- a/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-histogram-no-labels-wide-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 932 Rows @@ -30,7 +34,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc index 49c6a3829a6..f4903ec2f39 100644 --- a/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -15,7 +19,11 @@ // // // Frame[1] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -29,7 +37,11 @@ // // // Frame[2] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -43,7 +55,11 @@ // // // Frame[3] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -57,7 +73,11 @@ // // // Frame[4] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -71,7 +91,11 @@ // // // Frame[5] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -85,7 +109,11 @@ // // // Frame[6] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -99,7 +127,11 @@ // // // Frame[7] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -113,7 +145,11 @@ // // // Frame[8] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 1 Rows @@ -128,7 +164,11 @@ // // // Frame[9] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -142,7 +182,11 @@ // // // Frame[10] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 426 Rows @@ -166,7 +210,11 @@ // // // Frame[11] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 1 Rows @@ -181,7 +229,11 @@ // // // Frame[12] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 6 Rows @@ -201,7 +253,11 @@ // // // Frame[13] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 269 Rows @@ -225,7 +281,11 @@ // // // Frame[14] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 303 Rows @@ -249,7 +309,11 @@ // // // Frame[15] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 56 Rows @@ -273,7 +337,11 @@ // // // Frame[16] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 41 Rows @@ -297,7 +365,11 @@ // // // Frame[17] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 29 Rows @@ -321,7 +393,11 @@ // // // Frame[18] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 38 Rows @@ -345,7 +421,11 @@ // // // Frame[19] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 195 Rows @@ -369,7 +449,11 @@ // // // Frame[20] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 261 Rows @@ -393,7 +477,11 @@ // // // Frame[21] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 176 Rows @@ -417,7 +505,11 @@ // // // Frame[22] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 255 Rows @@ -441,7 +533,11 @@ // // // Frame[23] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 167 Rows @@ -470,7 +566,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -528,7 +628,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -586,7 +690,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -644,7 +752,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -702,7 +814,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -760,7 +876,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -818,7 +938,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -876,7 +1000,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -934,7 +1062,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -1002,7 +1134,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -1060,7 +1196,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3253,7 +3393,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3321,7 +3465,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3414,7 +3562,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -4822,7 +4974,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -6400,7 +6556,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -6743,7 +6903,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7011,7 +7175,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7219,7 +7387,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7472,7 +7644,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -8510,7 +8686,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -9878,7 +10058,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -10821,7 +11005,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -12159,7 +12347,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-wide-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-wide-frame.jsonc index 49c6a3829a6..f4903ec2f39 100644 --- a/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-histogram-partitioned-wide-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -15,7 +19,11 @@ // // // Frame[1] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -29,7 +37,11 @@ // // // Frame[2] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -43,7 +55,11 @@ // // // Frame[3] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -57,7 +73,11 @@ // // // Frame[4] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -71,7 +91,11 @@ // // // Frame[5] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -85,7 +109,11 @@ // // // Frame[6] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -99,7 +127,11 @@ // // // Frame[7] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -113,7 +145,11 @@ // // // Frame[8] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 1 Rows @@ -128,7 +164,11 @@ // // // Frame[9] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 0 Rows @@ -142,7 +182,11 @@ // // // Frame[10] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 426 Rows @@ -166,7 +210,11 @@ // // // Frame[11] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 1 Rows @@ -181,7 +229,11 @@ // // // Frame[12] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 6 Rows @@ -201,7 +253,11 @@ // // // Frame[13] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 269 Rows @@ -225,7 +281,11 @@ // // // Frame[14] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 303 Rows @@ -249,7 +309,11 @@ // // // Frame[15] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 56 Rows @@ -273,7 +337,11 @@ // // // Frame[16] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 41 Rows @@ -297,7 +365,11 @@ // // // Frame[17] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 29 Rows @@ -321,7 +393,11 @@ // // // Frame[18] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 38 Rows @@ -345,7 +421,11 @@ // // // Frame[19] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 195 Rows @@ -369,7 +449,11 @@ // // // Frame[20] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 261 Rows @@ -393,7 +477,11 @@ // // // Frame[21] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 176 Rows @@ -417,7 +505,11 @@ // // // Frame[22] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 255 Rows @@ -441,7 +533,11 @@ // // // Frame[23] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 167 Rows @@ -470,7 +566,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -528,7 +628,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -586,7 +690,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -644,7 +752,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -702,7 +814,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -760,7 +876,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -818,7 +938,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -876,7 +1000,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -934,7 +1062,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -1002,7 +1134,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -1060,7 +1196,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3253,7 +3393,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3321,7 +3465,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -3414,7 +3562,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -4822,7 +4974,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -6400,7 +6556,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -6743,7 +6903,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7011,7 +7175,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7219,7 +7387,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -7472,7 +7644,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -8510,7 +8686,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -9878,7 +10058,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -10821,7 +11005,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { @@ -12159,7 +12347,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-matrix-wide-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-wide-frame.jsonc index affb83ab5b2..346b89d1eb0 100644 --- a/pkg/util/converter/testdata/prom-matrix-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-wide-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-wide", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "matrix" // } @@ -27,6 +31,10 @@ "schema": { "meta": { "type": "timeseries-wide", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "matrix" } diff --git a/pkg/util/converter/testdata/prom-matrix-with-nans-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-with-nans-frame.jsonc index f527d47df0d..b70eeb0114f 100644 --- a/pkg/util/converter/testdata/prom-matrix-with-nans-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-with-nans-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "matrix" // } @@ -27,6 +31,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "matrix" } diff --git a/pkg/util/converter/testdata/prom-matrix-with-nans-wide-frame.jsonc b/pkg/util/converter/testdata/prom-matrix-with-nans-wide-frame.jsonc index c53e80c0c73..32700084f19 100644 --- a/pkg/util/converter/testdata/prom-matrix-with-nans-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-matrix-with-nans-wide-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-wide", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "matrix" // } @@ -27,6 +31,10 @@ "schema": { "meta": { "type": "timeseries-wide", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "matrix" } diff --git a/pkg/util/converter/testdata/prom-scalar-frame.jsonc b/pkg/util/converter/testdata/prom-scalar-frame.jsonc index bd0d2cacdd5..51d7bd4cdc1 100644 --- a/pkg/util/converter/testdata/prom-scalar-frame.jsonc +++ b/pkg/util/converter/testdata/prom-scalar-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "timeseries-multi", +// "type": "numeric-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "scalar" // } @@ -24,7 +28,11 @@ { "schema": { "meta": { - "type": "timeseries-multi", + "type": "numeric-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "scalar" } diff --git a/pkg/util/converter/testdata/prom-scalar-wide-frame.jsonc b/pkg/util/converter/testdata/prom-scalar-wide-frame.jsonc index bd0d2cacdd5..51d7bd4cdc1 100644 --- a/pkg/util/converter/testdata/prom-scalar-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-scalar-wide-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "timeseries-multi", +// "type": "numeric-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "scalar" // } @@ -24,7 +28,11 @@ { "schema": { "meta": { - "type": "timeseries-multi", + "type": "numeric-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "scalar" } diff --git a/pkg/util/converter/testdata/prom-string-frame.jsonc b/pkg/util/converter/testdata/prom-string-frame.jsonc index 6307e2916bc..bb666cbe17e 100644 --- a/pkg/util/converter/testdata/prom-string-frame.jsonc +++ b/pkg/util/converter/testdata/prom-string-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "string" // } @@ -25,6 +29,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "string" } diff --git a/pkg/util/converter/testdata/prom-string-wide-frame.jsonc b/pkg/util/converter/testdata/prom-string-wide-frame.jsonc index 6307e2916bc..bb666cbe17e 100644 --- a/pkg/util/converter/testdata/prom-string-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-string-wide-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "string" // } @@ -25,6 +29,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "string" } diff --git a/pkg/util/converter/testdata/prom-vector-frame.jsonc b/pkg/util/converter/testdata/prom-vector-frame.jsonc index cdd2532fa5f..aaa61cef9b9 100644 --- a/pkg/util/converter/testdata/prom-vector-frame.jsonc +++ b/pkg/util/converter/testdata/prom-vector-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -20,6 +24,10 @@ // // Frame[1] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -38,6 +46,10 @@ // // Frame[2] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -56,6 +68,10 @@ // // Frame[3] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -74,6 +90,10 @@ // // Frame[4] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -97,6 +117,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } @@ -138,6 +162,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } @@ -179,6 +207,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } @@ -227,6 +259,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } @@ -275,6 +311,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } diff --git a/pkg/util/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc b/pkg/util/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc index 21f3e31e35e..96385a67302 100644 --- a/pkg/util/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc +++ b/pkg/util/converter/testdata/prom-vector-histogram-no-labels-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 134 Rows @@ -30,7 +34,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-vector-histogram-no-labels-wide-frame.jsonc b/pkg/util/converter/testdata/prom-vector-histogram-no-labels-wide-frame.jsonc index 21f3e31e35e..96385a67302 100644 --- a/pkg/util/converter/testdata/prom-vector-histogram-no-labels-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-vector-histogram-no-labels-wide-frame.jsonc @@ -1,7 +1,11 @@ // 🌟 This was machine generated. Do not edit. 🌟 // // Frame[0] { -// "type": "heatmap-cells" +// "type": "heatmap-cells", +// "typeVersion": [ +// 0, +// 0 +// ] // } // Name: // Dimensions: 5 Fields by 134 Rows @@ -30,7 +34,11 @@ { "schema": { "meta": { - "type": "heatmap-cells" + "type": "heatmap-cells", + "typeVersion": [ + 0, + 0 + ] }, "fields": [ { diff --git a/pkg/util/converter/testdata/prom-vector-wide-frame.jsonc b/pkg/util/converter/testdata/prom-vector-wide-frame.jsonc index e6cd4985d55..1be2f8cdd86 100644 --- a/pkg/util/converter/testdata/prom-vector-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-vector-wide-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-wide", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // } @@ -26,6 +30,10 @@ "schema": { "meta": { "type": "timeseries-wide", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" } diff --git a/pkg/util/converter/testdata/prom-warnings-frame.jsonc b/pkg/util/converter/testdata/prom-warnings-frame.jsonc index 6f88319e60b..6e7a9e43753 100644 --- a/pkg/util/converter/testdata/prom-warnings-frame.jsonc +++ b/pkg/util/converter/testdata/prom-warnings-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -30,6 +34,10 @@ // // Frame[1] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -58,6 +66,10 @@ // // Frame[2] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -86,6 +98,10 @@ // // Frame[3] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -114,6 +130,10 @@ // // Frame[4] { // "type": "timeseries-multi", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -147,6 +167,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" }, @@ -198,6 +222,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" }, @@ -249,6 +277,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" }, @@ -307,6 +339,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" }, @@ -365,6 +401,10 @@ "schema": { "meta": { "type": "timeseries-multi", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" }, diff --git a/pkg/util/converter/testdata/prom-warnings-wide-frame.jsonc b/pkg/util/converter/testdata/prom-warnings-wide-frame.jsonc index 36fac2a7969..1b5e6d5c8a2 100644 --- a/pkg/util/converter/testdata/prom-warnings-wide-frame.jsonc +++ b/pkg/util/converter/testdata/prom-warnings-wide-frame.jsonc @@ -2,6 +2,10 @@ // // Frame[0] { // "type": "timeseries-wide", +// "typeVersion": [ +// 0, +// 0 +// ], // "custom": { // "resultType": "vector" // }, @@ -36,6 +40,10 @@ "schema": { "meta": { "type": "timeseries-wide", + "typeVersion": [ + 0, + 0 + ], "custom": { "resultType": "vector" },