# webfunny_monitor **Repository Path**: chenz2008/webfunny_monitor ## Basic Information - **Project Name**: webfunny_monitor - **Description**: webfunny是一款轻量级的前端监控系统,webfunny也是一款前端性能监控系统,无埋点监控前端日志,实时分析前端健康状态。webfunny is a lightweight front-end monitoring system and webfunny is also a front-end performance monitoring system. It monitors front-end logs and analyzes front-end health status in real time.【github:】【https://github.com/a597873885/webfunny_monitor】 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: http://www.webfunny.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 68 - **Created**: 2025-11-02 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
    
    
    
### 目录结构
```
    |── center/                                    * 应用中心
    |         |
    |         |—— config                           * 配置文件
    |         |—— controllers                      * 业务逻辑
    |         |—— logs                             * 日志文件
    |         |—— middlreware                      * 中间件
    |         |—— modules                          * 业务逻辑
    |         |—— routes                           * 路由
    |         |—— schema                           * 数据库设计
    |         |—— util                             * 工具
    |         |—— util_cus                         * 用户自定义工具
    |         |—— views                            * 可视化文件
    |
    |── event/                                     * 埋点系统
    |        |
    |        |—— config                            * 配置文件
    |        |—— config_variable                   * 用户配置文件
    |        |—— controllers                       * 业务逻辑
    |        |—— logs                              * 日志文件
    |        |—— middlreware                       * 中间件
    |        |—— modules                           * 业务逻辑
    |        |—— routes                            * 路由
    |        |—— schema                            * 数据库设计
    |        |—— util                              * 工具
    |        |—— util_cus                          * 用户自定义工具
    |        |—— views                             * 可视化文件
    |
    |──monitor/                                    * 监控系统
    |         |
    |         |—— alarm                            * 警报配置
    |         |—— config                           * 系统配置文件
    |         |—— config_variable                  * 用户配置文件
    |         |—— controllers                      * 业务逻辑
    |         |—— interceptor                      * 拦截器
    |         |—— logs                             * 日志文件
    |         |—— middlreware                      * 中间件
    |         |—— modules                          * 业务逻辑
    |         |—— routes                           * 路由
    |         |—— schema                           * 数据库设计
    |         |—— util                             * 工具
    |         |—— util_cus                         * 用户自定义工具
    |         |—— views                            * 可视化文件
```