Files
rustfs/crates/log-analyzer
houseme 78d6918c52 feat: extend hotpath coverage across crates (#5505)
Add opt-in hotpath feature surfaces to every workspace crate and wire the root rustfs feature passthrough for function, allocation, and CPU profiling.

Add a focused set of function-level measurements for scanner, heal, lock, target replay, IAM, KMS, Keystone, trusted proxy, and capacity paths without adding request-scoped primitive wrappers.

Co-authored-by: heihutu <heihutu@gmail.com>
2026-07-31 05:42:19 +00:00
..

rustfs-log-analyzer

Offline log fault-analysis core for RustFS, powering the rustfs diagnose subcommand: parses customer-provided logs (JSON lines, container-wrapped output, panic blocks, archives), matches a built-in failure-rule library, and produces severity-ranked diagnosis reports.

Plan and design contract: rustfs/backlog#1281.