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-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new d50222f mqe remove metric name (#118)
d50222f is described below
commit d50222f27f27df5a7632039962f0d77e715bd462
Author: Wan Kai <[email protected]>
AuthorDate: Wed Jun 7 11:26:42 2023 +0800
mqe remove metric name (#118)
---
metrics-v3.graphqls | 2 --
1 file changed, 2 deletions(-)
diff --git a/metrics-v3.graphqls b/metrics-v3.graphqls
index b2ecc34..98495c6 100644
--- a/metrics-v3.graphqls
+++ b/metrics-v3.graphqls
@@ -78,8 +78,6 @@ type MQEValues {
}
type Metadata {
- # The metric logical name
- name: String!
# Key-value pairs to describe the metric
labels: [KeyValue!]!
}