Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the browser API protocol doc #12619

Merged
merged 16 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion docs/en/api/browser-http-api-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,23 @@ Input:
"sslTime": 10,
"ttlTime": 10,
"firstPackTime": 10,
"fmpTime": 10
"isPV": true,
}
// or
{
"service": "web",
"serviceVersion": "v0.0.1",
"pagePath": "/index.html",
"fmpTime": 10,
"clsTime": 10,
"lcpTime": 10,
}
// or
{
"service": "web",
"serviceVersion": "v0.0.1",
"pagePath": "/index.html",
"fidTime": 10,
}
```

Expand Down
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@
* Move the Official Dashboard docs to marketplace docs.
* Add marketplace introduction docs under `quick start` menu to reduce the confusion of finding feature docs.
* Update Windows Metrics(Swap -> Virtual Memory)
* Update the browser API protocol doc.

All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/205?closed=1)
Loading