Skip to content

Monitoring Your Deployment

Railway Dashboard

  • Resource Usage: Monitor CPU, memory, and network usage
  • Logs: Real-time application and deployment logs
  • Metrics: Track performance over time

Health Checks

Monitor these key indicators:

  • Database connections: Should remain stable
  • API response times: CoinGecko and Absinthe API calls
  • Block processing rate: Blocks processed per minute
  • Error rates: Watch for failed transactions or timeouts

Custom Metrics

Consider adding these endpoints to your application:

  • /health - Basic health check
  • /metrics - Processing statistics
  • /status - Current sync status

Your Uniswap V2 adapter is now deployed and running! 🚀