a597873885 / webfunny_monitor

webfunny是一款轻量级的前端性能监控系统,也是一款埋点系统,私有化部署,简单易用。Webfunny is a lightweight front-end performance monitoring system and a burying point system, which is privatized and easy to use.

Home Page:https://www.walkingfunny.com/webfunnyMonitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub repo size GitHub last commit GitHub issues GitHub closed issues GitHub

Webfunny是一款集前端监控和埋点于一体的系统,非常轻量易用,纯私有化部署,只需要简单几步就可以搭建一套自己的监控埋点系统。

实时大屏、运营数据分析、前端错误分析、页面性能分析、接口性能分析、用户细查、用户连线。

业务数据分析、多样的可视化看板、高度自由的字段和点位设计、SDK发布。数据分析、留存分析、转化率分析、漏斗分析。

本地安装

  1. 克隆到本地:git clone https://github.com/a597873885/webfunny_monitor.git

  2. 安装依赖包:npm install && npm run bootstrap

  3. 安装pm2(已有,请忽略):npm install pm2 -g

  4. 运行程序:npm run prd

  5. 访问页面:http://localhost:8008/webfunny_center/main.html

服务器安装

【私有化部署教程】

Docker 安装

【docker部署教程】

历史版本

【版本】

官方客服微信

微信号:webfunny2

目录结构


    |── 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                            * 可视化文件

About

webfunny是一款轻量级的前端性能监控系统,也是一款埋点系统,私有化部署,简单易用。Webfunny is a lightweight front-end performance monitoring system and a burying point system, which is privatized and easy to use.

https://www.walkingfunny.com/webfunnyMonitor

License:Apache License 2.0


Languages

Language:HTML 52.7%Language:JavaScript 47.3%Language:CSS 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%