Skip to content

Commit

Permalink
make MQE meta data not null (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai123 authored Apr 18, 2024
1 parent f0bdba6 commit 9c0ffe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics-v3.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 9c0ffe1

Please sign in to comment.