@yugabytedb/perf-advisor-ui 1.0.154 → 1.0.156
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 +16 -0
- 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,11 +1769,17 @@ 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
1785
|
"table_mem_tracker_db_memtable",
|
|
@@ -1781,6 +1789,8 @@ var p4 = zt((e) => ({
|
|
|
1781
1789
|
title: "Outlier Databases",
|
|
1782
1790
|
name: "outlier_databases",
|
|
1783
1791
|
metrics: [
|
|
1792
|
+
"table_sst_size_per_node",
|
|
1793
|
+
"table_wal_size_per_node",
|
|
1784
1794
|
"table_read_latency",
|
|
1785
1795
|
"table_read_rps",
|
|
1786
1796
|
"table_write_latency",
|
|
@@ -1789,11 +1799,17 @@ var p4 = zt((e) => ({
|
|
|
1789
1799
|
"table_log_ops_second",
|
|
1790
1800
|
"table_log_bytes_written",
|
|
1791
1801
|
"table_write_lock_latency",
|
|
1802
|
+
"table_lsmdb_seek_latency",
|
|
1792
1803
|
"table_seek_next_prev",
|
|
1793
1804
|
"table_ops_in_flight",
|
|
1794
1805
|
"table_write_rejections",
|
|
1795
1806
|
"table_memory_rejections",
|
|
1796
1807
|
"table_compaction",
|
|
1808
|
+
"table_compaction_time",
|
|
1809
|
+
"table_compaction_numfiles",
|
|
1810
|
+
"table_stalls",
|
|
1811
|
+
"table_flush_writes",
|
|
1812
|
+
"table_docdb_transaction",
|
|
1797
1813
|
"table_block_cache_hit_miss",
|
|
1798
1814
|
"table_rocksdb_blooms_checked_and_useful",
|
|
1799
1815
|
"table_mem_tracker_db_memtable"
|