Getting Started
Getting Started
Section titled “Getting Started”Neovim meets Grafana, reimagined for human and agent collaboration. Enya is a keyboard-first multi-tool editor that brings together code, metrics, logs, traces, SQL, and terminals in one interface.
Key Features
Section titled “Key Features”- Multi-Tool — Code, metrics, logs, traces, SQL, terminals — all in one interface
- AI Native — Agents have access to the same commands you do (Codex, Claude via ACP)
- Codebase-Aware — Jump from observability data to source code with tree-sitter
- Keyboard-Driven — Neovim-inspired navigation with vim keybindings
- Extensible — Lua plugins and fully customizable
Download
Section titled “Download”Download Enya for your platform from GitHub Releases:
Or build from source with cargo build --release.
Connect to Prometheus
Section titled “Connect to Prometheus”Once Enya is running, connect to your Prometheus instance:
- Press
:to open the command palette - Type
connect http://localhost:9090(or your Prometheus URL) - Press Enter
You should see “ONLINE” in the status bar once connected.
Basic Navigation
Section titled “Basic Navigation”Enya uses vim-style navigation:
| Key | Action |
|---|---|
H/J/K/L | Move focus between panes |
: | Open command palette |
Space+m | Open metrics finder |
? | Show all keyboard shortcuts |
e | Edit focused pane query |
Ctrl+Enter | Run query |
Next Steps
Section titled “Next Steps”- Editor — Learn about key commands and features
- Keyboard Reference — Complete keyboard shortcuts guide
- FAQ — Common questions answered