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 9c0ffe1 make MQE meta data not null (#132)
9c0ffe1 is described below
commit 9c0ffe1a4be6c90d13bc03d6e9c8323415fe4534
Author: Wan Kai <[email protected]>
AuthorDate: Thu Apr 18 22:06:06 2024 +0800
make MQE meta data not null (#132)
---
metrics-v3.graphqls | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metrics-v3.graphqls b/metrics-v3.graphqls
index e8dbcbb..627dfdd 100644
--- a/metrics-v3.graphqls
+++ b/metrics-v3.graphqls
@@ -68,8 +68,8 @@ type MQEValue {
}
type MQEValues {
- # The metadata description of this value series. It could be NULL if it is
the result of the different metrics calculation.
- metric: Metadata
+ # The metadata description of this value series.
+ metric: Metadata!
# 1. When the type == SINGLE_VALUE, values only have one value.
# 2. When the type == TIME_SERIES_VALUES, values would match the given
elements in the duration range.
# 3. When the type == SORTED_LIST, values could be results of
`sort(metric)`