You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by da...@apache.org on 2020/07/29 03:44:51 UTC

[skywalking-data-collect-protocol] 01/01: add MeterDataCollection

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

daming pushed a commit to branch dmsolr-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git

commit 13921fa95daaa8c1f87eef4c54d5ff78dc2ac3b7
Author: daming <zt...@foxmail.com>
AuthorDate: Wed Jul 29 11:44:30 2020 +0800

    add MeterDataCollection
---
 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