0.0.5 • Published 4 years ago

shimoapm v0.0.5

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

APM 性能监控系统

石墨文档:https://shimo.im/docs/kqgRgYJX9yp3pPCp

代码

  • 结构
    • cache - 设计定时定量上报的缓存管理
    • config - 上报的配置信息 (上报百分比等)
    • constants - 常量定义
    • core - report 的代码
    • utils - 信息收集 & 其他辅助函数
  • 思路
    • ErrorConfigController 管理 A、B、C 三类错误 的配置信息和上报
    • ReportController 进行 默认信息的添加 和 三类信息的异常上报
    • core/index 添加异常捕获代码 & 生成并导出 ReportController 实例