Monitoring & Logs

Real-time metrics and logs for all your containers.

Available Metrics

CPU Usage

Real-time CPU utilization percentage

Memory Usage

RAM consumption and limits

Network I/O

Inbound and outbound traffic

Health Status

Container health and uptime

Viewing Logs

Access container logs from the dashboard or CLI:

# Via Dashboard

Container → Logs tab → Real-time stream

# Via CLI

snapdeploy logs <container-id> -f

# Via API

GET /api/containers/{id}/logs

Log Features

  • Real-time streaming: Live log updates in dashboard
  • 7-day retention: Access historical logs
  • Search: Full-text search across logs
  • Download: Export logs for external analysis
  • Filtering: Filter by severity level

Deployment History

Track all deployments with detailed status:

  • Deployment timestamp
  • Git commit hash and branch
  • Build and deploy status
  • One-click rollback to previous versions