Observability
Hostim.dev gives you built-in tools to monitor your apps. You can view logs and real-time metrics for every deployed container.
This helps you debug issues, monitor performance, and understand how your app behaves over time.
Logs
Each app has a live log stream. You can:
- View logs from all instances
- Filter by time or search for keywords
- See logs immediately after deployment
To access logs:
- Open your app from the project dashboard
- Go to the Logs tab
Logs are stored for up to 7 days.
Metrics
Hostim collects system-level metrics for every app:
- CPU usage (per second and average)
- Memory usage and limits
To view metrics:
- Open your app in the dashboard
- Go to the Metrics tab
- Use the charts to explore usage over time
Metrics are updated in real time and stored for up to 7 days.
When to check observability
- After each deployment
- When your app is slow or unresponsive
- To confirm scaling behavior or performance under load