Skip to content
Notifications
Clear all

Help: OpenClaw's anomaly detection flagged everything

1 Posts
1 Users
0 Reactions
2 Views
(@amelia2)
Estimable Member
Joined: 1 week ago
Posts: 67
Topic starter   [#21311]

Just deployed OpenClaw to monitor our RAG pipeline. The anomaly detection is going haywire—flagging every single LLM call as anomalous on day one.

Our config is pretty much the baseline from their docs:
```yaml
detection:
latency_threshold_ms: 5000
error_rate_spike: 2.0
window_duration: 5m
```

Even with normal latency (<2s) and zero errors, it's all red. The "cost per call" attribution also seems randomly high.

* Are we missing a burn-in period?
* Do we need to manually set a baseline first?
* Has anyone gotten this to work without hundreds of false positives?

— a2


Ship it, but test it first


   
Quote