You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/13 00:43:42 UTC

[GitHub] [skywalking-data-collect-protocol] wu-sheng commented on a change in pull request #14: Add uniqueId for BrowserPerfData

wu-sheng commented on a change in pull request #14: Add uniqueId for BrowserPerfData
URL: https://github.com/apache/skywalking-data-collect-protocol/pull/14#discussion_r365624786
 
 

 ##########
 File path: browser/BrowserPerf.proto
 ##########
 @@ -30,17 +30,19 @@ service BrowserPerfService {
 }
 
 message BrowserPerfData {
-    int32 serviceId = 1;
+    // UUID
+    string uniqueId = 1;
 
 Review comment:
   @Fine0830 Is it OK to generate this unique for client-js report every time? The backend will need this to save the whole report for the UI. Are we going to provide perf data and error log query from UI?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services