This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch mqe-remove-metricName in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
commit ad0b98f70da648cc001e506815b8f3f00bc20ef4 Author: wankai123 <[email protected]> AuthorDate: Wed Jun 7 11:21:24 2023 +0800 mqe remove metric name --- 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!]! }
