Loading...
Loading...
Monitor infrastructure, APM, logs, and metrics on Datadog
npx skill4agent add andrejones92/canifi-life-os datadogcurl -sSL https://canifi.com/skills/datadog/install.sh | bashcp -r skills/datadog ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set DATADOG_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "How's my infrastructure looking?"
Claude: I'll check your Datadog dashboard.
- Opens app.datadoghq.com via Playwright MCP
- Logs into account
- Infrastructure:
- Hosts: 12 active
- Containers: 45 running
- CPU avg: 34%
- Memory avg: 67%
- Alerts: 1 warning (disk space)
- All critical services healthyUser: "How are my services performing?"
Claude: I'll check APM.
- Views APM section
- Services:
- api-gateway: 45ms p50, 120ms p99
- user-service: 23ms p50, 89ms p99
- order-service: 67ms p50, 234ms p99
- Throughput: 2.3k req/s
- Error rate: 0.12%
- Slowest endpoint: /api/reports (890ms)User: "Any errors in the logs?"
Claude: I'll check Log Management.
- Views Logs section
- Last hour:
- ERROR: 23 events
- WARN: 156 events
- INFO: 45,678 events
- Top errors:
- ConnectionTimeout: 12 occurrences
- ValidationError: 8 occurrences
- Pattern detected: DB connection spikes