@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,917 @@
1
+ import type { DashboardRendererContextInternal, TileBoundsChangeEvent, TileZoomEvent } from '../types';
2
+ import type { TileDefinition } from '@kong-ui-public/analytics-utilities';
3
+ import '@kong-ui-public/analytics-chart/dist/style.css';
4
+ import '@kong-ui-public/analytics-metric-provider/dist/style.css';
5
+ type __VLS_Props = {
6
+ context: DashboardRendererContextInternal;
7
+ definition: TileDefinition;
8
+ height?: number;
9
+ isFullscreen?: boolean;
10
+ hideActions?: boolean;
11
+ queryReady: boolean;
12
+ showRefresh?: boolean;
13
+ tileId: string | number;
14
+ };
15
+ type __VLS_ModelProps = {
16
+ 'refreshCounter'?: number;
17
+ };
18
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
19
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ "update:refreshCounter": (value: number) => any;
21
+ } & {
22
+ "edit-tile": (tile: {
23
+ chart: {
24
+ stacked?: boolean | undefined;
25
+ chart_dataset_colors?: {
26
+ [x: string]: string;
27
+ } | string[] | undefined;
28
+ synthetics_data_key?: string | undefined;
29
+ chart_title?: string | undefined;
30
+ allow_csv_export?: boolean | undefined;
31
+ type: "horizontal_bar" | "vertical_bar";
32
+ } | {
33
+ synthetics_data_key?: string | undefined;
34
+ chart_title?: string | undefined;
35
+ metric_display?: "hidden" | "single" | "full" | undefined;
36
+ reverse_dataset?: boolean | undefined;
37
+ numerator?: number | undefined;
38
+ type: "gauge";
39
+ } | {
40
+ synthetics_data_key?: string | undefined;
41
+ chart_title?: string | undefined;
42
+ type: "donut";
43
+ } | {
44
+ stacked?: boolean | undefined;
45
+ chart_dataset_colors?: {
46
+ [x: string]: string;
47
+ } | string[] | undefined;
48
+ synthetics_data_key?: string | undefined;
49
+ chart_title?: string | undefined;
50
+ allow_csv_export?: boolean | undefined;
51
+ threshold?: {
52
+ [x: string]: {
53
+ label?: string | undefined;
54
+ highlightIntersections?: boolean | undefined;
55
+ type: "error" | "warning" | "neutral";
56
+ value: number;
57
+ }[];
58
+ } | undefined;
59
+ type: "timeseries_line" | "timeseries_bar";
60
+ } | {
61
+ description?: string | undefined;
62
+ chart_title?: string | undefined;
63
+ long_card_titles?: boolean | undefined;
64
+ percentile_latency?: boolean | undefined;
65
+ type: "golden_signals";
66
+ } | {
67
+ description?: string | undefined;
68
+ synthetics_data_key?: string | undefined;
69
+ chart_title?: string | undefined;
70
+ entity_link?: string | undefined;
71
+ type: "top_n";
72
+ } | {
73
+ type: "slottable";
74
+ id: string;
75
+ } | {
76
+ chart_title?: string | undefined;
77
+ decimal_points?: number | undefined;
78
+ type: "single_value";
79
+ } | {
80
+ chart_title?: string | undefined;
81
+ 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;
82
+ legend?: boolean | undefined;
83
+ bounds?: [number, number][] | undefined;
84
+ type: "choropleth_map";
85
+ };
86
+ query: {
87
+ filters?: ({
88
+ 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";
89
+ operator: "in" | "not_in" | "selector";
90
+ value: (string | number | null)[];
91
+ } | {
92
+ 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";
93
+ operator: "empty" | "not_empty";
94
+ })[] | undefined;
95
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
96
+ time_range?: {
97
+ tz?: string | undefined;
98
+ type: "relative";
99
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
100
+ } | {
101
+ tz?: string | undefined;
102
+ type: "absolute";
103
+ start: string;
104
+ end: string;
105
+ } | undefined;
106
+ limit?: number | undefined;
107
+ meta?: {
108
+ [x: string]: unknown;
109
+ } | undefined;
110
+ 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;
111
+ 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;
112
+ datasource: "api_usage";
113
+ } | {
114
+ filters?: ({
115
+ 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";
116
+ operator: "in" | "not_in" | "selector";
117
+ value: (string | number | null)[];
118
+ } | {
119
+ 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";
120
+ operator: "empty" | "not_empty";
121
+ })[] | undefined;
122
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
123
+ time_range?: {
124
+ tz?: string | undefined;
125
+ type: "relative";
126
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
127
+ } | {
128
+ tz?: string | undefined;
129
+ type: "absolute";
130
+ start: string;
131
+ end: string;
132
+ } | undefined;
133
+ limit?: number | undefined;
134
+ meta?: {
135
+ [x: string]: unknown;
136
+ } | undefined;
137
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
138
+ 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;
139
+ datasource: "basic";
140
+ } | {
141
+ filters?: ({
142
+ 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";
143
+ operator: "in" | "not_in" | "selector";
144
+ value: (string | number | null)[];
145
+ } | {
146
+ 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";
147
+ operator: "empty" | "not_empty";
148
+ })[] | undefined;
149
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
150
+ time_range?: {
151
+ tz?: string | undefined;
152
+ type: "relative";
153
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
154
+ } | {
155
+ tz?: string | undefined;
156
+ type: "absolute";
157
+ start: string;
158
+ end: string;
159
+ } | undefined;
160
+ limit?: number | undefined;
161
+ meta?: {
162
+ [x: string]: unknown;
163
+ } | undefined;
164
+ 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;
165
+ 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;
166
+ datasource: "llm_usage";
167
+ };
168
+ }) => any;
169
+ "duplicate-tile": (tile: {
170
+ chart: {
171
+ stacked?: boolean | undefined;
172
+ chart_dataset_colors?: {
173
+ [x: string]: string;
174
+ } | string[] | undefined;
175
+ synthetics_data_key?: string | undefined;
176
+ chart_title?: string | undefined;
177
+ allow_csv_export?: boolean | undefined;
178
+ type: "horizontal_bar" | "vertical_bar";
179
+ } | {
180
+ synthetics_data_key?: string | undefined;
181
+ chart_title?: string | undefined;
182
+ metric_display?: "hidden" | "single" | "full" | undefined;
183
+ reverse_dataset?: boolean | undefined;
184
+ numerator?: number | undefined;
185
+ type: "gauge";
186
+ } | {
187
+ synthetics_data_key?: string | undefined;
188
+ chart_title?: string | undefined;
189
+ type: "donut";
190
+ } | {
191
+ stacked?: boolean | undefined;
192
+ chart_dataset_colors?: {
193
+ [x: string]: string;
194
+ } | string[] | undefined;
195
+ synthetics_data_key?: string | undefined;
196
+ chart_title?: string | undefined;
197
+ allow_csv_export?: boolean | undefined;
198
+ threshold?: {
199
+ [x: string]: {
200
+ label?: string | undefined;
201
+ highlightIntersections?: boolean | undefined;
202
+ type: "error" | "warning" | "neutral";
203
+ value: number;
204
+ }[];
205
+ } | undefined;
206
+ type: "timeseries_line" | "timeseries_bar";
207
+ } | {
208
+ description?: string | undefined;
209
+ chart_title?: string | undefined;
210
+ long_card_titles?: boolean | undefined;
211
+ percentile_latency?: boolean | undefined;
212
+ type: "golden_signals";
213
+ } | {
214
+ description?: string | undefined;
215
+ synthetics_data_key?: string | undefined;
216
+ chart_title?: string | undefined;
217
+ entity_link?: string | undefined;
218
+ type: "top_n";
219
+ } | {
220
+ type: "slottable";
221
+ id: string;
222
+ } | {
223
+ chart_title?: string | undefined;
224
+ decimal_points?: number | undefined;
225
+ type: "single_value";
226
+ } | {
227
+ chart_title?: string | undefined;
228
+ 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;
229
+ legend?: boolean | undefined;
230
+ bounds?: [number, number][] | undefined;
231
+ type: "choropleth_map";
232
+ };
233
+ query: {
234
+ filters?: ({
235
+ 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";
236
+ operator: "in" | "not_in" | "selector";
237
+ value: (string | number | null)[];
238
+ } | {
239
+ 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";
240
+ operator: "empty" | "not_empty";
241
+ })[] | undefined;
242
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
243
+ time_range?: {
244
+ tz?: string | undefined;
245
+ type: "relative";
246
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
247
+ } | {
248
+ tz?: string | undefined;
249
+ type: "absolute";
250
+ start: string;
251
+ end: string;
252
+ } | undefined;
253
+ limit?: number | undefined;
254
+ meta?: {
255
+ [x: string]: unknown;
256
+ } | undefined;
257
+ 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;
258
+ 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;
259
+ datasource: "api_usage";
260
+ } | {
261
+ filters?: ({
262
+ 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";
263
+ operator: "in" | "not_in" | "selector";
264
+ value: (string | number | null)[];
265
+ } | {
266
+ 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";
267
+ operator: "empty" | "not_empty";
268
+ })[] | undefined;
269
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
270
+ time_range?: {
271
+ tz?: string | undefined;
272
+ type: "relative";
273
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
274
+ } | {
275
+ tz?: string | undefined;
276
+ type: "absolute";
277
+ start: string;
278
+ end: string;
279
+ } | undefined;
280
+ limit?: number | undefined;
281
+ meta?: {
282
+ [x: string]: unknown;
283
+ } | undefined;
284
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
285
+ 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;
286
+ datasource: "basic";
287
+ } | {
288
+ filters?: ({
289
+ 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";
290
+ operator: "in" | "not_in" | "selector";
291
+ value: (string | number | null)[];
292
+ } | {
293
+ 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";
294
+ operator: "empty" | "not_empty";
295
+ })[] | undefined;
296
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
297
+ time_range?: {
298
+ tz?: string | undefined;
299
+ type: "relative";
300
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
301
+ } | {
302
+ tz?: string | undefined;
303
+ type: "absolute";
304
+ start: string;
305
+ end: string;
306
+ } | undefined;
307
+ limit?: number | undefined;
308
+ meta?: {
309
+ [x: string]: unknown;
310
+ } | undefined;
311
+ 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;
312
+ 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;
313
+ datasource: "llm_usage";
314
+ };
315
+ }) => any;
316
+ "remove-tile": (tile: {
317
+ chart: {
318
+ stacked?: boolean | undefined;
319
+ chart_dataset_colors?: {
320
+ [x: string]: string;
321
+ } | string[] | undefined;
322
+ synthetics_data_key?: string | undefined;
323
+ chart_title?: string | undefined;
324
+ allow_csv_export?: boolean | undefined;
325
+ type: "horizontal_bar" | "vertical_bar";
326
+ } | {
327
+ synthetics_data_key?: string | undefined;
328
+ chart_title?: string | undefined;
329
+ metric_display?: "hidden" | "single" | "full" | undefined;
330
+ reverse_dataset?: boolean | undefined;
331
+ numerator?: number | undefined;
332
+ type: "gauge";
333
+ } | {
334
+ synthetics_data_key?: string | undefined;
335
+ chart_title?: string | undefined;
336
+ type: "donut";
337
+ } | {
338
+ stacked?: boolean | undefined;
339
+ chart_dataset_colors?: {
340
+ [x: string]: string;
341
+ } | string[] | undefined;
342
+ synthetics_data_key?: string | undefined;
343
+ chart_title?: string | undefined;
344
+ allow_csv_export?: boolean | undefined;
345
+ threshold?: {
346
+ [x: string]: {
347
+ label?: string | undefined;
348
+ highlightIntersections?: boolean | undefined;
349
+ type: "error" | "warning" | "neutral";
350
+ value: number;
351
+ }[];
352
+ } | undefined;
353
+ type: "timeseries_line" | "timeseries_bar";
354
+ } | {
355
+ description?: string | undefined;
356
+ chart_title?: string | undefined;
357
+ long_card_titles?: boolean | undefined;
358
+ percentile_latency?: boolean | undefined;
359
+ type: "golden_signals";
360
+ } | {
361
+ description?: string | undefined;
362
+ synthetics_data_key?: string | undefined;
363
+ chart_title?: string | undefined;
364
+ entity_link?: string | undefined;
365
+ type: "top_n";
366
+ } | {
367
+ type: "slottable";
368
+ id: string;
369
+ } | {
370
+ chart_title?: string | undefined;
371
+ decimal_points?: number | undefined;
372
+ type: "single_value";
373
+ } | {
374
+ chart_title?: string | undefined;
375
+ 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;
376
+ legend?: boolean | undefined;
377
+ bounds?: [number, number][] | undefined;
378
+ type: "choropleth_map";
379
+ };
380
+ query: {
381
+ filters?: ({
382
+ 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";
383
+ operator: "in" | "not_in" | "selector";
384
+ value: (string | number | null)[];
385
+ } | {
386
+ 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";
387
+ operator: "empty" | "not_empty";
388
+ })[] | undefined;
389
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
390
+ time_range?: {
391
+ tz?: string | undefined;
392
+ type: "relative";
393
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
394
+ } | {
395
+ tz?: string | undefined;
396
+ type: "absolute";
397
+ start: string;
398
+ end: string;
399
+ } | undefined;
400
+ limit?: number | undefined;
401
+ meta?: {
402
+ [x: string]: unknown;
403
+ } | undefined;
404
+ 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;
405
+ 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;
406
+ datasource: "api_usage";
407
+ } | {
408
+ filters?: ({
409
+ 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";
410
+ operator: "in" | "not_in" | "selector";
411
+ value: (string | number | null)[];
412
+ } | {
413
+ 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";
414
+ operator: "empty" | "not_empty";
415
+ })[] | undefined;
416
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
417
+ time_range?: {
418
+ tz?: string | undefined;
419
+ type: "relative";
420
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
421
+ } | {
422
+ tz?: string | undefined;
423
+ type: "absolute";
424
+ start: string;
425
+ end: string;
426
+ } | undefined;
427
+ limit?: number | undefined;
428
+ meta?: {
429
+ [x: string]: unknown;
430
+ } | undefined;
431
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
432
+ 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;
433
+ datasource: "basic";
434
+ } | {
435
+ filters?: ({
436
+ 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";
437
+ operator: "in" | "not_in" | "selector";
438
+ value: (string | number | null)[];
439
+ } | {
440
+ 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";
441
+ operator: "empty" | "not_empty";
442
+ })[] | undefined;
443
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
444
+ time_range?: {
445
+ tz?: string | undefined;
446
+ type: "relative";
447
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
448
+ } | {
449
+ tz?: string | undefined;
450
+ type: "absolute";
451
+ start: string;
452
+ end: string;
453
+ } | undefined;
454
+ limit?: number | undefined;
455
+ meta?: {
456
+ [x: string]: unknown;
457
+ } | undefined;
458
+ 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;
459
+ 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;
460
+ datasource: "llm_usage";
461
+ };
462
+ }) => any;
463
+ "tile-time-range-zoom": (newTimeRange: TileZoomEvent) => any;
464
+ "tile-bounds-change": (boundsEvent: TileBoundsChangeEvent) => any;
465
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
466
+ "onEdit-tile"?: ((tile: {
467
+ chart: {
468
+ stacked?: boolean | undefined;
469
+ chart_dataset_colors?: {
470
+ [x: string]: string;
471
+ } | string[] | undefined;
472
+ synthetics_data_key?: string | undefined;
473
+ chart_title?: string | undefined;
474
+ allow_csv_export?: boolean | undefined;
475
+ type: "horizontal_bar" | "vertical_bar";
476
+ } | {
477
+ synthetics_data_key?: string | undefined;
478
+ chart_title?: string | undefined;
479
+ metric_display?: "hidden" | "single" | "full" | undefined;
480
+ reverse_dataset?: boolean | undefined;
481
+ numerator?: number | undefined;
482
+ type: "gauge";
483
+ } | {
484
+ synthetics_data_key?: string | undefined;
485
+ chart_title?: string | undefined;
486
+ type: "donut";
487
+ } | {
488
+ stacked?: boolean | undefined;
489
+ chart_dataset_colors?: {
490
+ [x: string]: string;
491
+ } | string[] | undefined;
492
+ synthetics_data_key?: string | undefined;
493
+ chart_title?: string | undefined;
494
+ allow_csv_export?: boolean | undefined;
495
+ threshold?: {
496
+ [x: string]: {
497
+ label?: string | undefined;
498
+ highlightIntersections?: boolean | undefined;
499
+ type: "error" | "warning" | "neutral";
500
+ value: number;
501
+ }[];
502
+ } | undefined;
503
+ type: "timeseries_line" | "timeseries_bar";
504
+ } | {
505
+ description?: string | undefined;
506
+ chart_title?: string | undefined;
507
+ long_card_titles?: boolean | undefined;
508
+ percentile_latency?: boolean | undefined;
509
+ type: "golden_signals";
510
+ } | {
511
+ description?: string | undefined;
512
+ synthetics_data_key?: string | undefined;
513
+ chart_title?: string | undefined;
514
+ entity_link?: string | undefined;
515
+ type: "top_n";
516
+ } | {
517
+ type: "slottable";
518
+ id: string;
519
+ } | {
520
+ chart_title?: string | undefined;
521
+ decimal_points?: number | undefined;
522
+ type: "single_value";
523
+ } | {
524
+ chart_title?: string | undefined;
525
+ 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;
526
+ legend?: boolean | undefined;
527
+ bounds?: [number, number][] | undefined;
528
+ type: "choropleth_map";
529
+ };
530
+ query: {
531
+ filters?: ({
532
+ 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";
533
+ operator: "in" | "not_in" | "selector";
534
+ value: (string | number | null)[];
535
+ } | {
536
+ 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";
537
+ operator: "empty" | "not_empty";
538
+ })[] | undefined;
539
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
540
+ time_range?: {
541
+ tz?: string | undefined;
542
+ type: "relative";
543
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
544
+ } | {
545
+ tz?: string | undefined;
546
+ type: "absolute";
547
+ start: string;
548
+ end: string;
549
+ } | undefined;
550
+ limit?: number | undefined;
551
+ meta?: {
552
+ [x: string]: unknown;
553
+ } | undefined;
554
+ 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;
555
+ 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;
556
+ datasource: "api_usage";
557
+ } | {
558
+ filters?: ({
559
+ 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";
560
+ operator: "in" | "not_in" | "selector";
561
+ value: (string | number | null)[];
562
+ } | {
563
+ 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";
564
+ operator: "empty" | "not_empty";
565
+ })[] | undefined;
566
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
567
+ time_range?: {
568
+ tz?: string | undefined;
569
+ type: "relative";
570
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
571
+ } | {
572
+ tz?: string | undefined;
573
+ type: "absolute";
574
+ start: string;
575
+ end: string;
576
+ } | undefined;
577
+ limit?: number | undefined;
578
+ meta?: {
579
+ [x: string]: unknown;
580
+ } | undefined;
581
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
582
+ 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;
583
+ datasource: "basic";
584
+ } | {
585
+ filters?: ({
586
+ 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";
587
+ operator: "in" | "not_in" | "selector";
588
+ value: (string | number | null)[];
589
+ } | {
590
+ 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";
591
+ operator: "empty" | "not_empty";
592
+ })[] | undefined;
593
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
594
+ time_range?: {
595
+ tz?: string | undefined;
596
+ type: "relative";
597
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
598
+ } | {
599
+ tz?: string | undefined;
600
+ type: "absolute";
601
+ start: string;
602
+ end: string;
603
+ } | undefined;
604
+ limit?: number | undefined;
605
+ meta?: {
606
+ [x: string]: unknown;
607
+ } | undefined;
608
+ 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;
609
+ 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;
610
+ datasource: "llm_usage";
611
+ };
612
+ }) => any) | undefined;
613
+ "onDuplicate-tile"?: ((tile: {
614
+ chart: {
615
+ stacked?: boolean | undefined;
616
+ chart_dataset_colors?: {
617
+ [x: string]: string;
618
+ } | string[] | undefined;
619
+ synthetics_data_key?: string | undefined;
620
+ chart_title?: string | undefined;
621
+ allow_csv_export?: boolean | undefined;
622
+ type: "horizontal_bar" | "vertical_bar";
623
+ } | {
624
+ synthetics_data_key?: string | undefined;
625
+ chart_title?: string | undefined;
626
+ metric_display?: "hidden" | "single" | "full" | undefined;
627
+ reverse_dataset?: boolean | undefined;
628
+ numerator?: number | undefined;
629
+ type: "gauge";
630
+ } | {
631
+ synthetics_data_key?: string | undefined;
632
+ chart_title?: string | undefined;
633
+ type: "donut";
634
+ } | {
635
+ stacked?: boolean | undefined;
636
+ chart_dataset_colors?: {
637
+ [x: string]: string;
638
+ } | string[] | undefined;
639
+ synthetics_data_key?: string | undefined;
640
+ chart_title?: string | undefined;
641
+ allow_csv_export?: boolean | undefined;
642
+ threshold?: {
643
+ [x: string]: {
644
+ label?: string | undefined;
645
+ highlightIntersections?: boolean | undefined;
646
+ type: "error" | "warning" | "neutral";
647
+ value: number;
648
+ }[];
649
+ } | undefined;
650
+ type: "timeseries_line" | "timeseries_bar";
651
+ } | {
652
+ description?: string | undefined;
653
+ chart_title?: string | undefined;
654
+ long_card_titles?: boolean | undefined;
655
+ percentile_latency?: boolean | undefined;
656
+ type: "golden_signals";
657
+ } | {
658
+ description?: string | undefined;
659
+ synthetics_data_key?: string | undefined;
660
+ chart_title?: string | undefined;
661
+ entity_link?: string | undefined;
662
+ type: "top_n";
663
+ } | {
664
+ type: "slottable";
665
+ id: string;
666
+ } | {
667
+ chart_title?: string | undefined;
668
+ decimal_points?: number | undefined;
669
+ type: "single_value";
670
+ } | {
671
+ chart_title?: string | undefined;
672
+ 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;
673
+ legend?: boolean | undefined;
674
+ bounds?: [number, number][] | undefined;
675
+ type: "choropleth_map";
676
+ };
677
+ query: {
678
+ filters?: ({
679
+ 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";
680
+ operator: "in" | "not_in" | "selector";
681
+ value: (string | number | null)[];
682
+ } | {
683
+ 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";
684
+ operator: "empty" | "not_empty";
685
+ })[] | undefined;
686
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
687
+ time_range?: {
688
+ tz?: string | undefined;
689
+ type: "relative";
690
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
691
+ } | {
692
+ tz?: string | undefined;
693
+ type: "absolute";
694
+ start: string;
695
+ end: string;
696
+ } | undefined;
697
+ limit?: number | undefined;
698
+ meta?: {
699
+ [x: string]: unknown;
700
+ } | undefined;
701
+ 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;
702
+ 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;
703
+ datasource: "api_usage";
704
+ } | {
705
+ filters?: ({
706
+ 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";
707
+ operator: "in" | "not_in" | "selector";
708
+ value: (string | number | null)[];
709
+ } | {
710
+ 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";
711
+ operator: "empty" | "not_empty";
712
+ })[] | undefined;
713
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
714
+ time_range?: {
715
+ tz?: string | undefined;
716
+ type: "relative";
717
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
718
+ } | {
719
+ tz?: string | undefined;
720
+ type: "absolute";
721
+ start: string;
722
+ end: string;
723
+ } | undefined;
724
+ limit?: number | undefined;
725
+ meta?: {
726
+ [x: string]: unknown;
727
+ } | undefined;
728
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
729
+ 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;
730
+ datasource: "basic";
731
+ } | {
732
+ filters?: ({
733
+ 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";
734
+ operator: "in" | "not_in" | "selector";
735
+ value: (string | number | null)[];
736
+ } | {
737
+ 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";
738
+ operator: "empty" | "not_empty";
739
+ })[] | undefined;
740
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
741
+ time_range?: {
742
+ tz?: string | undefined;
743
+ type: "relative";
744
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
745
+ } | {
746
+ tz?: string | undefined;
747
+ type: "absolute";
748
+ start: string;
749
+ end: string;
750
+ } | undefined;
751
+ limit?: number | undefined;
752
+ meta?: {
753
+ [x: string]: unknown;
754
+ } | undefined;
755
+ 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;
756
+ 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;
757
+ datasource: "llm_usage";
758
+ };
759
+ }) => any) | undefined;
760
+ "onRemove-tile"?: ((tile: {
761
+ chart: {
762
+ stacked?: boolean | undefined;
763
+ chart_dataset_colors?: {
764
+ [x: string]: string;
765
+ } | string[] | undefined;
766
+ synthetics_data_key?: string | undefined;
767
+ chart_title?: string | undefined;
768
+ allow_csv_export?: boolean | undefined;
769
+ type: "horizontal_bar" | "vertical_bar";
770
+ } | {
771
+ synthetics_data_key?: string | undefined;
772
+ chart_title?: string | undefined;
773
+ metric_display?: "hidden" | "single" | "full" | undefined;
774
+ reverse_dataset?: boolean | undefined;
775
+ numerator?: number | undefined;
776
+ type: "gauge";
777
+ } | {
778
+ synthetics_data_key?: string | undefined;
779
+ chart_title?: string | undefined;
780
+ type: "donut";
781
+ } | {
782
+ stacked?: boolean | undefined;
783
+ chart_dataset_colors?: {
784
+ [x: string]: string;
785
+ } | string[] | undefined;
786
+ synthetics_data_key?: string | undefined;
787
+ chart_title?: string | undefined;
788
+ allow_csv_export?: boolean | undefined;
789
+ threshold?: {
790
+ [x: string]: {
791
+ label?: string | undefined;
792
+ highlightIntersections?: boolean | undefined;
793
+ type: "error" | "warning" | "neutral";
794
+ value: number;
795
+ }[];
796
+ } | undefined;
797
+ type: "timeseries_line" | "timeseries_bar";
798
+ } | {
799
+ description?: string | undefined;
800
+ chart_title?: string | undefined;
801
+ long_card_titles?: boolean | undefined;
802
+ percentile_latency?: boolean | undefined;
803
+ type: "golden_signals";
804
+ } | {
805
+ description?: string | undefined;
806
+ synthetics_data_key?: string | undefined;
807
+ chart_title?: string | undefined;
808
+ entity_link?: string | undefined;
809
+ type: "top_n";
810
+ } | {
811
+ type: "slottable";
812
+ id: string;
813
+ } | {
814
+ chart_title?: string | undefined;
815
+ decimal_points?: number | undefined;
816
+ type: "single_value";
817
+ } | {
818
+ chart_title?: string | undefined;
819
+ 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;
820
+ legend?: boolean | undefined;
821
+ bounds?: [number, number][] | undefined;
822
+ type: "choropleth_map";
823
+ };
824
+ query: {
825
+ filters?: ({
826
+ 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";
827
+ operator: "in" | "not_in" | "selector";
828
+ value: (string | number | null)[];
829
+ } | {
830
+ 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";
831
+ operator: "empty" | "not_empty";
832
+ })[] | undefined;
833
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
834
+ time_range?: {
835
+ tz?: string | undefined;
836
+ type: "relative";
837
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
838
+ } | {
839
+ tz?: string | undefined;
840
+ type: "absolute";
841
+ start: string;
842
+ end: string;
843
+ } | undefined;
844
+ limit?: number | undefined;
845
+ meta?: {
846
+ [x: string]: unknown;
847
+ } | undefined;
848
+ 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;
849
+ 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;
850
+ datasource: "api_usage";
851
+ } | {
852
+ filters?: ({
853
+ 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";
854
+ operator: "in" | "not_in" | "selector";
855
+ value: (string | number | null)[];
856
+ } | {
857
+ 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";
858
+ operator: "empty" | "not_empty";
859
+ })[] | undefined;
860
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
861
+ time_range?: {
862
+ tz?: string | undefined;
863
+ type: "relative";
864
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
865
+ } | {
866
+ tz?: string | undefined;
867
+ type: "absolute";
868
+ start: string;
869
+ end: string;
870
+ } | undefined;
871
+ limit?: number | undefined;
872
+ meta?: {
873
+ [x: string]: unknown;
874
+ } | undefined;
875
+ metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
876
+ 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;
877
+ datasource: "basic";
878
+ } | {
879
+ filters?: ({
880
+ 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";
881
+ operator: "in" | "not_in" | "selector";
882
+ value: (string | number | null)[];
883
+ } | {
884
+ 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";
885
+ operator: "empty" | "not_empty";
886
+ })[] | undefined;
887
+ granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
888
+ time_range?: {
889
+ tz?: string | undefined;
890
+ type: "relative";
891
+ time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
892
+ } | {
893
+ tz?: string | undefined;
894
+ type: "absolute";
895
+ start: string;
896
+ end: string;
897
+ } | undefined;
898
+ limit?: number | undefined;
899
+ meta?: {
900
+ [x: string]: unknown;
901
+ } | undefined;
902
+ 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;
903
+ 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;
904
+ datasource: "llm_usage";
905
+ };
906
+ }) => any) | undefined;
907
+ "onTile-time-range-zoom"?: ((newTimeRange: TileZoomEvent) => any) | undefined;
908
+ "onTile-bounds-change"?: ((boundsEvent: TileBoundsChangeEvent) => any) | undefined;
909
+ "onUpdate:refreshCounter"?: ((value: number) => any) | undefined;
910
+ }>, {
911
+ height: number;
912
+ hideActions: boolean;
913
+ showRefresh: boolean;
914
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
915
+ declare const _default: typeof __VLS_export;
916
+ export default _default;
917
+ //# sourceMappingURL=DashboardTile.vue.d.ts.map