You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/31 06:01:04 UTC

[skywalking-data-collect-protocol] 02/03: Fix

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch v3-proto
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git

commit 3e0c49b7e304fdf071589a3400bbc26e84d4eb33
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 31 13:38:18 2020 +0800

    Fix
---
 browser/BrowserPerf.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index c0693ca..e678cb5 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -32,9 +32,9 @@ service BrowserPerfService {
 message BrowserPerfData {
     // UUID
     string uniqueId = 1;
-    int32 serviceId = 2;
+    string service = 2;
     // Service version in browser is the Instance concept in the backend.
-    int32 serviceVersionId = 3;
+    string serviceVersion = 3;
     // Data time
     int64 time = 4;
     // Page path in browser is the endpoint concept in the backend