Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/a597873885/webfunny_monitor
- Owner: a597873885
- License: apache-2.0
- Created: 2018-07-04T03:08:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:38:38.000Z (8 months ago)
- Last Synced: 2024-04-07T15:34:43.976Z (8 months ago)
- Topics: burying-point, front-end-monitor, frontend-monitoring, js-monitor, monitoring, monitoring-tool, web-monitor
- Language: HTML
- Homepage: https://www.walkingfunny.com/webfunnyMonitor
- Size: 268 MB
- Stars: 4,864
- Watchers: 87
- Forks: 828
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 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. (JavaScript)
- awesome-ops - a597873885/webfunny_monitor - 2.0|5028|2018-07-04|2024-09-27 | 轻量级的前端性能监控系统,也是一款埋点系统,私有化部署,简单易用 | (Monitor)
- awesome-nodejs - webfunny_monitor - 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. ![](https://img.shields.io/github/stars/a597873885/webfunny_monitor.svg?style=social&label=Star) (Repository / Application Performance Monitoring (APM))
- awesome-list - webfunny_monitor
README
> 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 * 可视化文件
```