feat(template): remove ODBC template, move agent2 SQL, and track template directory

This commit is contained in:
Maksym Buz
2026-03-30 19:55:12 +00:00
parent d02a24ebd8
commit d8233d53d5
4 changed files with 120 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
SELECT
table_name,
future_partitions,
total_size_bytes,
EXTRACT(EPOCH FROM (now() - last_updated)) AS age_seconds
FROM partitions.monitoring;