fault-log-analyzer/README.md

6 lines
346 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# fault-log-analyzer
HMS 故障日志捕获与分析模块。实现:故障日志捕获管道、故障归类、根因分析、REST API。
技术栈:Python 3.10+ 纯标准库核心,可选 Kafka/ES/MySQL/Redis 后端。
运行:python3 -m fault_log_analyzer --storage memory
测试:python3 -m unittest discover -s tests -v → 132 tests OK