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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-goapi.git


The following commit(s) were added to refs/heads/main by this push:
     new a29bda2  Sync query protocol for remove metrics name in MQE (#60)
a29bda2 is described below

commit a29bda277aac08dc8723cb25dc00863a1b6ec0d9
Author: mrproliu <[email protected]>
AuthorDate: Thu Jun 8 05:18:49 2023 +0000

    Sync query protocol for remove metrics name in MQE (#60)
---
 dependencies.sh | 2 +-
 query/schema.go | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dependencies.sh b/dependencies.sh
index 398fb60..a8cbe2d 100644
--- a/dependencies.sh
+++ b/dependencies.sh
@@ -18,7 +18,7 @@
 # under the License.
 
 export COLLECT_PROTOCOL_SHA=0da9c8b3e111fb51c9f8854cae16d4519462ecfe
-export QUERY_PROTOCOL_SHA=957b0120af74dde1b2fca2449914739bd97c435f
+export QUERY_PROTOCOL_SHA=d50222f27f27df5a7632039962f0d77e715bd462
 export ENVOY_SERVICE_PROTOCOL_SHA=533b32f1b390a3a88ec2008d0561e07c926d879a
 export XDS_SERVICE_PROTOCOL_SHA=25de7278fc844d392d607214f36dbedf50f167ee
 export PROTOC_VALIDATE_SHA=v0.6.1
diff --git a/query/schema.go b/query/schema.go
index 2104d46..ae4750c 100644
--- a/query/schema.go
+++ b/query/schema.go
@@ -464,7 +464,6 @@ type MQEValues struct {
 }
 
 type Metadata struct {
-       Name   string      `json:"name"`
        Labels []*KeyValue `json:"labels"`
 }
 

Reply via email to