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/07/29 03:59:13 UTC

[skywalking-data-collect-protocol] branch master updated: add MeterDataCollection (#29)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4be7176  add MeterDataCollection (#29)
4be7176 is described below

commit 4be71766f60b943915d3ac8f91c996a5ff680ca0
Author: Daming <zt...@foxmail.com>
AuthorDate: Wed Jul 29 11:57:40 2020 +0800

    add MeterDataCollection (#29)
---
 language-agent/Meter.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/language-agent/Meter.proto b/language-agent/Meter.proto
index 82c2c44..b27b902 100644
--- a/language-agent/Meter.proto
+++ b/language-agent/Meter.proto
@@ -79,3 +79,7 @@ message MeterData {
     // Meter data report time, be set value in the first element in the stream-call.
     int64 timestamp = 5;
 }
+
+message MeterDataCollection {
+    repeated MeterData meterData = 1;
+}
\ No newline at end of file