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 2019/04/16 13:19:15 UTC

[incubator-skywalking-data-collect-protocol] branch metric-proto updated: Update common.proto

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

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


The following commit(s) were added to refs/heads/metric-proto by this push:
     new 5876b66  Update common.proto
5876b66 is described below

commit 5876b665fead092bcdbed1422cd9ebdc0f2e2e07
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Apr 16 21:19:11 2019 +0800

    Update common.proto
---
 common/common.proto | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/common.proto b/common/common.proto
index ce50c76..716bba1 100644
--- a/common/common.proto
+++ b/common/common.proto
@@ -32,6 +32,11 @@ message KeyIntValuePair {
     int32 value = 2;
 }
 
+message IntKeyIntValuePair {
+    int32 key = 1;
+    int32 value = 2;
+}
+
 message CPU {
     double usagePercent = 2;
 }