-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vitals is a developer-first observability tool designed to bring real-time application insights directly into your Visual Studio Code environment.
Modern development often involves a constant cycle of context switching:
- Write code in VS Code.
- Switch to a terminal to check logs.
- Switch to a browser (Grafana/Prometheus) to check metrics.
- Switch back to VS Code to fix issues.
This friction breaks your flow and slows down the feedback loop.
Vitals integrates these essential observability signals right where you work. By connecting directly to your local or remote Prometheus instance, Vitals provides a unified view of your application's health without you ever leaving the editor.
Visualize critical system and application metrics—such as CPU usage, memory consumption, and request latency—with beautiful, auto-updating charts. Vitals uses @observablehq/plot to render high-performance visualizations that look native to VS Code.
Debug faster with a terminal-like log viewer. It features syntax highlighting for log levels (INFO, WARN, ERROR) and auto-scrolling, giving you immediate visibility into your application's behavior as you test it.
Never miss a critical issue. The Alerts Panel shows you firing and pending Prometheus alerts in real-time, complete with status indicators and detailed descriptions.
- Zero Configuration: We believe tools should just work. Vitals detects standard local Prometheus setups automatically.
- Aesthetic & Native: The UI is built to blend seamlessly with VS Code's design system, respecting your theme and layout preferences.
- Performance First: Built with a lightweight architecture that ensures your editor remains snappy, even when streaming data.
- Backend Developers building microservices who need to see the impact of their changes immediately.
- SREs debugging incidents who want to correlate code with metrics.
- Full Stack Engineers who prefer a unified development environment.
Ready to get started? Check out the Quick Start Guide.
Released under the MIT License
Copyright © 2025 Aniket Raj