@kong-ui-public/analytics-chart 10.21.7-pr.3616.747fa9e40.0 → 10.21.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vitals-chart.es.js
CHANGED
|
@@ -12394,12 +12394,13 @@ const lS = ["platform", "platform_usage"], cS = (e) => lS.includes(e), uS = [
|
|
|
12394
12394
|
...sS
|
|
12395
12395
|
];
|
|
12396
12396
|
const dS = [
|
|
12397
|
+
"control_plane",
|
|
12398
|
+
"data_plane_group",
|
|
12399
|
+
"managed_cache",
|
|
12397
12400
|
"network",
|
|
12398
|
-
"region",
|
|
12399
12401
|
"provider",
|
|
12400
|
-
"
|
|
12401
|
-
"
|
|
12402
|
-
"control_plane"
|
|
12402
|
+
"region",
|
|
12403
|
+
"time"
|
|
12403
12404
|
], hS = Di(dS);
|
|
12404
12405
|
new Set(tp), new Set(np), new Set(ip), new Set(sp), new Set(hS);
|
|
12405
12406
|
const rp = [
|