Monitoring and Logs
Real-time monitoring and performance analytics
Track your service performance and debug issues with real-time monitoring and analytics.
Current Features
- Real-time Log Streaming: Live logs from your running services
- Performance Analytics: Detailed metrics and performance insights
- Deployment Logs: Build and deployment history
- Resource Metrics: CPU, memory, and network usage
- Status Monitoring: Service health and availability
- Error Tracking: Automatic error detection and alerts
Accessing Monitoring
In the web dashboard:
- Navigate to your service
- Click "Logs" tab for real-time log streaming
- Click "Metrics" tab for performance analytics
- Click "Analytics" tab for detailed insights
- Check "Status" for health information
Real-time Logs
Stream logs live from your services:
- Filter by log level (INFO, WARN, ERROR)
- See timestamps and request IDs
- Download logs for offline analysis
- Automatic log retention (30 days)
Issues with deployment? Check the deployment overview.
Performance Analytics
Comprehensive metrics and insights:
- Request latency percentiles (p50, p95, p99)
- Error rate tracking
- Throughput metrics (requests/second)
- Resource utilization over time
- Custom dashboards
Planned Features (Q1 2026)
- Advanced log search and filtering
- Custom alerts and notifications
- Integration with external monitoring tools
Best Practices
- Use structured logging (JSON format recommended)
- Set appropriate log levels (INFO, WARN, ERROR)
- Monitor resource usage regularly
- Check logs after each deployment