wu-sheng commented on a change in pull request #18: Enhancement browser protocol
URL: 
https://github.com/apache/skywalking-data-collect-protocol/pull/18#discussion_r374671091
 
 

 ##########
 File path: browser/BrowserPerf.proto
 ##########
 @@ -25,36 +25,56 @@ import "common/common.proto";
 
 // Collect performance raw data from browser.
 service BrowserPerfService {
-    rpc collect (stream BrowserPerfData) returns (Commands) {
+
+    // report once per page
+    rpc collectPerfData (stream BrowserPerfData) returns (Commands) {
 
 Review comment:
   Report once, then no `stream`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to