@yugabytedb/perf-advisor-ui 1.0.52-alpha.0 → 1.0.53

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/types.d.ts CHANGED
@@ -1251,6 +1251,7 @@ declare const METRIC_NAMES: {
1251
1251
  table_memory_rejections: string;
1252
1252
  table_compaction: string;
1253
1253
  table_block_cache_hit_miss: string;
1254
+ table_rocksdb_blooms_checked_and_useful: string;
1254
1255
  table_mem_tracker_db_memtable: string;
1255
1256
  };
1256
1257
  declare const METRICS_SESSION_STORAGE_KEY = "METRICS_NAMES";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.52-alpha.0",
3
+ "version": "1.0.53",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",