Herb He
zookeeper_log
SELECT database, table, sum(bytes) AS total_bytes, formatReadableSize(sum(bytes)) AS total_size FROM system.parts GROUP BY database, table ORDER BY total_bytes DESC LIMIT 10 Query id: af84f6ab-6e2d-4412-a2d1-44ce0d13cc06 ┌─database───────┬─table───────────────┬──total_bytes─┬─total_size─┐ │ system │ zookeeper_log │ 441949776174 │ 411.60 GiB │ │ signoz_logs │ logs │ 159756017169 │ 148.78 GiB │ │ signoz_metrics │ samples_v2 │ 30754960877 │ 28.64 GiB │ │ signoz_metrics │ samples_v4 │ 27124827786 │ 25.26 GiB │ │ system │ query_log │ 10204533140 │ 9.50 GiB │ │ system │ part_log │ 8962585768 │ 8.35 GiB │ │ signoz_logs │ tag_attributes │ 5775550329 │ 5.38 GiB │ │ signoz_metrics │ time_series_v4 │ 4774899549 │ 4.45 GiB │ │ signoz_metrics │ time_series_v4_6hrs │ 4429241062 │ 4.13 GiB │ │ signoz_metrics │ time_series_v4_1day │ 4044959761 │ 3.77 GiB │ └────────────────┴─────────────────────┴──────────────┴────────────┘
Srikanth Chekuri
SHOW CREATE TABLE system.zookeeper_log
Samuel Olowoyeye
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.