Skip to content

Commit

Permalink
Merge pull request #730 from skyclouds2001/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
skyclouds2001 authored Mar 29, 2024
2 parents 16590d1 + c897fbc commit 0c08f89
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 11 deletions.
38 changes: 29 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,48 @@
version: 2
updates:
- package-ecosystem: 'npm'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
day: 'monday'
time: '12:00'
timezone: 'Asia/Shanghai'
allow:
- dependency-type: 'all'
ignore:
- dependency-name: 'pnpm'
- dependency-type: 'direct'
labels:
- 'dependencies'
open-pull-requests-limit: 50
assignees:
- 'skyclouds2001'
reviewers:
- 'skyclouds2001'
open-pull-requests-limit: 5
pull-request-branch-name:
separator: '-'
target-branch: 'dev'
- package-ecosystem: 'github-actions'
groups:
all:
patterns:
- '*'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
time: '12:00'
timezone: 'Asia/Shanghai'
allow:
- dependency-type: 'all'
- dependency-type: 'direct'
labels:
- 'dependencies'
open-pull-requests-limit: 10
assignees:
- 'skyclouds2001'
reviewers:
- 'skyclouds2001'
open-pull-requests-limit: 5
pull-request-branch-name:
separator: '-'
target-branch: 'dev'
groups:
all:
patterns:
- '*'
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8.10.0
- uses: actions/setup-node@v4
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8.10.0
- uses: actions/setup-node@v4
Expand Down
19 changes: 19 additions & 0 deletions packages/frontend-monitor/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
前端监控系统需求:

自动收集、上报、存储页面关键数据,并提供监控数据可视化查询界面,要求覆盖 Web 页面关键运行数据,包括:
异常监控,包括:JS 异常、接口异常、白屏异常、资源异常等
关键性能数据监控,如: FP、FCP、DOM Ready、DNS 等
用户行为数据,如: PV、UV、页面停留时间等
HTTP 请求监控,包括: 请求链路、成功率、返回信息等

要求至少提供如下视图:
PV/UV 趋势图
各性能数据走势图
异常数据 & 归因分析展示

https://help.aliyun.com/zh/arms/browser-monitoring/product-overview/what-is-arms-browser-monitoring
https://sentry.io/welcome/

https://cdc.tencent.com/2018/09/13/frontend-exception-monitor-research/
https://juejin.cn/post/7276769559586439183
https://juejin.cn/post/6958690901380038687

0 comments on commit 0c08f89

Please sign in to comment.