@yugabytedb/perf-advisor-ui 1.0.154 → 1.0.155
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/esm/index.js +17 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1759,6 +1759,8 @@ var p4 = zt((e) => ({
|
|
|
1759
1759
|
title: "Outlier Tables",
|
|
1760
1760
|
name: "outlier_tables",
|
|
1761
1761
|
metrics: [
|
|
1762
|
+
"table_sst_size_per_node",
|
|
1763
|
+
"table_wal_size_per_node",
|
|
1762
1764
|
"table_read_latency",
|
|
1763
1765
|
"table_read_rps",
|
|
1764
1766
|
"table_write_latency",
|
|
@@ -1767,20 +1769,27 @@ var p4 = zt((e) => ({
|
|
|
1767
1769
|
"table_log_ops_second",
|
|
1768
1770
|
"table_log_bytes_written",
|
|
1769
1771
|
"table_write_lock_latency",
|
|
1772
|
+
"table_lsmdb_seek_latency",
|
|
1770
1773
|
"table_seek_next_prev",
|
|
1771
1774
|
"table_ops_in_flight",
|
|
1772
1775
|
"table_write_rejections",
|
|
1773
1776
|
"table_memory_rejections",
|
|
1774
1777
|
"table_compaction",
|
|
1778
|
+
"table_compaction_time",
|
|
1779
|
+
"table_compaction_numfiles",
|
|
1780
|
+
"table_stalls",
|
|
1781
|
+
"table_flush_writes",
|
|
1782
|
+
"table_docdb_transaction",
|
|
1775
1783
|
"table_block_cache_hit_miss",
|
|
1776
1784
|
"table_rocksdb_blooms_checked_and_useful",
|
|
1777
|
-
"table_mem_tracker_db_memtable"
|
|
1778
|
-
"ysql_catalog_cache_misses"
|
|
1785
|
+
"table_mem_tracker_db_memtable"
|
|
1779
1786
|
]
|
|
1780
1787
|
}], Uf = [{
|
|
1781
1788
|
title: "Outlier Databases",
|
|
1782
1789
|
name: "outlier_databases",
|
|
1783
1790
|
metrics: [
|
|
1791
|
+
"table_sst_size_per_node",
|
|
1792
|
+
"table_wal_size_per_node",
|
|
1784
1793
|
"table_read_latency",
|
|
1785
1794
|
"table_read_rps",
|
|
1786
1795
|
"table_write_latency",
|
|
@@ -1789,11 +1798,17 @@ var p4 = zt((e) => ({
|
|
|
1789
1798
|
"table_log_ops_second",
|
|
1790
1799
|
"table_log_bytes_written",
|
|
1791
1800
|
"table_write_lock_latency",
|
|
1801
|
+
"table_lsmdb_seek_latency",
|
|
1792
1802
|
"table_seek_next_prev",
|
|
1793
1803
|
"table_ops_in_flight",
|
|
1794
1804
|
"table_write_rejections",
|
|
1795
1805
|
"table_memory_rejections",
|
|
1796
1806
|
"table_compaction",
|
|
1807
|
+
"table_compaction_time",
|
|
1808
|
+
"table_compaction_numfiles",
|
|
1809
|
+
"table_stalls",
|
|
1810
|
+
"table_flush_writes",
|
|
1811
|
+
"table_docdb_transaction",
|
|
1797
1812
|
"table_block_cache_hit_miss",
|
|
1798
1813
|
"table_rocksdb_blooms_checked_and_useful",
|
|
1799
1814
|
"table_mem_tracker_db_memtable"
|