summarize_errors
Aggregate error logs by template fingerprint, identify root causes vs cascading noise, and classify fault types with stack frames and request IDs for efficient troubleshooting.
Instructions
错误聚合归并:把窗口内错误按模板指纹压缩成少量模式,区分首发错误(可能的原因)与级联噪声(后果),并给出故障类型分类、堆栈业务帧、高频 requestId。比直接翻错误日志高效得多。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| topN | No | 返回模式数,默认 15 | |
| range | No | 默认 1h | |
| start | No | ||
| labels | No | ||
| keyword | No | ||
| project | No | ||
| datasourceUid | No |