@kong-ui-public/analytics-metric-provider 8.0.5 → 8.0.6
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.
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
maxTimeframe?: TimeframeKeys | undefined;
|
|
6
6
|
overrideTimeframe?: Timeframe | undefined;
|
|
7
7
|
tz?: string | undefined;
|
|
8
|
-
dimension?: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | undefined;
|
|
8
|
+
dimension?: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "iso_code" | undefined;
|
|
9
9
|
filterValue?: string | undefined;
|
|
10
10
|
additionalFilter?: ExploreFilter[] | undefined;
|
|
11
11
|
queryReady?: boolean | undefined;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
35
35
|
maxTimeframe?: TimeframeKeys | undefined;
|
|
36
36
|
overrideTimeframe?: Timeframe | undefined;
|
|
37
37
|
tz?: string | undefined;
|
|
38
|
-
dimension?: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | undefined;
|
|
38
|
+
dimension?: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "iso_code" | undefined;
|
|
39
39
|
filterValue?: string | undefined;
|
|
40
40
|
additionalFilter?: ExploreFilter[] | undefined;
|
|
41
41
|
queryReady?: boolean | undefined;
|
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
65
65
|
containerTitle: string;
|
|
66
66
|
refreshInterval: number;
|
|
67
67
|
datasource: "basic" | "advanced";
|
|
68
|
-
dimension: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer";
|
|
68
|
+
dimension: "api_product" | "api_product_version" | "control_plane" | "control_plane_group" | "data_plane_node" | "gateway_service" | "route" | "status_code" | "status_code_grouped" | "time" | "application" | "consumer" | "iso_code";
|
|
69
69
|
additionalFilter: ExploreFilter[];
|
|
70
70
|
queryReady: boolean;
|
|
71
71
|
tz: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/analytics-metric-provider",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/vitals-metric-provider.umd.js",
|
|
6
6
|
"module": "./dist/vitals-metric-provider.es.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@kong/kongponents": "^9.0.2",
|
|
43
|
-
"@kong-ui-public/analytics-config-store": "^0.7.
|
|
44
|
-
"@kong-ui-public/analytics-utilities": "^4.1.
|
|
43
|
+
"@kong-ui-public/analytics-config-store": "^0.7.2",
|
|
44
|
+
"@kong-ui-public/analytics-utilities": "^4.1.1",
|
|
45
45
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@kong/design-tokens": "1.13.2",
|
|
49
49
|
"@kong/kongponents": "9.0.2",
|
|
50
50
|
"pinia": ">= 2.1.7 < 3",
|
|
51
|
-
"@kong-ui-public/analytics-config-store": "^0.7.
|
|
52
|
-
"@kong-ui-public/analytics-utilities": "^4.1.
|
|
51
|
+
"@kong-ui-public/analytics-config-store": "^0.7.2",
|
|
52
|
+
"@kong-ui-public/analytics-utilities": "^4.1.1",
|
|
53
53
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|