This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch browser-clstime
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/browser-clstime by this push:
new aded536 Make browser clsTime to double
aded536 is described below
commit aded53673c994714929edf15e499a1d004dc13d5
Author: wankai123 <[email protected]>
AuthorDate: Tue Dec 2 12:00:13 2025 +0800
Make browser clsTime to double
---
browser/BrowserPerf.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index 2db3fd2..d5515de 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -133,7 +133,7 @@ message BrowserWebVitalsPerfData {
// First Meaningful Paint time
int32 fmpTime = 5;
// Cumulative Layout Shift time
- int32 clsTime = 6;
+ double clsTime = 6;
// Largest Contentful Paint time
int32 lcpTime = 7;
}