Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/a597873885/webfunny_monitor

burying-point front-end-monitor frontend-monitoring js-monitor monitoring monitoring-tool web-monitor

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        




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

> Webfunny是一款集前端监控和埋点于一体的大数据分析系统。监控系统主要帮助开发者、测试工程师排查和解决线上的疑难杂症问题;埋点系统主要用于帮助分析师、产品经理分析业务数据,提高企业转化率。一个面向技术、一个面向业务,两者配合使用,效果最好。

官网地址    文档地址

### Webfunny前端监控系统
主要面向技术方向,帮助开发者、测试工程师、技术Leader了解应用的健康情况,优化应用的性能,以及排查和解决线上的疑难杂症问题;



### Webfunny埋点系统
主要面向业务方向,帮助分析师、产品经理、运营人员集采集、存储、分析、可视化于一体,快速分析业务数据,提高企业转化率。



### 官方客服微信

微信号: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 * 可视化文件
```