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