web-monitoring icon indicating copy to clipboard operation
web-monitoring copied to clipboard

前端监控,性能监控平台。前端监控平台专注于Web端体验数据监控。对网页健康状况的三个方面进行监测:页面打开速度(速度测量)、页面稳定性(JS错误)和外部服务调用成功率(API)。

Results 4 web-monitoring issues
Sort by recently updated
recently updated
newest added

新建的站点,目前无法删除,希望提供删除接口

help wanted

(node:7908) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option {...

本地web端跑起来了,但是没有bundle.js,我使用的http://localhost:9001/bundle.js这个url访问的,bundle.js这个的代码在哪里呀?😃

目前dockerhub存在的镜像连接后端服务的地址是固定的本地主机 **localhost**,这意味着使用此镜像的用户只能在本机使用,无法直接部署到服务器使用。 希望将镜像连接后端服务的地址改为例如 **/api**、**/v1**等,这样使用者只需配置反向代理将前后端服务整合到同一域名下即可使用。

enhancement