Summary Help

System health overview, ingest stats, database utilization, and quick navigation to all signal pages.

Back to Summary
At-a-Glance Counts

The stat cards at the top show live counts of logs, errors, traces, RUM sessions, metrics, and AI calls. Click any card to navigate to the full page.

Auto-Refresh

Use the refresh interval selector to auto-reload the summary page every 10 s, 30 s, 1 m, 2 m, or 5 m to keep counts current.

Database Stats

The Database Stats panel shows per-table compressed and uncompressed sizes, row counts, and any currently active ClickHouse queries.

Stat Cards Reference
Card What it counts
Logs Total OTEL log records in the database (all time).
Errors Open (unresolved) error records. Shown in red when non-zero.
Traces Total trace spans in the database.
RUM Total RUM session events captured.
Metrics Total derived metric signal data points.
AI calls Total LLM calls logged by the AI transparency system.
Database Stats Panel

The Database Stats panel queries system.parts and system.processes to show:

  • Compressed size โ€” actual on-disk storage used per table.
  • Uncompressed size โ€” logical data size before ClickHouse compression.
  • Rows โ€” total row count per table.
  • Active queries โ€” any ClickHouse queries currently running in the background.
Related Pages
  • Setup Playbooks โ€” production setup guidance for reverse proxies, Kubernetes, and full telemetry.
  • Data Management Help โ€” TTL, backup, restore, and retention guidance.