Skip to main content

Report Problems

users are reporting errors, investigate
Deploy project fix by monk Tell Monk about issues - it investigates autonomously. Monitoring

Performance Issues

why is the API slow?
Monk checks code, logs, metrics, and infrastructure to diagnose.

Application Errors

the frontend isn't loading, what's wrong?
Troubleshoot specific problems.

Database Problems

check the database performance
Analyze database query times and resource usage. Databases

Service Issues

the API server keeps crashing
Diagnose service failures.

Network Problems

services can't connect to the database
Debug connectivity issues. Networking

What Monk Does

Autonomous investigation:
  1. Reads logs across all services
  2. Checks metrics and resource usage
  3. Examines workload state
  4. Correlates data to find root cause
  5. Suggests fixes
Example:
You: Users reporting 500 errors

Monk: Investigating...

      Found: API server #2 out of memory
      Cause: Memory leak in session handling
      Impact: ~150 active users affected

      Fix: Restart affected instance and scale up

      Should I proceed?

Common Issues

High CPU/Memory:
what's using all the CPU?
which service is using the most memory?
Connectivity:
can the API reach the database?
test the connection to Redis
Errors:
show me recent errors
filter logs for 500 errors
Performance:
what's causing slow queries?
why is the cache hit rate low?

Get Detailed Info

Logs:
show me the last 100 lines of API logs
check logs from the past hour
Metrics:
show me resource usage for the past day
compare current vs normal performance
Status:
which services are unhealthy?
show me failed deployments

After Diagnosis

Apply fixes:
restart the API server
scale up the database
increase worker memory
Verify:
check if the issue is resolved
test the API endpoint

Next Steps