Monitoring

Monitor your services with real-time logs and metrics on Forte Platforms.

Viewing Logs

Web Console

View logs in the web console:

  1. Navigate to your project
  2. Select a service
  3. Click on a deployment
  4. View logs in the Logs tab

CLI

Stream logs in real-time using the CLI:

forte logs my-service --follow

Filter logs by time range:

forte logs my-service --since 1h

Use --follow to stream logs in real-time, similar to tail -f.

Metrics (Coming Soon)

Metrics dashboard will show:

  • CPU usage
  • Memory usage
  • Request rate
  • Response time
  • Error rate

Alerts (Coming Soon)

Set up alerts for:

  • High error rates
  • Deployment failures
  • Resource limits exceeded

Log Retention

Logs are retained for:

  • 7 days on the Free tier
  • 30 days on the Pro tier
  • 90 days on the Enterprise tier

Exporting Logs

Export logs for archival or analysis:

forte logs my-service --output logs.txt

Next Steps