Skip to content

Commit 9c0ffe1

Browse files
authored
make MQE meta data not null (#132)
1 parent f0bdba6 commit 9c0ffe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metrics-v3.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ type MQEValue {
6868
}
6969

7070
type MQEValues {
71-
# The metadata description of this value series. It could be NULL if it is the result of the different metrics calculation.
72-
metric: Metadata
71+
# The metadata description of this value series.
72+
metric: Metadata!
7373
# 1. When the type == SINGLE_VALUE, values only have one value.
7474
# 2. When the type == TIME_SERIES_VALUES, values would match the given elements in the duration range.
7575
# 3. When the type == SORTED_LIST, values could be results of `sort(metric)`

0 commit comments

Comments
 (0)