This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 050b6eb Make browser cls to double (#118)
050b6eb is described below
commit 050b6eb2941e197e9aed118263f2fa23d44265f8
Author: Wan Kai <[email protected]>
AuthorDate: Tue Dec 2 13:15:25 2025 +0800
Make browser cls to double (#118)
---
browser/BrowserPerf.proto | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index 2db3fd2..9e3f13f 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -132,8 +132,8 @@ message BrowserWebVitalsPerfData {
string pagePath = 4;
// First Meaningful Paint time
int32 fmpTime = 5;
- // Cumulative Layout Shift time
- int32 clsTime = 6;
+ // Cumulative Layout Shift score
+ double cls = 6;
// Largest Contentful Paint time
int32 lcpTime = 7;
}