You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(admin): Add terminal-style SQL Shell for ClickHouse tracing
Add a new SQL Shell page to snuba-admin that provides a terminal-style
interface for executing ClickHouse queries with tracing. Features include:
- Dark terminal aesthetic with monospace font
- Shell commands: USE, SHOW STORAGES, PROFILE ON/OFF, TRACE RAW/FORMATTED
- SQL query execution with full tracing support
- Command history with up/down arrow navigation (persisted to localStorage)
- Keyboard shortcuts: Enter to execute, Ctrl+L to clear
- Query results displayed in table format with trace summaries
- Prominent link in nav bar for easy access
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments