Log And Error Bucketing

Turn a stream of log lines or error messages into a histogram of causes — timeouts, auth, quota, bad input, upstream, unknown — by deduplicating to templates, redacting, and classifying one exemplar each, so a million lines cost a few hundred calls. Use when an incident dump, CI log or error table is too big to read. Triggers on "what is failing here", "bucket these errors", "group these exceptions", "top causes".

mrmps Updated

File contents

mrmps/classifier-dev/tree/main/skills/log-and-error-bucketing commit 339ff44f24

Frequently asked questions

npx skillmds@latest add mrmps/log-and-error-bucketing