@kong-ui-public/analytics-utilities 11.3.0 → 11.3.1-pr.2506.101e001f1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/dashboardSchema.v2.d.ts +21 -21
- package/dist/types/types/country-codes.d.ts +2 -2
- package/dist/types/types/country-codes.d.ts.map +1 -1
- package/dist/types/types/explore/advanced.d.ts +2 -2
- package/dist/types/types/explore/advanced.d.ts.map +1 -1
- package/dist/types/types/explore/requests.d.ts +2 -2
- package/dist/types/types/explore/requests.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +208 -210
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,196 +1,7 @@
|
|
|
1
1
|
var jn = Object.defineProperty;
|
|
2
2
|
var zn = (e, t, r) => t in e ? jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var b = (e, t, r) => zn(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
-
const Ms = 3e4, Os = 250, Ss = "analytics-query-provider"
|
|
5
|
-
var m = /* @__PURE__ */ ((e) => (e.FIFTEEN_MIN = "15m", e.ONE_HOUR = "1h", e.SIX_HOUR = "6h", e.TWELVE_HOUR = "12h", e.ONE_DAY = "24h", e.SEVEN_DAY = "7d", e.THIRTY_DAY = "30d", e.CURRENT_WEEK = "current_week", e.CURRENT_MONTH = "current_month", e.CURRENT_QUARTER = "current_quarter", e.PREVIOUS_WEEK = "previous_week", e.PREVIOUS_MONTH = "previous_month", e.PREVIOUS_QUARTER = "previous_quarter", e))(m || {});
|
|
6
|
-
const vs = [
|
|
7
|
-
"horizontal_bar",
|
|
8
|
-
"vertical_bar",
|
|
9
|
-
"timeseries_line",
|
|
10
|
-
"choropleth_map",
|
|
11
|
-
"timeseries_bar",
|
|
12
|
-
"donut",
|
|
13
|
-
"single_value"
|
|
14
|
-
], Vn = ["in", "not_in", "selector"], Es = ["=", "!="], xs = ["=", "!=", "<", ">", "<=", ">="], Bn = ["empty", "not_empty"], Ns = ["starts_with", "ends_with"], Ps = ["absolute", "relative"], Xn = [
|
|
15
|
-
"15m",
|
|
16
|
-
"1h",
|
|
17
|
-
"6h",
|
|
18
|
-
"12h",
|
|
19
|
-
"24h",
|
|
20
|
-
"7d",
|
|
21
|
-
"current_week",
|
|
22
|
-
"previous_week",
|
|
23
|
-
"30d",
|
|
24
|
-
"current_month",
|
|
25
|
-
"previous_month"
|
|
26
|
-
], er = [
|
|
27
|
-
"secondly",
|
|
28
|
-
"tenSecondly",
|
|
29
|
-
"thirtySecondly",
|
|
30
|
-
"minutely",
|
|
31
|
-
"fiveMinutely",
|
|
32
|
-
"tenMinutely",
|
|
33
|
-
"thirtyMinutely",
|
|
34
|
-
"hourly",
|
|
35
|
-
"twoHourly",
|
|
36
|
-
"twelveHourly",
|
|
37
|
-
"daily",
|
|
38
|
-
"weekly",
|
|
39
|
-
"trend"
|
|
40
|
-
], ie = (e) => e.filter((t) => t !== "time"), Ve = [
|
|
41
|
-
"api",
|
|
42
|
-
"api_product",
|
|
43
|
-
"api_product_version",
|
|
44
|
-
"control_plane",
|
|
45
|
-
"control_plane_group",
|
|
46
|
-
"data_plane_node",
|
|
47
|
-
"gateway_service",
|
|
48
|
-
"portal",
|
|
49
|
-
"route",
|
|
50
|
-
"status_code",
|
|
51
|
-
"status_code_grouped",
|
|
52
|
-
"time"
|
|
53
|
-
], Me = ie(Ve), tr = [
|
|
54
|
-
"active_services",
|
|
55
|
-
"request_count",
|
|
56
|
-
"request_per_minute",
|
|
57
|
-
"response_latency_average"
|
|
58
|
-
], rr = [
|
|
59
|
-
...Ve,
|
|
60
|
-
"application",
|
|
61
|
-
"consumer",
|
|
62
|
-
"country_code",
|
|
63
|
-
"iso_code",
|
|
64
|
-
"upstream_status_code",
|
|
65
|
-
"upstream_status_code_grouped",
|
|
66
|
-
"response_source",
|
|
67
|
-
"data_plane_node_version",
|
|
68
|
-
"realm"
|
|
69
|
-
], Oe = ie(rr), $n = [
|
|
70
|
-
...tr,
|
|
71
|
-
"response_latency_p99",
|
|
72
|
-
"response_latency_p95",
|
|
73
|
-
"response_latency_p50",
|
|
74
|
-
"upstream_latency_p99",
|
|
75
|
-
"upstream_latency_p95",
|
|
76
|
-
"upstream_latency_p50",
|
|
77
|
-
"upstream_latency_average",
|
|
78
|
-
"kong_latency_p99",
|
|
79
|
-
"kong_latency_p95",
|
|
80
|
-
"kong_latency_p50",
|
|
81
|
-
"kong_latency_average",
|
|
82
|
-
"response_size_p99",
|
|
83
|
-
"response_size_p95",
|
|
84
|
-
"response_size_p50",
|
|
85
|
-
"response_size_average",
|
|
86
|
-
"response_size_sum",
|
|
87
|
-
"request_size_p99",
|
|
88
|
-
"request_size_p95",
|
|
89
|
-
"request_size_p50",
|
|
90
|
-
"request_size_average",
|
|
91
|
-
"request_size_sum"
|
|
92
|
-
], nr = [
|
|
93
|
-
"control_plane",
|
|
94
|
-
"control_plane_group",
|
|
95
|
-
"gateway_service",
|
|
96
|
-
"consumer",
|
|
97
|
-
"application",
|
|
98
|
-
"route",
|
|
99
|
-
"ai_provider",
|
|
100
|
-
"ai_response_model",
|
|
101
|
-
"ai_request_model",
|
|
102
|
-
"llm_cache_status",
|
|
103
|
-
"llm_embeddings_provider",
|
|
104
|
-
"llm_embeddings_model",
|
|
105
|
-
"time",
|
|
106
|
-
"realm",
|
|
107
|
-
"status_code",
|
|
108
|
-
"status_code_grouped",
|
|
109
|
-
"ai_plugin"
|
|
110
|
-
], Se = ie(nr), Zn = [
|
|
111
|
-
"total_tokens",
|
|
112
|
-
"prompt_tokens",
|
|
113
|
-
"completion_tokens",
|
|
114
|
-
"ai_request_count",
|
|
115
|
-
"cost",
|
|
116
|
-
"llm_cache_embeddings_latency_average",
|
|
117
|
-
"llm_cache_fetch_latency_average",
|
|
118
|
-
"llm_latency_average",
|
|
119
|
-
"llm_embeddings_tokens",
|
|
120
|
-
"llm_embeddings_cost"
|
|
121
|
-
], Qn = [
|
|
122
|
-
"api",
|
|
123
|
-
"api_product",
|
|
124
|
-
"api_product_version",
|
|
125
|
-
"application",
|
|
126
|
-
"auth_type",
|
|
127
|
-
"client_ip",
|
|
128
|
-
"consumer",
|
|
129
|
-
"consumer_group",
|
|
130
|
-
"control_plane",
|
|
131
|
-
"control_plane_group",
|
|
132
|
-
"country_code",
|
|
133
|
-
"data_plane_node",
|
|
134
|
-
"data_plane_node_version",
|
|
135
|
-
"gateway_service",
|
|
136
|
-
"header_host",
|
|
137
|
-
"header_user_agent",
|
|
138
|
-
"http_method",
|
|
139
|
-
"iso_code",
|
|
140
|
-
"portal",
|
|
141
|
-
"realm",
|
|
142
|
-
"request_id",
|
|
143
|
-
"request_uri",
|
|
144
|
-
"response_header_content_type",
|
|
145
|
-
"response_source",
|
|
146
|
-
"route",
|
|
147
|
-
"service_port",
|
|
148
|
-
"service_protocol",
|
|
149
|
-
"sse",
|
|
150
|
-
"status_code_grouped",
|
|
151
|
-
"time",
|
|
152
|
-
"trace_id",
|
|
153
|
-
"upstream_uri",
|
|
154
|
-
"upstream_status_code_grouped",
|
|
155
|
-
"websocket"
|
|
156
|
-
], Kn = ie(Qn), Jn = [
|
|
157
|
-
"auth_type",
|
|
158
|
-
"client_ip",
|
|
159
|
-
"country_code",
|
|
160
|
-
"data_plane_node_version",
|
|
161
|
-
"header_host",
|
|
162
|
-
"header_user_agent",
|
|
163
|
-
"http_method",
|
|
164
|
-
"request_id",
|
|
165
|
-
"request_uri",
|
|
166
|
-
"response_header_content_type",
|
|
167
|
-
"response_source",
|
|
168
|
-
"service_port",
|
|
169
|
-
"service_protocol",
|
|
170
|
-
"trace_id",
|
|
171
|
-
"upstream_uri"
|
|
172
|
-
], Is = Jn, ea = [
|
|
173
|
-
"ai_count",
|
|
174
|
-
"latencies_response_ms",
|
|
175
|
-
"latencies_upstream_ms",
|
|
176
|
-
"latencies_kong_gateway_ms",
|
|
177
|
-
"request_body_size",
|
|
178
|
-
"response_body_size",
|
|
179
|
-
"response_header_content_length",
|
|
180
|
-
"status_code",
|
|
181
|
-
"upstream_status_code"
|
|
182
|
-
], ta = ie(ea), Cs = [
|
|
183
|
-
"15M",
|
|
184
|
-
"1H",
|
|
185
|
-
"6H",
|
|
186
|
-
"12H",
|
|
187
|
-
"24H",
|
|
188
|
-
"7D"
|
|
189
|
-
], Rs = ["basic", "api_usage", "llm_usage"], ra = {
|
|
190
|
-
basic: new Set(Me),
|
|
191
|
-
api_usage: new Set(Oe),
|
|
192
|
-
llm_usage: new Set(Se)
|
|
193
|
-
}, ks = (e, t) => t.filter((r) => ra[e].has(r.field)), na = [
|
|
4
|
+
const Ms = 3e4, Os = 250, Ss = "analytics-query-provider", Vn = [
|
|
194
5
|
"AF",
|
|
195
6
|
// Afghanistan
|
|
196
7
|
"AX",
|
|
@@ -689,7 +500,194 @@ const vs = [
|
|
|
689
500
|
// Zambia
|
|
690
501
|
"ZW"
|
|
691
502
|
// Zimbabwe
|
|
692
|
-
]
|
|
503
|
+
];
|
|
504
|
+
var m = /* @__PURE__ */ ((e) => (e.FIFTEEN_MIN = "15m", e.ONE_HOUR = "1h", e.SIX_HOUR = "6h", e.TWELVE_HOUR = "12h", e.ONE_DAY = "24h", e.SEVEN_DAY = "7d", e.THIRTY_DAY = "30d", e.CURRENT_WEEK = "current_week", e.CURRENT_MONTH = "current_month", e.CURRENT_QUARTER = "current_quarter", e.PREVIOUS_WEEK = "previous_week", e.PREVIOUS_MONTH = "previous_month", e.PREVIOUS_QUARTER = "previous_quarter", e))(m || {});
|
|
505
|
+
const vs = [
|
|
506
|
+
"horizontal_bar",
|
|
507
|
+
"vertical_bar",
|
|
508
|
+
"timeseries_line",
|
|
509
|
+
"choropleth_map",
|
|
510
|
+
"timeseries_bar",
|
|
511
|
+
"donut",
|
|
512
|
+
"single_value"
|
|
513
|
+
], Bn = ["in", "not_in", "selector"], Es = ["=", "!="], xs = ["=", "!=", "<", ">", "<=", ">="], Xn = ["empty", "not_empty"], Ns = ["starts_with", "ends_with"], Ps = ["absolute", "relative"], $n = [
|
|
514
|
+
"15m",
|
|
515
|
+
"1h",
|
|
516
|
+
"6h",
|
|
517
|
+
"12h",
|
|
518
|
+
"24h",
|
|
519
|
+
"7d",
|
|
520
|
+
"current_week",
|
|
521
|
+
"previous_week",
|
|
522
|
+
"30d",
|
|
523
|
+
"current_month",
|
|
524
|
+
"previous_month"
|
|
525
|
+
], er = [
|
|
526
|
+
"secondly",
|
|
527
|
+
"tenSecondly",
|
|
528
|
+
"thirtySecondly",
|
|
529
|
+
"minutely",
|
|
530
|
+
"fiveMinutely",
|
|
531
|
+
"tenMinutely",
|
|
532
|
+
"thirtyMinutely",
|
|
533
|
+
"hourly",
|
|
534
|
+
"twoHourly",
|
|
535
|
+
"twelveHourly",
|
|
536
|
+
"daily",
|
|
537
|
+
"weekly",
|
|
538
|
+
"trend"
|
|
539
|
+
], ie = (e) => e.filter((t) => t !== "time"), Ve = [
|
|
540
|
+
"api",
|
|
541
|
+
"api_product",
|
|
542
|
+
"api_product_version",
|
|
543
|
+
"control_plane",
|
|
544
|
+
"control_plane_group",
|
|
545
|
+
"data_plane_node",
|
|
546
|
+
"gateway_service",
|
|
547
|
+
"portal",
|
|
548
|
+
"route",
|
|
549
|
+
"status_code",
|
|
550
|
+
"status_code_grouped",
|
|
551
|
+
"time"
|
|
552
|
+
], Me = ie(Ve), tr = [
|
|
553
|
+
"active_services",
|
|
554
|
+
"request_count",
|
|
555
|
+
"request_per_minute",
|
|
556
|
+
"response_latency_average"
|
|
557
|
+
], rr = [
|
|
558
|
+
...Ve,
|
|
559
|
+
"application",
|
|
560
|
+
"consumer",
|
|
561
|
+
"country_code",
|
|
562
|
+
"upstream_status_code",
|
|
563
|
+
"upstream_status_code_grouped",
|
|
564
|
+
"response_source",
|
|
565
|
+
"data_plane_node_version",
|
|
566
|
+
"realm"
|
|
567
|
+
], Oe = ie(rr), Zn = [
|
|
568
|
+
...tr,
|
|
569
|
+
"response_latency_p99",
|
|
570
|
+
"response_latency_p95",
|
|
571
|
+
"response_latency_p50",
|
|
572
|
+
"upstream_latency_p99",
|
|
573
|
+
"upstream_latency_p95",
|
|
574
|
+
"upstream_latency_p50",
|
|
575
|
+
"upstream_latency_average",
|
|
576
|
+
"kong_latency_p99",
|
|
577
|
+
"kong_latency_p95",
|
|
578
|
+
"kong_latency_p50",
|
|
579
|
+
"kong_latency_average",
|
|
580
|
+
"response_size_p99",
|
|
581
|
+
"response_size_p95",
|
|
582
|
+
"response_size_p50",
|
|
583
|
+
"response_size_average",
|
|
584
|
+
"response_size_sum",
|
|
585
|
+
"request_size_p99",
|
|
586
|
+
"request_size_p95",
|
|
587
|
+
"request_size_p50",
|
|
588
|
+
"request_size_average",
|
|
589
|
+
"request_size_sum"
|
|
590
|
+
], nr = [
|
|
591
|
+
"control_plane",
|
|
592
|
+
"control_plane_group",
|
|
593
|
+
"gateway_service",
|
|
594
|
+
"consumer",
|
|
595
|
+
"application",
|
|
596
|
+
"route",
|
|
597
|
+
"ai_provider",
|
|
598
|
+
"ai_response_model",
|
|
599
|
+
"ai_request_model",
|
|
600
|
+
"llm_cache_status",
|
|
601
|
+
"llm_embeddings_provider",
|
|
602
|
+
"llm_embeddings_model",
|
|
603
|
+
"time",
|
|
604
|
+
"realm",
|
|
605
|
+
"status_code",
|
|
606
|
+
"status_code_grouped",
|
|
607
|
+
"ai_plugin"
|
|
608
|
+
], Se = ie(nr), Qn = [
|
|
609
|
+
"total_tokens",
|
|
610
|
+
"prompt_tokens",
|
|
611
|
+
"completion_tokens",
|
|
612
|
+
"ai_request_count",
|
|
613
|
+
"cost",
|
|
614
|
+
"llm_cache_embeddings_latency_average",
|
|
615
|
+
"llm_cache_fetch_latency_average",
|
|
616
|
+
"llm_latency_average",
|
|
617
|
+
"llm_embeddings_tokens",
|
|
618
|
+
"llm_embeddings_cost"
|
|
619
|
+
], Kn = [
|
|
620
|
+
"api",
|
|
621
|
+
"api_product",
|
|
622
|
+
"api_product_version",
|
|
623
|
+
"application",
|
|
624
|
+
"auth_type",
|
|
625
|
+
"client_ip",
|
|
626
|
+
"consumer",
|
|
627
|
+
"consumer_group",
|
|
628
|
+
"control_plane",
|
|
629
|
+
"control_plane_group",
|
|
630
|
+
"country_code",
|
|
631
|
+
"data_plane_node",
|
|
632
|
+
"data_plane_node_version",
|
|
633
|
+
"gateway_service",
|
|
634
|
+
"header_host",
|
|
635
|
+
"header_user_agent",
|
|
636
|
+
"http_method",
|
|
637
|
+
"portal",
|
|
638
|
+
"realm",
|
|
639
|
+
"request_id",
|
|
640
|
+
"request_uri",
|
|
641
|
+
"response_header_content_type",
|
|
642
|
+
"response_source",
|
|
643
|
+
"route",
|
|
644
|
+
"service_port",
|
|
645
|
+
"service_protocol",
|
|
646
|
+
"sse",
|
|
647
|
+
"status_code_grouped",
|
|
648
|
+
"time",
|
|
649
|
+
"trace_id",
|
|
650
|
+
"upstream_uri",
|
|
651
|
+
"upstream_status_code_grouped",
|
|
652
|
+
"websocket"
|
|
653
|
+
], Jn = ie(Kn), ea = [
|
|
654
|
+
"auth_type",
|
|
655
|
+
"client_ip",
|
|
656
|
+
"country_code",
|
|
657
|
+
"data_plane_node_version",
|
|
658
|
+
"header_host",
|
|
659
|
+
"header_user_agent",
|
|
660
|
+
"http_method",
|
|
661
|
+
"request_id",
|
|
662
|
+
"request_uri",
|
|
663
|
+
"response_header_content_type",
|
|
664
|
+
"response_source",
|
|
665
|
+
"service_port",
|
|
666
|
+
"service_protocol",
|
|
667
|
+
"trace_id",
|
|
668
|
+
"upstream_uri"
|
|
669
|
+
], Is = ea, ta = [
|
|
670
|
+
"ai_count",
|
|
671
|
+
"latencies_response_ms",
|
|
672
|
+
"latencies_upstream_ms",
|
|
673
|
+
"latencies_kong_gateway_ms",
|
|
674
|
+
"request_body_size",
|
|
675
|
+
"response_body_size",
|
|
676
|
+
"response_header_content_length",
|
|
677
|
+
"status_code",
|
|
678
|
+
"upstream_status_code"
|
|
679
|
+
], ra = ie(ta), Cs = [
|
|
680
|
+
"15M",
|
|
681
|
+
"1H",
|
|
682
|
+
"6H",
|
|
683
|
+
"12H",
|
|
684
|
+
"24H",
|
|
685
|
+
"7D"
|
|
686
|
+
], Rs = ["basic", "api_usage", "llm_usage"], na = {
|
|
687
|
+
basic: new Set(Me),
|
|
688
|
+
api_usage: new Set(Oe),
|
|
689
|
+
llm_usage: new Set(Se)
|
|
690
|
+
}, ks = (e, t) => t.filter((r) => na[e].has(r.field)), Ys = [
|
|
693
691
|
"horizontal_bar",
|
|
694
692
|
"vertical_bar",
|
|
695
693
|
"gauge",
|
|
@@ -882,7 +880,7 @@ const vs = [
|
|
|
882
880
|
chart_title: W,
|
|
883
881
|
fit_to_country: {
|
|
884
882
|
type: "string",
|
|
885
|
-
enum:
|
|
883
|
+
enum: Vn
|
|
886
884
|
},
|
|
887
885
|
legend: {
|
|
888
886
|
type: "boolean",
|
|
@@ -920,7 +918,7 @@ const vs = [
|
|
|
920
918
|
},
|
|
921
919
|
time_range: {
|
|
922
920
|
type: "string",
|
|
923
|
-
enum:
|
|
921
|
+
enum: $n,
|
|
924
922
|
default: "1h"
|
|
925
923
|
}
|
|
926
924
|
},
|
|
@@ -1010,7 +1008,7 @@ const vs = [
|
|
|
1010
1008
|
},
|
|
1011
1009
|
operator: {
|
|
1012
1010
|
type: "string",
|
|
1013
|
-
enum:
|
|
1011
|
+
enum: Bn
|
|
1014
1012
|
},
|
|
1015
1013
|
value: {
|
|
1016
1014
|
type: "array",
|
|
@@ -1036,7 +1034,7 @@ const vs = [
|
|
|
1036
1034
|
},
|
|
1037
1035
|
operator: {
|
|
1038
1036
|
type: "string",
|
|
1039
|
-
enum:
|
|
1037
|
+
enum: Xn
|
|
1040
1038
|
}
|
|
1041
1039
|
},
|
|
1042
1040
|
required: [
|
|
@@ -1057,7 +1055,7 @@ const vs = [
|
|
|
1057
1055
|
"api_usage"
|
|
1058
1056
|
]
|
|
1059
1057
|
},
|
|
1060
|
-
metrics: Xe(
|
|
1058
|
+
metrics: Xe(Zn),
|
|
1061
1059
|
dimensions: $e(rr),
|
|
1062
1060
|
filters: ve(Oe),
|
|
1063
1061
|
...Be
|
|
@@ -1091,7 +1089,7 @@ const vs = [
|
|
|
1091
1089
|
"llm_usage"
|
|
1092
1090
|
]
|
|
1093
1091
|
},
|
|
1094
|
-
metrics: Xe(
|
|
1092
|
+
metrics: Xe(Qn),
|
|
1095
1093
|
dimensions: $e(nr),
|
|
1096
1094
|
filters: ve(Se),
|
|
1097
1095
|
...Be
|
|
@@ -1194,7 +1192,7 @@ const vs = [
|
|
|
1194
1192
|
additionalProperties: !1
|
|
1195
1193
|
}, As = (e) => {
|
|
1196
1194
|
const t = [];
|
|
1197
|
-
return Me.includes(e) && t.push("basic"), Oe.includes(e) && t.push("api_usage"), Se.includes(e) && t.push("llm_usage"), (
|
|
1195
|
+
return Me.includes(e) && t.push("basic"), Oe.includes(e) && t.push("api_usage"), Se.includes(e) && t.push("llm_usage"), (Jn.includes(e) || ra.includes(e)) && t.push("requests"), t;
|
|
1198
1196
|
}, sr = 6048e5, Ma = 864e5, Oa = 60, Sa = 3600, Rt = Symbol.for("constructDateFrom");
|
|
1199
1197
|
function C(e, t) {
|
|
1200
1198
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && Rt in e ? e[Rt](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
@@ -3976,6 +3974,7 @@ function _r(e, t) {
|
|
|
3976
3974
|
return e = Math.ceil(e), t = Math.floor(t), Math.floor(Math.random() * (t - e + 1) + e);
|
|
3977
3975
|
}
|
|
3978
3976
|
export {
|
|
3977
|
+
Vn as COUNTRY_ISO_A2,
|
|
3979
3978
|
Us as DeltaQueryTime,
|
|
3980
3979
|
Os as EXPORT_RECORD_LIMIT,
|
|
3981
3980
|
Te as Granularities,
|
|
@@ -3988,27 +3987,26 @@ export {
|
|
|
3988
3987
|
m as TimeframeKeys,
|
|
3989
3988
|
qs as TimeseriesQueryTime,
|
|
3990
3989
|
fs as UnaryQueryTime,
|
|
3991
|
-
|
|
3990
|
+
Qn as aiExploreAggregations,
|
|
3992
3991
|
ga as apiUsageQuerySchema,
|
|
3993
3992
|
ia as barChartSchema,
|
|
3994
3993
|
tr as basicExploreAggregations,
|
|
3995
3994
|
pa as basicQuerySchema,
|
|
3996
3995
|
pr as ceilToNearestTimeGrain,
|
|
3997
3996
|
ha as choroplethMapSchema,
|
|
3998
|
-
na as countryISOA2,
|
|
3999
3997
|
Gs as dashboardConfigSchema,
|
|
4000
3998
|
Ys as dashboardTileTypes,
|
|
4001
|
-
|
|
3999
|
+
na as datasourceToFilterableDimensions,
|
|
4002
4000
|
js as datePickerSelectionToTimeframe,
|
|
4003
4001
|
ca as donutChartSchema,
|
|
4004
4002
|
Ts as dstOffsetHours,
|
|
4005
|
-
|
|
4006
|
-
|
|
4003
|
+
Zn as exploreAggregations,
|
|
4004
|
+
Bn as exploreFilterTypesV2,
|
|
4007
4005
|
Se as filterableAiExploreDimensions,
|
|
4008
4006
|
Me as filterableBasicExploreDimensions,
|
|
4009
4007
|
Oe as filterableExploreDimensions,
|
|
4010
|
-
|
|
4011
|
-
|
|
4008
|
+
Jn as filterableRequestDimensions,
|
|
4009
|
+
ra as filterableRequestMetrics,
|
|
4012
4010
|
Is as filterableRequestWildcardDimensions,
|
|
4013
4011
|
ds as floorToNearestTimeGrain,
|
|
4014
4012
|
Hs as formatISOTimeWithTZ,
|
|
@@ -4029,14 +4027,14 @@ export {
|
|
|
4029
4027
|
nr as queryableAiExploreDimensions,
|
|
4030
4028
|
Ve as queryableBasicExploreDimensions,
|
|
4031
4029
|
rr as queryableExploreDimensions,
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4030
|
+
Kn as queryableRequestDimensions,
|
|
4031
|
+
ta as queryableRequestMetrics,
|
|
4032
|
+
ea as queryableRequestWildcardDimensions,
|
|
4035
4033
|
_r as rand,
|
|
4036
4034
|
Cs as relativeTimeRangeValuesRequestV2,
|
|
4037
|
-
|
|
4035
|
+
$n as relativeTimeRangeValuesV4,
|
|
4038
4036
|
vs as reportChartTypes,
|
|
4039
|
-
|
|
4037
|
+
Xn as requestFilterTypeEmptyV2,
|
|
4040
4038
|
Es as requestFilterTypeEqualsV2,
|
|
4041
4039
|
xs as requestFilterTypeMetricV2,
|
|
4042
4040
|
Ns as requestFilterTypeWildcardV2,
|