@yugabytedb/perf-advisor-ui 1.0.32 → 1.0.34
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/types.d.ts +3 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -950,6 +950,9 @@ declare const metricSplitSelectors: readonly [{
|
|
|
950
950
|
}, {
|
|
951
951
|
readonly value: MetricMeasure.OUTLIER_TABLES;
|
|
952
952
|
readonly label: "Outlier Tables";
|
|
953
|
+
}, {
|
|
954
|
+
readonly value: MetricMeasure.OUTLIER_DB;
|
|
955
|
+
readonly label: "Outlier Databases";
|
|
953
956
|
}];
|
|
954
957
|
declare const otherSplitSelectors: readonly [{
|
|
955
958
|
readonly value: MetricMeasure.OVERALL;
|