A modern observability service with logging and metrics capabilities for legacy applications.
curl -X POST http://localhost:8080/log \
-H "Content-Type: application/json" \
-d '{
"level": "info",
"message": "User login successful",
"service": "auth-service",
"timestamp": "2023-06-15T14:22:10Z",
"metadata": {
"userId": "user-123",
"ip": "192.168.1.1"
}
}'
curl http://localhost:8080/metrics
Vibe Glow includes a beautiful terminal UI built with Bubble Tea and Lip Gloss for visualizing logs and metrics.
The Terminal UI provides an interactive way to monitor your application's health and logs in real-time.
Choose your preferred installation method
go install github.com/gabrielalmir/glow/cmd/vibe-glow@latest
This will install the latest version of the CLI tool. Make sure your Go bin directory is in your PATH.
After installation, you can run:
vibe-glow --help