@kong-ui-public/dashboard-renderer 8.6.4-pr.2798.a6ee9fc6b.0 → 8.6.4-pr.2833.4f15161c8.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.

Potentially problematic release.


This version of @kong-ui-public/dashboard-renderer might be problematic. Click here for more details.

Files changed (74) hide show
  1. package/dist/GeoMapRenderer-CkGdGmFt.js +74 -0
  2. package/dist/dashboard-renderer.es.js +16 -0
  3. package/dist/dashboard-renderer.umd.js +9 -0
  4. package/dist/index-2fGmv0Ut.js +4587 -0
  5. package/dist/style.css +1 -0
  6. package/dist/types/components/BarChartRenderer.vue.d.ts +7 -0
  7. package/dist/types/components/BarChartRenderer.vue.d.ts.map +1 -0
  8. package/dist/types/components/BaseAnalyticsChartRenderer.vue.d.ts +21 -0
  9. package/dist/types/components/BaseAnalyticsChartRenderer.vue.d.ts.map +1 -0
  10. package/dist/types/components/DashboardRenderer.vue.d.ts +675 -0
  11. package/dist/types/components/DashboardRenderer.vue.d.ts.map +1 -0
  12. package/dist/types/components/DashboardTile.vue.d.ts +917 -0
  13. package/dist/types/components/DashboardTile.vue.d.ts.map +1 -0
  14. package/dist/types/components/DashboardTilePreview.vue.d.ts +19 -0
  15. package/dist/types/components/DashboardTilePreview.vue.d.ts.map +1 -0
  16. package/dist/types/components/DonutChartRenderer.vue.d.ts +7 -0
  17. package/dist/types/components/DonutChartRenderer.vue.d.ts.map +1 -0
  18. package/dist/types/components/FallbackEntityLink.vue.d.ts +9 -0
  19. package/dist/types/components/FallbackEntityLink.vue.d.ts.map +1 -0
  20. package/dist/types/components/GeoMapRenderer.vue.d.ts +12 -0
  21. package/dist/types/components/GeoMapRenderer.vue.d.ts.map +1 -0
  22. package/dist/types/components/GoldenSignalsRenderer.vue.d.ts +7 -0
  23. package/dist/types/components/GoldenSignalsRenderer.vue.d.ts.map +1 -0
  24. package/dist/types/components/QueryDataProvider.vue.d.ts +31 -0
  25. package/dist/types/components/QueryDataProvider.vue.d.ts.map +1 -0
  26. package/dist/types/components/SimpleChartRenderer.vue.d.ts +7 -0
  27. package/dist/types/components/SimpleChartRenderer.vue.d.ts.map +1 -0
  28. package/dist/types/components/TimeseriesChartRenderer.vue.d.ts +13 -0
  29. package/dist/types/components/TimeseriesChartRenderer.vue.d.ts.map +1 -0
  30. package/dist/types/components/TopNTableRenderer.vue.d.ts +7 -0
  31. package/dist/types/components/TopNTableRenderer.vue.d.ts.map +1 -0
  32. package/dist/types/components/layout/DraggableGridLayout.vue.d.ts +37 -0
  33. package/dist/types/components/layout/DraggableGridLayout.vue.d.ts.map +1 -0
  34. package/dist/types/components/layout/GridLayout.vue.d.ts +41 -0
  35. package/dist/types/components/layout/GridLayout.vue.d.ts.map +1 -0
  36. package/dist/types/components/layout/grid-utils.d.ts +3 -0
  37. package/dist/types/components/layout/grid-utils.d.ts.map +1 -0
  38. package/dist/types/composables/index.d.ts +15 -0
  39. package/dist/types/composables/index.d.ts.map +1 -0
  40. package/dist/types/composables/useContextLinks.d.ts +74 -0
  41. package/dist/types/composables/useContextLinks.d.ts.map +1 -0
  42. package/dist/types/composables/useDashboardInternalContext.d.ts +11 -0
  43. package/dist/types/composables/useDashboardInternalContext.d.ts.map +1 -0
  44. package/dist/types/composables/useEvauluateFeatureFlag.d.ts +4 -0
  45. package/dist/types/composables/useEvauluateFeatureFlag.d.ts.map +1 -0
  46. package/dist/types/composables/useI18n.d.ts +9 -0
  47. package/dist/types/composables/useI18n.d.ts.map +1 -0
  48. package/dist/types/composables/useIssueQuery.d.ts +6 -0
  49. package/dist/types/composables/useIssueQuery.d.ts.map +1 -0
  50. package/dist/types/composables/useRequestQueue.d.ts +3 -0
  51. package/dist/types/composables/useRequestQueue.d.ts.map +1 -0
  52. package/dist/types/constants.d.ts +16 -0
  53. package/dist/types/constants.d.ts.map +1 -0
  54. package/dist/types/index.d.ts +8 -0
  55. package/dist/types/index.d.ts.map +1 -0
  56. package/dist/types/stores/tests/setupPiniaTestStore.d.ts +13 -0
  57. package/dist/types/stores/tests/setupPiniaTestStore.d.ts.map +1 -0
  58. package/dist/types/test-utils/dragutil.d.ts +8 -0
  59. package/dist/types/test-utils/dragutil.d.ts.map +1 -0
  60. package/dist/types/test-utils/index.d.ts +2 -0
  61. package/dist/types/test-utils/index.d.ts.map +1 -0
  62. package/dist/types/types/grid-layout-types.d.ts +26 -0
  63. package/dist/types/types/grid-layout-types.d.ts.map +1 -0
  64. package/dist/types/types/index.d.ts +4 -0
  65. package/dist/types/types/index.d.ts.map +1 -0
  66. package/dist/types/types/renderer-types.d.ts +23 -0
  67. package/dist/types/types/renderer-types.d.ts.map +1 -0
  68. package/dist/types/types/tile-events.d.ts +10 -0
  69. package/dist/types/types/tile-events.d.ts.map +1 -0
  70. package/dist/types/utils/configure-definition.d.ts +10 -0
  71. package/dist/types/utils/configure-definition.d.ts.map +1 -0
  72. package/dist/types/utils/index.d.ts +2 -0
  73. package/dist/types/utils/index.d.ts.map +1 -0
  74. package/package.json +15 -15
@@ -0,0 +1,675 @@
1
+ import type { DashboardRendererContext, GridTile, TileZoomEvent } from '../types';
2
+ import type { DashboardConfig } from '@kong-ui-public/analytics-utilities';
3
+ type __VLS_Props = {
4
+ context: DashboardRendererContext;
5
+ };
6
+ type __VLS_ModelProps = {
7
+ modelValue: DashboardConfig;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
+ declare var __VLS_1: {}, __VLS_21: string, __VLS_22: {};
11
+ type __VLS_Slots = {} & {
12
+ [K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
13
+ } & {
14
+ fullscreenHeader?: (props: typeof __VLS_1) => any;
15
+ };
16
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
17
+ refresh: () => void;
18
+ toggleFullscreen: () => void;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:modelValue": (value: {
21
+ tile_height?: number | undefined;
22
+ preset_filters?: ({
23
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
24
+ operator: "in" | "not_in" | "selector";
25
+ value: (string | number | null)[];
26
+ } | {
27
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
28
+ operator: "empty" | "not_empty";
29
+ })[] | undefined;
30
+ template_id?: string | null | undefined;
31
+ tiles: {
32
+ id?: string | undefined;
33
+ type: "chart";
34
+ definition: {
35
+ chart: {
36
+ stacked?: boolean | undefined;
37
+ chart_dataset_colors?: {
38
+ [x: string]: string;
39
+ } | string[] | undefined;
40
+ synthetics_data_key?: string | undefined;
41
+ chart_title?: string | undefined;
42
+ allow_csv_export?: boolean | undefined;
43
+ type: "horizontal_bar" | "vertical_bar";
44
+ } | {
45
+ synthetics_data_key?: string | undefined;
46
+ chart_title?: string | undefined;
47
+ metric_display?: "hidden" | "single" | "full" | undefined;
48
+ reverse_dataset?: boolean | undefined;
49
+ numerator?: number | undefined;
50
+ type: "gauge";
51
+ } | {
52
+ synthetics_data_key?: string | undefined;
53
+ chart_title?: string | undefined;
54
+ type: "donut";
55
+ } | {
56
+ stacked?: boolean | undefined;
57
+ chart_dataset_colors?: {
58
+ [x: string]: string;
59
+ } | string[] | undefined;
60
+ synthetics_data_key?: string | undefined;
61
+ chart_title?: string | undefined;
62
+ allow_csv_export?: boolean | undefined;
63
+ threshold?: {
64
+ [x: string]: {
65
+ label?: string | undefined;
66
+ highlightIntersections?: boolean | undefined;
67
+ type: "error" | "warning" | "neutral";
68
+ value: number;
69
+ }[];
70
+ } | undefined;
71
+ type: "timeseries_line" | "timeseries_bar";
72
+ } | {
73
+ description?: string | undefined;
74
+ chart_title?: string | undefined;
75
+ long_card_titles?: boolean | undefined;
76
+ percentile_latency?: boolean | undefined;
77
+ type: "golden_signals";
78
+ } | {
79
+ description?: string | undefined;
80
+ synthetics_data_key?: string | undefined;
81
+ chart_title?: string | undefined;
82
+ entity_link?: string | undefined;
83
+ type: "top_n";
84
+ } | {
85
+ type: "slottable";
86
+ id: string;
87
+ } | {
88
+ chart_title?: string | undefined;
89
+ decimal_points?: number | undefined;
90
+ type: "single_value";
91
+ } | {
92
+ chart_title?: string | undefined;
93
+ fit_to_country?: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
94
+ legend?: boolean | undefined;
95
+ bounds?: [number, number][] | undefined;
96
+ type: "choropleth_map";
97
+ };
98
+ query: {
99
+ filters?: ({
100
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
101
+ operator: "in" | "not_in" | "selector";
102
+ value: (string | number | null)[];
103
+ } | {
104
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
105
+ operator: "empty" | "not_empty";
106
+ })[] | undefined;
107
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
108
+ time_range?: {
109
+ tz?: string | undefined;
110
+ type: "relative";
111
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
112
+ } | {
113
+ tz?: string | undefined;
114
+ type: "absolute";
115
+ start: string;
116
+ end: string;
117
+ } | undefined;
118
+ limit?: number | undefined;
119
+ meta?: {
120
+ [x: string]: unknown;
121
+ } | undefined;
122
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average" | "response_latency_p99" | "response_latency_p95" | "response_latency_p50" | "upstream_latency_p99" | "upstream_latency_p95" | "upstream_latency_p50" | "upstream_latency_average" | "kong_latency_p99" | "kong_latency_p95" | "kong_latency_p50" | "kong_latency_average" | "response_size_p99" | "response_size_p95" | "response_size_p50" | "response_size_average" | "response_size_sum" | "request_size_p99" | "request_size_p95" | "request_size_p50" | "request_size_average" | "request_size_sum")[] | undefined;
123
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api")[] | undefined;
124
+ datasource: "api_usage";
125
+ } | {
126
+ filters?: ({
127
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
128
+ operator: "in" | "not_in" | "selector";
129
+ value: (string | number | null)[];
130
+ } | {
131
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
132
+ operator: "empty" | "not_empty";
133
+ })[] | undefined;
134
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
135
+ time_range?: {
136
+ tz?: string | undefined;
137
+ type: "relative";
138
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
139
+ } | {
140
+ tz?: string | undefined;
141
+ type: "absolute";
142
+ start: string;
143
+ end: string;
144
+ } | undefined;
145
+ limit?: number | undefined;
146
+ meta?: {
147
+ [x: string]: unknown;
148
+ } | undefined;
149
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
150
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
151
+ datasource: "basic";
152
+ } | {
153
+ filters?: ({
154
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
155
+ operator: "in" | "not_in" | "selector";
156
+ value: (string | number | null)[];
157
+ } | {
158
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
159
+ operator: "empty" | "not_empty";
160
+ })[] | undefined;
161
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
162
+ time_range?: {
163
+ tz?: string | undefined;
164
+ type: "relative";
165
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
166
+ } | {
167
+ tz?: string | undefined;
168
+ type: "absolute";
169
+ start: string;
170
+ end: string;
171
+ } | undefined;
172
+ limit?: number | undefined;
173
+ meta?: {
174
+ [x: string]: unknown;
175
+ } | undefined;
176
+ metrics?: ("total_tokens" | "prompt_tokens" | "completion_tokens" | "ai_request_count" | "cost" | "llm_cache_embeddings_latency_average" | "llm_cache_fetch_latency_average" | "llm_latency_average" | "llm_embeddings_tokens" | "llm_embeddings_cost")[] | undefined;
177
+ dimensions?: ("control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin")[] | undefined;
178
+ datasource: "llm_usage";
179
+ };
180
+ };
181
+ layout: {
182
+ position: {
183
+ col: number;
184
+ row: number;
185
+ };
186
+ size: {
187
+ fit_to_content?: boolean | undefined;
188
+ cols: number;
189
+ rows: number;
190
+ };
191
+ };
192
+ }[];
193
+ }) => any;
194
+ } & {
195
+ "edit-tile": (tile: GridTile<{
196
+ chart: {
197
+ stacked?: boolean | undefined;
198
+ chart_dataset_colors?: {
199
+ [x: string]: string;
200
+ } | string[] | undefined;
201
+ synthetics_data_key?: string | undefined;
202
+ chart_title?: string | undefined;
203
+ allow_csv_export?: boolean | undefined;
204
+ type: "horizontal_bar" | "vertical_bar";
205
+ } | {
206
+ synthetics_data_key?: string | undefined;
207
+ chart_title?: string | undefined;
208
+ metric_display?: "hidden" | "single" | "full" | undefined;
209
+ reverse_dataset?: boolean | undefined;
210
+ numerator?: number | undefined;
211
+ type: "gauge";
212
+ } | {
213
+ synthetics_data_key?: string | undefined;
214
+ chart_title?: string | undefined;
215
+ type: "donut";
216
+ } | {
217
+ stacked?: boolean | undefined;
218
+ chart_dataset_colors?: {
219
+ [x: string]: string;
220
+ } | string[] | undefined;
221
+ synthetics_data_key?: string | undefined;
222
+ chart_title?: string | undefined;
223
+ allow_csv_export?: boolean | undefined;
224
+ threshold?: {
225
+ [x: string]: {
226
+ label?: string | undefined;
227
+ highlightIntersections?: boolean | undefined;
228
+ type: "error" | "warning" | "neutral";
229
+ value: number;
230
+ }[];
231
+ } | undefined;
232
+ type: "timeseries_line" | "timeseries_bar";
233
+ } | {
234
+ description?: string | undefined;
235
+ chart_title?: string | undefined;
236
+ long_card_titles?: boolean | undefined;
237
+ percentile_latency?: boolean | undefined;
238
+ type: "golden_signals";
239
+ } | {
240
+ description?: string | undefined;
241
+ synthetics_data_key?: string | undefined;
242
+ chart_title?: string | undefined;
243
+ entity_link?: string | undefined;
244
+ type: "top_n";
245
+ } | {
246
+ type: "slottable";
247
+ id: string;
248
+ } | {
249
+ chart_title?: string | undefined;
250
+ decimal_points?: number | undefined;
251
+ type: "single_value";
252
+ } | {
253
+ chart_title?: string | undefined;
254
+ fit_to_country?: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
255
+ legend?: boolean | undefined;
256
+ bounds?: [number, number][] | undefined;
257
+ type: "choropleth_map";
258
+ };
259
+ query: {
260
+ filters?: ({
261
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
262
+ operator: "in" | "not_in" | "selector";
263
+ value: (string | number | null)[];
264
+ } | {
265
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
266
+ operator: "empty" | "not_empty";
267
+ })[] | undefined;
268
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
269
+ time_range?: {
270
+ tz?: string | undefined;
271
+ type: "relative";
272
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
273
+ } | {
274
+ tz?: string | undefined;
275
+ type: "absolute";
276
+ start: string;
277
+ end: string;
278
+ } | undefined;
279
+ limit?: number | undefined;
280
+ meta?: {
281
+ [x: string]: unknown;
282
+ } | undefined;
283
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average" | "response_latency_p99" | "response_latency_p95" | "response_latency_p50" | "upstream_latency_p99" | "upstream_latency_p95" | "upstream_latency_p50" | "upstream_latency_average" | "kong_latency_p99" | "kong_latency_p95" | "kong_latency_p50" | "kong_latency_average" | "response_size_p99" | "response_size_p95" | "response_size_p50" | "response_size_average" | "response_size_sum" | "request_size_p99" | "request_size_p95" | "request_size_p50" | "request_size_average" | "request_size_sum")[] | undefined;
284
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api")[] | undefined;
285
+ datasource: "api_usage";
286
+ } | {
287
+ filters?: ({
288
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
289
+ operator: "in" | "not_in" | "selector";
290
+ value: (string | number | null)[];
291
+ } | {
292
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
293
+ operator: "empty" | "not_empty";
294
+ })[] | undefined;
295
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
296
+ time_range?: {
297
+ tz?: string | undefined;
298
+ type: "relative";
299
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
300
+ } | {
301
+ tz?: string | undefined;
302
+ type: "absolute";
303
+ start: string;
304
+ end: string;
305
+ } | undefined;
306
+ limit?: number | undefined;
307
+ meta?: {
308
+ [x: string]: unknown;
309
+ } | undefined;
310
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
311
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
312
+ datasource: "basic";
313
+ } | {
314
+ filters?: ({
315
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
316
+ operator: "in" | "not_in" | "selector";
317
+ value: (string | number | null)[];
318
+ } | {
319
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
320
+ operator: "empty" | "not_empty";
321
+ })[] | undefined;
322
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
323
+ time_range?: {
324
+ tz?: string | undefined;
325
+ type: "relative";
326
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
327
+ } | {
328
+ tz?: string | undefined;
329
+ type: "absolute";
330
+ start: string;
331
+ end: string;
332
+ } | undefined;
333
+ limit?: number | undefined;
334
+ meta?: {
335
+ [x: string]: unknown;
336
+ } | undefined;
337
+ metrics?: ("total_tokens" | "prompt_tokens" | "completion_tokens" | "ai_request_count" | "cost" | "llm_cache_embeddings_latency_average" | "llm_cache_fetch_latency_average" | "llm_latency_average" | "llm_embeddings_tokens" | "llm_embeddings_cost")[] | undefined;
338
+ dimensions?: ("control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin")[] | undefined;
339
+ datasource: "llm_usage";
340
+ };
341
+ }>) => any;
342
+ "tile-time-range-zoom": (newTimeRange: TileZoomEvent) => any;
343
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
344
+ "onEdit-tile"?: ((tile: GridTile<{
345
+ chart: {
346
+ stacked?: boolean | undefined;
347
+ chart_dataset_colors?: {
348
+ [x: string]: string;
349
+ } | string[] | undefined;
350
+ synthetics_data_key?: string | undefined;
351
+ chart_title?: string | undefined;
352
+ allow_csv_export?: boolean | undefined;
353
+ type: "horizontal_bar" | "vertical_bar";
354
+ } | {
355
+ synthetics_data_key?: string | undefined;
356
+ chart_title?: string | undefined;
357
+ metric_display?: "hidden" | "single" | "full" | undefined;
358
+ reverse_dataset?: boolean | undefined;
359
+ numerator?: number | undefined;
360
+ type: "gauge";
361
+ } | {
362
+ synthetics_data_key?: string | undefined;
363
+ chart_title?: string | undefined;
364
+ type: "donut";
365
+ } | {
366
+ stacked?: boolean | undefined;
367
+ chart_dataset_colors?: {
368
+ [x: string]: string;
369
+ } | string[] | undefined;
370
+ synthetics_data_key?: string | undefined;
371
+ chart_title?: string | undefined;
372
+ allow_csv_export?: boolean | undefined;
373
+ threshold?: {
374
+ [x: string]: {
375
+ label?: string | undefined;
376
+ highlightIntersections?: boolean | undefined;
377
+ type: "error" | "warning" | "neutral";
378
+ value: number;
379
+ }[];
380
+ } | undefined;
381
+ type: "timeseries_line" | "timeseries_bar";
382
+ } | {
383
+ description?: string | undefined;
384
+ chart_title?: string | undefined;
385
+ long_card_titles?: boolean | undefined;
386
+ percentile_latency?: boolean | undefined;
387
+ type: "golden_signals";
388
+ } | {
389
+ description?: string | undefined;
390
+ synthetics_data_key?: string | undefined;
391
+ chart_title?: string | undefined;
392
+ entity_link?: string | undefined;
393
+ type: "top_n";
394
+ } | {
395
+ type: "slottable";
396
+ id: string;
397
+ } | {
398
+ chart_title?: string | undefined;
399
+ decimal_points?: number | undefined;
400
+ type: "single_value";
401
+ } | {
402
+ chart_title?: string | undefined;
403
+ fit_to_country?: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
404
+ legend?: boolean | undefined;
405
+ bounds?: [number, number][] | undefined;
406
+ type: "choropleth_map";
407
+ };
408
+ query: {
409
+ filters?: ({
410
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
411
+ operator: "in" | "not_in" | "selector";
412
+ value: (string | number | null)[];
413
+ } | {
414
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
415
+ operator: "empty" | "not_empty";
416
+ })[] | undefined;
417
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
418
+ time_range?: {
419
+ tz?: string | undefined;
420
+ type: "relative";
421
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
422
+ } | {
423
+ tz?: string | undefined;
424
+ type: "absolute";
425
+ start: string;
426
+ end: string;
427
+ } | undefined;
428
+ limit?: number | undefined;
429
+ meta?: {
430
+ [x: string]: unknown;
431
+ } | undefined;
432
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average" | "response_latency_p99" | "response_latency_p95" | "response_latency_p50" | "upstream_latency_p99" | "upstream_latency_p95" | "upstream_latency_p50" | "upstream_latency_average" | "kong_latency_p99" | "kong_latency_p95" | "kong_latency_p50" | "kong_latency_average" | "response_size_p99" | "response_size_p95" | "response_size_p50" | "response_size_average" | "response_size_sum" | "request_size_p99" | "request_size_p95" | "request_size_p50" | "request_size_average" | "request_size_sum")[] | undefined;
433
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api")[] | undefined;
434
+ datasource: "api_usage";
435
+ } | {
436
+ filters?: ({
437
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
438
+ operator: "in" | "not_in" | "selector";
439
+ value: (string | number | null)[];
440
+ } | {
441
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
442
+ operator: "empty" | "not_empty";
443
+ })[] | undefined;
444
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
445
+ time_range?: {
446
+ tz?: string | undefined;
447
+ type: "relative";
448
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
449
+ } | {
450
+ tz?: string | undefined;
451
+ type: "absolute";
452
+ start: string;
453
+ end: string;
454
+ } | undefined;
455
+ limit?: number | undefined;
456
+ meta?: {
457
+ [x: string]: unknown;
458
+ } | undefined;
459
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
460
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
461
+ datasource: "basic";
462
+ } | {
463
+ filters?: ({
464
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
465
+ operator: "in" | "not_in" | "selector";
466
+ value: (string | number | null)[];
467
+ } | {
468
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
469
+ operator: "empty" | "not_empty";
470
+ })[] | undefined;
471
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
472
+ time_range?: {
473
+ tz?: string | undefined;
474
+ type: "relative";
475
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
476
+ } | {
477
+ tz?: string | undefined;
478
+ type: "absolute";
479
+ start: string;
480
+ end: string;
481
+ } | undefined;
482
+ limit?: number | undefined;
483
+ meta?: {
484
+ [x: string]: unknown;
485
+ } | undefined;
486
+ metrics?: ("total_tokens" | "prompt_tokens" | "completion_tokens" | "ai_request_count" | "cost" | "llm_cache_embeddings_latency_average" | "llm_cache_fetch_latency_average" | "llm_latency_average" | "llm_embeddings_tokens" | "llm_embeddings_cost")[] | undefined;
487
+ dimensions?: ("control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin")[] | undefined;
488
+ datasource: "llm_usage";
489
+ };
490
+ }>) => any) | undefined;
491
+ "onTile-time-range-zoom"?: ((newTimeRange: TileZoomEvent) => any) | undefined;
492
+ "onUpdate:modelValue"?: ((value: {
493
+ tile_height?: number | undefined;
494
+ preset_filters?: ({
495
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
496
+ operator: "in" | "not_in" | "selector";
497
+ value: (string | number | null)[];
498
+ } | {
499
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
500
+ operator: "empty" | "not_empty";
501
+ })[] | undefined;
502
+ template_id?: string | null | undefined;
503
+ tiles: {
504
+ id?: string | undefined;
505
+ type: "chart";
506
+ definition: {
507
+ chart: {
508
+ stacked?: boolean | undefined;
509
+ chart_dataset_colors?: {
510
+ [x: string]: string;
511
+ } | string[] | undefined;
512
+ synthetics_data_key?: string | undefined;
513
+ chart_title?: string | undefined;
514
+ allow_csv_export?: boolean | undefined;
515
+ type: "horizontal_bar" | "vertical_bar";
516
+ } | {
517
+ synthetics_data_key?: string | undefined;
518
+ chart_title?: string | undefined;
519
+ metric_display?: "hidden" | "single" | "full" | undefined;
520
+ reverse_dataset?: boolean | undefined;
521
+ numerator?: number | undefined;
522
+ type: "gauge";
523
+ } | {
524
+ synthetics_data_key?: string | undefined;
525
+ chart_title?: string | undefined;
526
+ type: "donut";
527
+ } | {
528
+ stacked?: boolean | undefined;
529
+ chart_dataset_colors?: {
530
+ [x: string]: string;
531
+ } | string[] | undefined;
532
+ synthetics_data_key?: string | undefined;
533
+ chart_title?: string | undefined;
534
+ allow_csv_export?: boolean | undefined;
535
+ threshold?: {
536
+ [x: string]: {
537
+ label?: string | undefined;
538
+ highlightIntersections?: boolean | undefined;
539
+ type: "error" | "warning" | "neutral";
540
+ value: number;
541
+ }[];
542
+ } | undefined;
543
+ type: "timeseries_line" | "timeseries_bar";
544
+ } | {
545
+ description?: string | undefined;
546
+ chart_title?: string | undefined;
547
+ long_card_titles?: boolean | undefined;
548
+ percentile_latency?: boolean | undefined;
549
+ type: "golden_signals";
550
+ } | {
551
+ description?: string | undefined;
552
+ synthetics_data_key?: string | undefined;
553
+ chart_title?: string | undefined;
554
+ entity_link?: string | undefined;
555
+ type: "top_n";
556
+ } | {
557
+ type: "slottable";
558
+ id: string;
559
+ } | {
560
+ chart_title?: string | undefined;
561
+ decimal_points?: number | undefined;
562
+ type: "single_value";
563
+ } | {
564
+ chart_title?: string | undefined;
565
+ fit_to_country?: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | undefined;
566
+ legend?: boolean | undefined;
567
+ bounds?: [number, number][] | undefined;
568
+ type: "choropleth_map";
569
+ };
570
+ query: {
571
+ filters?: ({
572
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
573
+ operator: "in" | "not_in" | "selector";
574
+ value: (string | number | null)[];
575
+ } | {
576
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api";
577
+ operator: "empty" | "not_empty";
578
+ })[] | undefined;
579
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
580
+ time_range?: {
581
+ tz?: string | undefined;
582
+ type: "relative";
583
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
584
+ } | {
585
+ tz?: string | undefined;
586
+ type: "absolute";
587
+ start: string;
588
+ end: string;
589
+ } | undefined;
590
+ limit?: number | undefined;
591
+ meta?: {
592
+ [x: string]: unknown;
593
+ } | undefined;
594
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average" | "response_latency_p99" | "response_latency_p95" | "response_latency_p50" | "upstream_latency_p99" | "upstream_latency_p95" | "upstream_latency_p50" | "upstream_latency_average" | "kong_latency_p99" | "kong_latency_p95" | "kong_latency_p50" | "kong_latency_average" | "response_size_p99" | "response_size_p95" | "response_size_p50" | "response_size_average" | "response_size_sum" | "request_size_p99" | "request_size_p95" | "request_size_p50" | "request_size_average" | "request_size_sum")[] | undefined;
595
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "country_code" | "upstream_status_code" | "upstream_status_code_grouped" | "response_source" | "data_plane_node_version" | "realm" | "portal_api")[] | undefined;
596
+ datasource: "api_usage";
597
+ } | {
598
+ filters?: ({
599
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
600
+ operator: "in" | "not_in" | "selector";
601
+ value: (string | number | null)[];
602
+ } | {
603
+ field: "api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
604
+ operator: "empty" | "not_empty";
605
+ })[] | undefined;
606
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
607
+ time_range?: {
608
+ tz?: string | undefined;
609
+ type: "relative";
610
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
611
+ } | {
612
+ tz?: string | undefined;
613
+ type: "absolute";
614
+ start: string;
615
+ end: string;
616
+ } | undefined;
617
+ limit?: number | undefined;
618
+ meta?: {
619
+ [x: string]: unknown;
620
+ } | undefined;
621
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
622
+ dimensions?: ("api" | "api_package" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
623
+ datasource: "basic";
624
+ } | {
625
+ filters?: ({
626
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
627
+ operator: "in" | "not_in" | "selector";
628
+ value: (string | number | null)[];
629
+ } | {
630
+ field: "control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
631
+ operator: "empty" | "not_empty";
632
+ })[] | undefined;
633
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
634
+ time_range?: {
635
+ tz?: string | undefined;
636
+ type: "relative";
637
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
638
+ } | {
639
+ tz?: string | undefined;
640
+ type: "absolute";
641
+ start: string;
642
+ end: string;
643
+ } | undefined;
644
+ limit?: number | undefined;
645
+ meta?: {
646
+ [x: string]: unknown;
647
+ } | undefined;
648
+ metrics?: ("total_tokens" | "prompt_tokens" | "completion_tokens" | "ai_request_count" | "cost" | "llm_cache_embeddings_latency_average" | "llm_cache_fetch_latency_average" | "llm_latency_average" | "llm_embeddings_tokens" | "llm_embeddings_cost")[] | undefined;
649
+ dimensions?: ("control_plane" | "control_plane_group" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "realm" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin")[] | undefined;
650
+ datasource: "llm_usage";
651
+ };
652
+ };
653
+ layout: {
654
+ position: {
655
+ col: number;
656
+ row: number;
657
+ };
658
+ size: {
659
+ fit_to_content?: boolean | undefined;
660
+ cols: number;
661
+ rows: number;
662
+ };
663
+ };
664
+ }[];
665
+ }) => any) | undefined;
666
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
667
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
668
+ declare const _default: typeof __VLS_export;
669
+ export default _default;
670
+ type __VLS_WithSlots<T, S> = T & {
671
+ new (): {
672
+ $slots: S;
673
+ };
674
+ };
675
+ //# sourceMappingURL=DashboardRenderer.vue.d.ts.map