chart-areaMonitoring & Logs

Health checks, structured logging, and operational visibility.

DragonClaw includes several built-in observability hooks.

What to monitor

  • Gateway reachability

  • /health status

  • Process uptime

  • Memory usage

  • Loaded skills and connectors

  • Error rates and retry spikes

Logging

DragonClaw uses structured logging.

That makes it easier to ship logs to JSON-aware tools and filter by provider, error, or connector.

Useful checks

  • GET /health for liveness

  • Process manager logs for crash loops

  • Recent gateway errors for auth or rate limit issues

Example operational commands

Last updated