@kong-ui-public/dashboard-renderer 8.3.0 → 8.3.2-pr.2722.b1aa23ae4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
- package/dist/GeoMapRenderer-BbPpTgP2.js +0 -74
- package/dist/dashboard-renderer.es.js +0 -16
- package/dist/dashboard-renderer.umd.js +0 -9
- package/dist/index-CTwvjVRa.js +0 -4559
- package/dist/style.css +0 -1
- package/dist/types/components/BarChartRenderer.vue.d.ts +0 -6
- package/dist/types/components/BarChartRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/BaseAnalyticsChartRenderer.vue.d.ts +0 -20
- package/dist/types/components/BaseAnalyticsChartRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/DashboardRenderer.vue.d.ts +0 -673
- package/dist/types/components/DashboardRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/DashboardTile.vue.d.ts +0 -915
- package/dist/types/components/DashboardTile.vue.d.ts.map +0 -1
- package/dist/types/components/DashboardTilePreview.vue.d.ts +0 -18
- package/dist/types/components/DashboardTilePreview.vue.d.ts.map +0 -1
- package/dist/types/components/DonutChartRenderer.vue.d.ts +0 -6
- package/dist/types/components/DonutChartRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/FallbackEntityLink.vue.d.ts +0 -8
- package/dist/types/components/FallbackEntityLink.vue.d.ts.map +0 -1
- package/dist/types/components/GeoMapRenderer.vue.d.ts +0 -11
- package/dist/types/components/GeoMapRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/GoldenSignalsRenderer.vue.d.ts +0 -6
- package/dist/types/components/GoldenSignalsRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/QueryDataProvider.vue.d.ts +0 -30
- package/dist/types/components/QueryDataProvider.vue.d.ts.map +0 -1
- package/dist/types/components/SimpleChartRenderer.vue.d.ts +0 -6
- package/dist/types/components/SimpleChartRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/TimeseriesChartRenderer.vue.d.ts +0 -12
- package/dist/types/components/TimeseriesChartRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/TopNTableRenderer.vue.d.ts +0 -6
- package/dist/types/components/TopNTableRenderer.vue.d.ts.map +0 -1
- package/dist/types/components/layout/DraggableGridLayout.vue.d.ts +0 -32
- package/dist/types/components/layout/DraggableGridLayout.vue.d.ts.map +0 -1
- package/dist/types/components/layout/GridLayout.vue.d.ts +0 -30
- package/dist/types/components/layout/GridLayout.vue.d.ts.map +0 -1
- package/dist/types/components/layout/grid-utils.d.ts +0 -3
- package/dist/types/components/layout/grid-utils.d.ts.map +0 -1
- package/dist/types/composables/index.d.ts +0 -15
- package/dist/types/composables/index.d.ts.map +0 -1
- package/dist/types/composables/useContextLinks.d.ts +0 -67
- package/dist/types/composables/useContextLinks.d.ts.map +0 -1
- package/dist/types/composables/useDashboardInternalContext.d.ts +0 -11
- package/dist/types/composables/useDashboardInternalContext.d.ts.map +0 -1
- package/dist/types/composables/useEvauluateFeatureFlag.d.ts +0 -4
- package/dist/types/composables/useEvauluateFeatureFlag.d.ts.map +0 -1
- package/dist/types/composables/useI18n.d.ts +0 -9
- package/dist/types/composables/useI18n.d.ts.map +0 -1
- package/dist/types/composables/useIssueQuery.d.ts +0 -6
- package/dist/types/composables/useIssueQuery.d.ts.map +0 -1
- package/dist/types/composables/useRequestQueue.d.ts +0 -3
- package/dist/types/composables/useRequestQueue.d.ts.map +0 -1
- package/dist/types/constants.d.ts +0 -16
- package/dist/types/constants.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -8
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/stores/tests/setupPiniaTestStore.d.ts +0 -13
- package/dist/types/stores/tests/setupPiniaTestStore.d.ts.map +0 -1
- package/dist/types/test-utils/dragutil.d.ts +0 -8
- package/dist/types/test-utils/dragutil.d.ts.map +0 -1
- package/dist/types/test-utils/index.d.ts +0 -2
- package/dist/types/test-utils/index.d.ts.map +0 -1
- package/dist/types/types/grid-layout-types.d.ts +0 -26
- package/dist/types/types/grid-layout-types.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -4
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/types/renderer-types.d.ts +0 -23
- package/dist/types/types/renderer-types.d.ts.map +0 -1
- package/dist/types/types/tile-events.d.ts +0 -10
- package/dist/types/types/tile-events.d.ts.map +0 -1
- package/dist/types/utils/configure-definition.d.ts +0 -10
- package/dist/types/utils/configure-definition.d.ts.map +0 -1
- package/dist/types/utils/index.d.ts +0 -2
- package/dist/types/utils/index.d.ts.map +0 -1
|
@@ -1,673 +0,0 @@
|
|
|
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_PublicProps = __VLS_Props & {
|
|
7
|
-
modelValue: DashboardConfig;
|
|
8
|
-
};
|
|
9
|
-
declare var __VLS_1: {}, __VLS_20: string, __VLS_21: {};
|
|
10
|
-
type __VLS_Slots = {} & {
|
|
11
|
-
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
12
|
-
} & {
|
|
13
|
-
fullscreenHeader?: (props: typeof __VLS_1) => any;
|
|
14
|
-
};
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
16
|
-
refresh: () => void;
|
|
17
|
-
toggleFullscreen: () => void;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (value: {
|
|
20
|
-
tile_height?: number | undefined;
|
|
21
|
-
preset_filters?: ({
|
|
22
|
-
field: "api" | "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" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
|
|
23
|
-
operator: "in" | "not_in" | "selector";
|
|
24
|
-
value: (string | number | null)[];
|
|
25
|
-
} | {
|
|
26
|
-
field: "api" | "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" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
|
|
27
|
-
operator: "empty" | "not_empty";
|
|
28
|
-
})[] | undefined;
|
|
29
|
-
template_id?: string | null | undefined;
|
|
30
|
-
tiles: {
|
|
31
|
-
id?: string | undefined;
|
|
32
|
-
type: "chart";
|
|
33
|
-
definition: {
|
|
34
|
-
chart: {
|
|
35
|
-
stacked?: boolean | undefined;
|
|
36
|
-
chart_dataset_colors?: {
|
|
37
|
-
[x: string]: string;
|
|
38
|
-
} | string[] | undefined;
|
|
39
|
-
synthetics_data_key?: string | undefined;
|
|
40
|
-
chart_title?: string | undefined;
|
|
41
|
-
allow_csv_export?: boolean | undefined;
|
|
42
|
-
type: "horizontal_bar" | "vertical_bar";
|
|
43
|
-
} | {
|
|
44
|
-
synthetics_data_key?: string | undefined;
|
|
45
|
-
chart_title?: string | undefined;
|
|
46
|
-
metric_display?: "hidden" | "single" | "full" | undefined;
|
|
47
|
-
reverse_dataset?: boolean | undefined;
|
|
48
|
-
numerator?: number | undefined;
|
|
49
|
-
type: "gauge";
|
|
50
|
-
} | {
|
|
51
|
-
synthetics_data_key?: string | undefined;
|
|
52
|
-
chart_title?: string | undefined;
|
|
53
|
-
type: "donut";
|
|
54
|
-
} | {
|
|
55
|
-
stacked?: boolean | undefined;
|
|
56
|
-
chart_dataset_colors?: {
|
|
57
|
-
[x: string]: string;
|
|
58
|
-
} | string[] | undefined;
|
|
59
|
-
synthetics_data_key?: string | undefined;
|
|
60
|
-
chart_title?: string | undefined;
|
|
61
|
-
allow_csv_export?: boolean | undefined;
|
|
62
|
-
threshold?: {
|
|
63
|
-
[x: string]: {
|
|
64
|
-
label?: string | undefined;
|
|
65
|
-
highlightIntersections?: boolean | undefined;
|
|
66
|
-
type: "error" | "warning" | "neutral";
|
|
67
|
-
value: number;
|
|
68
|
-
}[];
|
|
69
|
-
} | undefined;
|
|
70
|
-
type: "timeseries_line" | "timeseries_bar";
|
|
71
|
-
} | {
|
|
72
|
-
description?: string | undefined;
|
|
73
|
-
chart_title?: string | undefined;
|
|
74
|
-
long_card_titles?: boolean | undefined;
|
|
75
|
-
percentile_latency?: boolean | undefined;
|
|
76
|
-
type: "golden_signals";
|
|
77
|
-
} | {
|
|
78
|
-
description?: string | undefined;
|
|
79
|
-
synthetics_data_key?: string | undefined;
|
|
80
|
-
chart_title?: string | undefined;
|
|
81
|
-
entity_link?: string | undefined;
|
|
82
|
-
type: "top_n";
|
|
83
|
-
} | {
|
|
84
|
-
type: "slottable";
|
|
85
|
-
id: string;
|
|
86
|
-
} | {
|
|
87
|
-
chart_title?: string | undefined;
|
|
88
|
-
decimal_points?: number | undefined;
|
|
89
|
-
type: "single_value";
|
|
90
|
-
} | {
|
|
91
|
-
chart_title?: string | undefined;
|
|
92
|
-
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;
|
|
93
|
-
legend?: boolean | undefined;
|
|
94
|
-
bounds?: [number, number][] | undefined;
|
|
95
|
-
type: "choropleth_map";
|
|
96
|
-
};
|
|
97
|
-
query: {
|
|
98
|
-
filters?: ({
|
|
99
|
-
field: "api" | "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";
|
|
100
|
-
operator: "in" | "not_in" | "selector";
|
|
101
|
-
value: (string | number | null)[];
|
|
102
|
-
} | {
|
|
103
|
-
field: "api" | "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";
|
|
104
|
-
operator: "empty" | "not_empty";
|
|
105
|
-
})[] | undefined;
|
|
106
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
107
|
-
time_range?: {
|
|
108
|
-
tz?: string | undefined;
|
|
109
|
-
type: "relative";
|
|
110
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
111
|
-
} | {
|
|
112
|
-
tz?: string | undefined;
|
|
113
|
-
type: "absolute";
|
|
114
|
-
start: string;
|
|
115
|
-
end: string;
|
|
116
|
-
} | undefined;
|
|
117
|
-
limit?: number | undefined;
|
|
118
|
-
meta?: {
|
|
119
|
-
[x: string]: unknown;
|
|
120
|
-
} | undefined;
|
|
121
|
-
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;
|
|
122
|
-
dimensions?: ("api" | "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")[] | undefined;
|
|
123
|
-
datasource: "api_usage";
|
|
124
|
-
} | {
|
|
125
|
-
filters?: ({
|
|
126
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
127
|
-
operator: "in" | "not_in" | "selector";
|
|
128
|
-
value: (string | number | null)[];
|
|
129
|
-
} | {
|
|
130
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
131
|
-
operator: "empty" | "not_empty";
|
|
132
|
-
})[] | undefined;
|
|
133
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
134
|
-
time_range?: {
|
|
135
|
-
tz?: string | undefined;
|
|
136
|
-
type: "relative";
|
|
137
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
138
|
-
} | {
|
|
139
|
-
tz?: string | undefined;
|
|
140
|
-
type: "absolute";
|
|
141
|
-
start: string;
|
|
142
|
-
end: string;
|
|
143
|
-
} | undefined;
|
|
144
|
-
limit?: number | undefined;
|
|
145
|
-
meta?: {
|
|
146
|
-
[x: string]: unknown;
|
|
147
|
-
} | undefined;
|
|
148
|
-
metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
|
|
149
|
-
dimensions?: ("api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
|
|
150
|
-
datasource: "basic";
|
|
151
|
-
} | {
|
|
152
|
-
filters?: ({
|
|
153
|
-
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";
|
|
154
|
-
operator: "in" | "not_in" | "selector";
|
|
155
|
-
value: (string | number | null)[];
|
|
156
|
-
} | {
|
|
157
|
-
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";
|
|
158
|
-
operator: "empty" | "not_empty";
|
|
159
|
-
})[] | undefined;
|
|
160
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
161
|
-
time_range?: {
|
|
162
|
-
tz?: string | undefined;
|
|
163
|
-
type: "relative";
|
|
164
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
165
|
-
} | {
|
|
166
|
-
tz?: string | undefined;
|
|
167
|
-
type: "absolute";
|
|
168
|
-
start: string;
|
|
169
|
-
end: string;
|
|
170
|
-
} | undefined;
|
|
171
|
-
limit?: number | undefined;
|
|
172
|
-
meta?: {
|
|
173
|
-
[x: string]: unknown;
|
|
174
|
-
} | undefined;
|
|
175
|
-
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;
|
|
176
|
-
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;
|
|
177
|
-
datasource: "llm_usage";
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
layout: {
|
|
181
|
-
position: {
|
|
182
|
-
col: number;
|
|
183
|
-
row: number;
|
|
184
|
-
};
|
|
185
|
-
size: {
|
|
186
|
-
fit_to_content?: boolean | undefined;
|
|
187
|
-
cols: number;
|
|
188
|
-
rows: number;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
}[];
|
|
192
|
-
}) => any;
|
|
193
|
-
} & {
|
|
194
|
-
"edit-tile": (tile: GridTile<{
|
|
195
|
-
chart: {
|
|
196
|
-
stacked?: boolean | undefined;
|
|
197
|
-
chart_dataset_colors?: {
|
|
198
|
-
[x: string]: string;
|
|
199
|
-
} | string[] | undefined;
|
|
200
|
-
synthetics_data_key?: string | undefined;
|
|
201
|
-
chart_title?: string | undefined;
|
|
202
|
-
allow_csv_export?: boolean | undefined;
|
|
203
|
-
type: "horizontal_bar" | "vertical_bar";
|
|
204
|
-
} | {
|
|
205
|
-
synthetics_data_key?: string | undefined;
|
|
206
|
-
chart_title?: string | undefined;
|
|
207
|
-
metric_display?: "hidden" | "single" | "full" | undefined;
|
|
208
|
-
reverse_dataset?: boolean | undefined;
|
|
209
|
-
numerator?: number | undefined;
|
|
210
|
-
type: "gauge";
|
|
211
|
-
} | {
|
|
212
|
-
synthetics_data_key?: string | undefined;
|
|
213
|
-
chart_title?: string | undefined;
|
|
214
|
-
type: "donut";
|
|
215
|
-
} | {
|
|
216
|
-
stacked?: boolean | undefined;
|
|
217
|
-
chart_dataset_colors?: {
|
|
218
|
-
[x: string]: string;
|
|
219
|
-
} | string[] | undefined;
|
|
220
|
-
synthetics_data_key?: string | undefined;
|
|
221
|
-
chart_title?: string | undefined;
|
|
222
|
-
allow_csv_export?: boolean | undefined;
|
|
223
|
-
threshold?: {
|
|
224
|
-
[x: string]: {
|
|
225
|
-
label?: string | undefined;
|
|
226
|
-
highlightIntersections?: boolean | undefined;
|
|
227
|
-
type: "error" | "warning" | "neutral";
|
|
228
|
-
value: number;
|
|
229
|
-
}[];
|
|
230
|
-
} | undefined;
|
|
231
|
-
type: "timeseries_line" | "timeseries_bar";
|
|
232
|
-
} | {
|
|
233
|
-
description?: string | undefined;
|
|
234
|
-
chart_title?: string | undefined;
|
|
235
|
-
long_card_titles?: boolean | undefined;
|
|
236
|
-
percentile_latency?: boolean | undefined;
|
|
237
|
-
type: "golden_signals";
|
|
238
|
-
} | {
|
|
239
|
-
description?: string | undefined;
|
|
240
|
-
synthetics_data_key?: string | undefined;
|
|
241
|
-
chart_title?: string | undefined;
|
|
242
|
-
entity_link?: string | undefined;
|
|
243
|
-
type: "top_n";
|
|
244
|
-
} | {
|
|
245
|
-
type: "slottable";
|
|
246
|
-
id: string;
|
|
247
|
-
} | {
|
|
248
|
-
chart_title?: string | undefined;
|
|
249
|
-
decimal_points?: number | undefined;
|
|
250
|
-
type: "single_value";
|
|
251
|
-
} | {
|
|
252
|
-
chart_title?: string | undefined;
|
|
253
|
-
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;
|
|
254
|
-
legend?: boolean | undefined;
|
|
255
|
-
bounds?: [number, number][] | undefined;
|
|
256
|
-
type: "choropleth_map";
|
|
257
|
-
};
|
|
258
|
-
query: {
|
|
259
|
-
filters?: ({
|
|
260
|
-
field: "api" | "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";
|
|
261
|
-
operator: "in" | "not_in" | "selector";
|
|
262
|
-
value: (string | number | null)[];
|
|
263
|
-
} | {
|
|
264
|
-
field: "api" | "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";
|
|
265
|
-
operator: "empty" | "not_empty";
|
|
266
|
-
})[] | undefined;
|
|
267
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
268
|
-
time_range?: {
|
|
269
|
-
tz?: string | undefined;
|
|
270
|
-
type: "relative";
|
|
271
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
272
|
-
} | {
|
|
273
|
-
tz?: string | undefined;
|
|
274
|
-
type: "absolute";
|
|
275
|
-
start: string;
|
|
276
|
-
end: string;
|
|
277
|
-
} | undefined;
|
|
278
|
-
limit?: number | undefined;
|
|
279
|
-
meta?: {
|
|
280
|
-
[x: string]: unknown;
|
|
281
|
-
} | undefined;
|
|
282
|
-
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;
|
|
283
|
-
dimensions?: ("api" | "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")[] | undefined;
|
|
284
|
-
datasource: "api_usage";
|
|
285
|
-
} | {
|
|
286
|
-
filters?: ({
|
|
287
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
288
|
-
operator: "in" | "not_in" | "selector";
|
|
289
|
-
value: (string | number | null)[];
|
|
290
|
-
} | {
|
|
291
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
292
|
-
operator: "empty" | "not_empty";
|
|
293
|
-
})[] | undefined;
|
|
294
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
295
|
-
time_range?: {
|
|
296
|
-
tz?: string | undefined;
|
|
297
|
-
type: "relative";
|
|
298
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
299
|
-
} | {
|
|
300
|
-
tz?: string | undefined;
|
|
301
|
-
type: "absolute";
|
|
302
|
-
start: string;
|
|
303
|
-
end: string;
|
|
304
|
-
} | undefined;
|
|
305
|
-
limit?: number | undefined;
|
|
306
|
-
meta?: {
|
|
307
|
-
[x: string]: unknown;
|
|
308
|
-
} | undefined;
|
|
309
|
-
metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
|
|
310
|
-
dimensions?: ("api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
|
|
311
|
-
datasource: "basic";
|
|
312
|
-
} | {
|
|
313
|
-
filters?: ({
|
|
314
|
-
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";
|
|
315
|
-
operator: "in" | "not_in" | "selector";
|
|
316
|
-
value: (string | number | null)[];
|
|
317
|
-
} | {
|
|
318
|
-
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";
|
|
319
|
-
operator: "empty" | "not_empty";
|
|
320
|
-
})[] | undefined;
|
|
321
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
322
|
-
time_range?: {
|
|
323
|
-
tz?: string | undefined;
|
|
324
|
-
type: "relative";
|
|
325
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
326
|
-
} | {
|
|
327
|
-
tz?: string | undefined;
|
|
328
|
-
type: "absolute";
|
|
329
|
-
start: string;
|
|
330
|
-
end: string;
|
|
331
|
-
} | undefined;
|
|
332
|
-
limit?: number | undefined;
|
|
333
|
-
meta?: {
|
|
334
|
-
[x: string]: unknown;
|
|
335
|
-
} | undefined;
|
|
336
|
-
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;
|
|
337
|
-
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;
|
|
338
|
-
datasource: "llm_usage";
|
|
339
|
-
};
|
|
340
|
-
}>) => any;
|
|
341
|
-
"tile-time-range-zoom": (newTimeRange: TileZoomEvent) => any;
|
|
342
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
343
|
-
"onEdit-tile"?: ((tile: GridTile<{
|
|
344
|
-
chart: {
|
|
345
|
-
stacked?: boolean | undefined;
|
|
346
|
-
chart_dataset_colors?: {
|
|
347
|
-
[x: string]: string;
|
|
348
|
-
} | string[] | undefined;
|
|
349
|
-
synthetics_data_key?: string | undefined;
|
|
350
|
-
chart_title?: string | undefined;
|
|
351
|
-
allow_csv_export?: boolean | undefined;
|
|
352
|
-
type: "horizontal_bar" | "vertical_bar";
|
|
353
|
-
} | {
|
|
354
|
-
synthetics_data_key?: string | undefined;
|
|
355
|
-
chart_title?: string | undefined;
|
|
356
|
-
metric_display?: "hidden" | "single" | "full" | undefined;
|
|
357
|
-
reverse_dataset?: boolean | undefined;
|
|
358
|
-
numerator?: number | undefined;
|
|
359
|
-
type: "gauge";
|
|
360
|
-
} | {
|
|
361
|
-
synthetics_data_key?: string | undefined;
|
|
362
|
-
chart_title?: string | undefined;
|
|
363
|
-
type: "donut";
|
|
364
|
-
} | {
|
|
365
|
-
stacked?: boolean | undefined;
|
|
366
|
-
chart_dataset_colors?: {
|
|
367
|
-
[x: string]: string;
|
|
368
|
-
} | string[] | undefined;
|
|
369
|
-
synthetics_data_key?: string | undefined;
|
|
370
|
-
chart_title?: string | undefined;
|
|
371
|
-
allow_csv_export?: boolean | undefined;
|
|
372
|
-
threshold?: {
|
|
373
|
-
[x: string]: {
|
|
374
|
-
label?: string | undefined;
|
|
375
|
-
highlightIntersections?: boolean | undefined;
|
|
376
|
-
type: "error" | "warning" | "neutral";
|
|
377
|
-
value: number;
|
|
378
|
-
}[];
|
|
379
|
-
} | undefined;
|
|
380
|
-
type: "timeseries_line" | "timeseries_bar";
|
|
381
|
-
} | {
|
|
382
|
-
description?: string | undefined;
|
|
383
|
-
chart_title?: string | undefined;
|
|
384
|
-
long_card_titles?: boolean | undefined;
|
|
385
|
-
percentile_latency?: boolean | undefined;
|
|
386
|
-
type: "golden_signals";
|
|
387
|
-
} | {
|
|
388
|
-
description?: string | undefined;
|
|
389
|
-
synthetics_data_key?: string | undefined;
|
|
390
|
-
chart_title?: string | undefined;
|
|
391
|
-
entity_link?: string | undefined;
|
|
392
|
-
type: "top_n";
|
|
393
|
-
} | {
|
|
394
|
-
type: "slottable";
|
|
395
|
-
id: string;
|
|
396
|
-
} | {
|
|
397
|
-
chart_title?: string | undefined;
|
|
398
|
-
decimal_points?: number | undefined;
|
|
399
|
-
type: "single_value";
|
|
400
|
-
} | {
|
|
401
|
-
chart_title?: string | undefined;
|
|
402
|
-
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;
|
|
403
|
-
legend?: boolean | undefined;
|
|
404
|
-
bounds?: [number, number][] | undefined;
|
|
405
|
-
type: "choropleth_map";
|
|
406
|
-
};
|
|
407
|
-
query: {
|
|
408
|
-
filters?: ({
|
|
409
|
-
field: "api" | "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";
|
|
410
|
-
operator: "in" | "not_in" | "selector";
|
|
411
|
-
value: (string | number | null)[];
|
|
412
|
-
} | {
|
|
413
|
-
field: "api" | "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";
|
|
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" | "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;
|
|
432
|
-
dimensions?: ("api" | "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")[] | undefined;
|
|
433
|
-
datasource: "api_usage";
|
|
434
|
-
} | {
|
|
435
|
-
filters?: ({
|
|
436
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
437
|
-
operator: "in" | "not_in" | "selector";
|
|
438
|
-
value: (string | number | null)[];
|
|
439
|
-
} | {
|
|
440
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
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?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
|
|
459
|
-
dimensions?: ("api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
|
|
460
|
-
datasource: "basic";
|
|
461
|
-
} | {
|
|
462
|
-
filters?: ({
|
|
463
|
-
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";
|
|
464
|
-
operator: "in" | "not_in" | "selector";
|
|
465
|
-
value: (string | number | null)[];
|
|
466
|
-
} | {
|
|
467
|
-
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";
|
|
468
|
-
operator: "empty" | "not_empty";
|
|
469
|
-
})[] | undefined;
|
|
470
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
471
|
-
time_range?: {
|
|
472
|
-
tz?: string | undefined;
|
|
473
|
-
type: "relative";
|
|
474
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
475
|
-
} | {
|
|
476
|
-
tz?: string | undefined;
|
|
477
|
-
type: "absolute";
|
|
478
|
-
start: string;
|
|
479
|
-
end: string;
|
|
480
|
-
} | undefined;
|
|
481
|
-
limit?: number | undefined;
|
|
482
|
-
meta?: {
|
|
483
|
-
[x: string]: unknown;
|
|
484
|
-
} | undefined;
|
|
485
|
-
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;
|
|
486
|
-
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;
|
|
487
|
-
datasource: "llm_usage";
|
|
488
|
-
};
|
|
489
|
-
}>) => any) | undefined;
|
|
490
|
-
"onTile-time-range-zoom"?: ((newTimeRange: TileZoomEvent) => any) | undefined;
|
|
491
|
-
"onUpdate:modelValue"?: ((value: {
|
|
492
|
-
tile_height?: number | undefined;
|
|
493
|
-
preset_filters?: ({
|
|
494
|
-
field: "api" | "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" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
|
|
495
|
-
operator: "in" | "not_in" | "selector";
|
|
496
|
-
value: (string | number | null)[];
|
|
497
|
-
} | {
|
|
498
|
-
field: "api" | "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" | "ai_provider" | "ai_response_model" | "ai_request_model" | "llm_cache_status" | "llm_embeddings_provider" | "llm_embeddings_model" | "ai_plugin";
|
|
499
|
-
operator: "empty" | "not_empty";
|
|
500
|
-
})[] | undefined;
|
|
501
|
-
template_id?: string | null | undefined;
|
|
502
|
-
tiles: {
|
|
503
|
-
id?: string | undefined;
|
|
504
|
-
type: "chart";
|
|
505
|
-
definition: {
|
|
506
|
-
chart: {
|
|
507
|
-
stacked?: boolean | undefined;
|
|
508
|
-
chart_dataset_colors?: {
|
|
509
|
-
[x: string]: string;
|
|
510
|
-
} | string[] | undefined;
|
|
511
|
-
synthetics_data_key?: string | undefined;
|
|
512
|
-
chart_title?: string | undefined;
|
|
513
|
-
allow_csv_export?: boolean | undefined;
|
|
514
|
-
type: "horizontal_bar" | "vertical_bar";
|
|
515
|
-
} | {
|
|
516
|
-
synthetics_data_key?: string | undefined;
|
|
517
|
-
chart_title?: string | undefined;
|
|
518
|
-
metric_display?: "hidden" | "single" | "full" | undefined;
|
|
519
|
-
reverse_dataset?: boolean | undefined;
|
|
520
|
-
numerator?: number | undefined;
|
|
521
|
-
type: "gauge";
|
|
522
|
-
} | {
|
|
523
|
-
synthetics_data_key?: string | undefined;
|
|
524
|
-
chart_title?: string | undefined;
|
|
525
|
-
type: "donut";
|
|
526
|
-
} | {
|
|
527
|
-
stacked?: boolean | undefined;
|
|
528
|
-
chart_dataset_colors?: {
|
|
529
|
-
[x: string]: string;
|
|
530
|
-
} | string[] | undefined;
|
|
531
|
-
synthetics_data_key?: string | undefined;
|
|
532
|
-
chart_title?: string | undefined;
|
|
533
|
-
allow_csv_export?: boolean | undefined;
|
|
534
|
-
threshold?: {
|
|
535
|
-
[x: string]: {
|
|
536
|
-
label?: string | undefined;
|
|
537
|
-
highlightIntersections?: boolean | undefined;
|
|
538
|
-
type: "error" | "warning" | "neutral";
|
|
539
|
-
value: number;
|
|
540
|
-
}[];
|
|
541
|
-
} | undefined;
|
|
542
|
-
type: "timeseries_line" | "timeseries_bar";
|
|
543
|
-
} | {
|
|
544
|
-
description?: string | undefined;
|
|
545
|
-
chart_title?: string | undefined;
|
|
546
|
-
long_card_titles?: boolean | undefined;
|
|
547
|
-
percentile_latency?: boolean | undefined;
|
|
548
|
-
type: "golden_signals";
|
|
549
|
-
} | {
|
|
550
|
-
description?: string | undefined;
|
|
551
|
-
synthetics_data_key?: string | undefined;
|
|
552
|
-
chart_title?: string | undefined;
|
|
553
|
-
entity_link?: string | undefined;
|
|
554
|
-
type: "top_n";
|
|
555
|
-
} | {
|
|
556
|
-
type: "slottable";
|
|
557
|
-
id: string;
|
|
558
|
-
} | {
|
|
559
|
-
chart_title?: string | undefined;
|
|
560
|
-
decimal_points?: number | undefined;
|
|
561
|
-
type: "single_value";
|
|
562
|
-
} | {
|
|
563
|
-
chart_title?: string | undefined;
|
|
564
|
-
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;
|
|
565
|
-
legend?: boolean | undefined;
|
|
566
|
-
bounds?: [number, number][] | undefined;
|
|
567
|
-
type: "choropleth_map";
|
|
568
|
-
};
|
|
569
|
-
query: {
|
|
570
|
-
filters?: ({
|
|
571
|
-
field: "api" | "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";
|
|
572
|
-
operator: "in" | "not_in" | "selector";
|
|
573
|
-
value: (string | number | null)[];
|
|
574
|
-
} | {
|
|
575
|
-
field: "api" | "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";
|
|
576
|
-
operator: "empty" | "not_empty";
|
|
577
|
-
})[] | undefined;
|
|
578
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
579
|
-
time_range?: {
|
|
580
|
-
tz?: string | undefined;
|
|
581
|
-
type: "relative";
|
|
582
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
583
|
-
} | {
|
|
584
|
-
tz?: string | undefined;
|
|
585
|
-
type: "absolute";
|
|
586
|
-
start: string;
|
|
587
|
-
end: string;
|
|
588
|
-
} | undefined;
|
|
589
|
-
limit?: number | undefined;
|
|
590
|
-
meta?: {
|
|
591
|
-
[x: string]: unknown;
|
|
592
|
-
} | undefined;
|
|
593
|
-
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;
|
|
594
|
-
dimensions?: ("api" | "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")[] | undefined;
|
|
595
|
-
datasource: "api_usage";
|
|
596
|
-
} | {
|
|
597
|
-
filters?: ({
|
|
598
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
599
|
-
operator: "in" | "not_in" | "selector";
|
|
600
|
-
value: (string | number | null)[];
|
|
601
|
-
} | {
|
|
602
|
-
field: "api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped";
|
|
603
|
-
operator: "empty" | "not_empty";
|
|
604
|
-
})[] | undefined;
|
|
605
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
606
|
-
time_range?: {
|
|
607
|
-
tz?: string | undefined;
|
|
608
|
-
type: "relative";
|
|
609
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
610
|
-
} | {
|
|
611
|
-
tz?: string | undefined;
|
|
612
|
-
type: "absolute";
|
|
613
|
-
start: string;
|
|
614
|
-
end: string;
|
|
615
|
-
} | undefined;
|
|
616
|
-
limit?: number | undefined;
|
|
617
|
-
meta?: {
|
|
618
|
-
[x: string]: unknown;
|
|
619
|
-
} | undefined;
|
|
620
|
-
metrics?: ("active_services" | "request_count" | "request_per_minute" | "response_latency_average")[] | undefined;
|
|
621
|
-
dimensions?: ("api" | "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "portal" | "route" | "status_code" | "status_code_grouped" | "time")[] | undefined;
|
|
622
|
-
datasource: "basic";
|
|
623
|
-
} | {
|
|
624
|
-
filters?: ({
|
|
625
|
-
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";
|
|
626
|
-
operator: "in" | "not_in" | "selector";
|
|
627
|
-
value: (string | number | null)[];
|
|
628
|
-
} | {
|
|
629
|
-
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";
|
|
630
|
-
operator: "empty" | "not_empty";
|
|
631
|
-
})[] | undefined;
|
|
632
|
-
granularity?: "secondly" | "tenSecondly" | "thirtySecondly" | "minutely" | "fiveMinutely" | "tenMinutely" | "thirtyMinutely" | "hourly" | "twoHourly" | "twelveHourly" | "daily" | "weekly" | "trend" | undefined;
|
|
633
|
-
time_range?: {
|
|
634
|
-
tz?: string | undefined;
|
|
635
|
-
type: "relative";
|
|
636
|
-
time_range: "15m" | "1h" | "6h" | "12h" | "24h" | "7d" | "current_week" | "previous_week" | "30d" | "current_month" | "previous_month";
|
|
637
|
-
} | {
|
|
638
|
-
tz?: string | undefined;
|
|
639
|
-
type: "absolute";
|
|
640
|
-
start: string;
|
|
641
|
-
end: string;
|
|
642
|
-
} | undefined;
|
|
643
|
-
limit?: number | undefined;
|
|
644
|
-
meta?: {
|
|
645
|
-
[x: string]: unknown;
|
|
646
|
-
} | undefined;
|
|
647
|
-
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;
|
|
648
|
-
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;
|
|
649
|
-
datasource: "llm_usage";
|
|
650
|
-
};
|
|
651
|
-
};
|
|
652
|
-
layout: {
|
|
653
|
-
position: {
|
|
654
|
-
col: number;
|
|
655
|
-
row: number;
|
|
656
|
-
};
|
|
657
|
-
size: {
|
|
658
|
-
fit_to_content?: boolean | undefined;
|
|
659
|
-
cols: number;
|
|
660
|
-
rows: number;
|
|
661
|
-
};
|
|
662
|
-
};
|
|
663
|
-
}[];
|
|
664
|
-
}) => any) | undefined;
|
|
665
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
666
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
667
|
-
export default _default;
|
|
668
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
669
|
-
new (): {
|
|
670
|
-
$slots: S;
|
|
671
|
-
};
|
|
672
|
-
};
|
|
673
|
-
//# sourceMappingURL=DashboardRenderer.vue.d.ts.map
|