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:50 UTC

[skywalking-data-collect-protocol] branch dmsolr-patch-1 created (now 13921fa)

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

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


      at 13921fa  add MeterDataCollection

This branch includes the following new commits:

     new 13921fa  add MeterDataCollection

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by da...@apache.org.
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