We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bdba6 commit 9c0ffe1Copy full SHA for 9c0ffe1
metrics-v3.graphqls
@@ -68,8 +68,8 @@ type MQEValue {
68
}
69
70
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
+ # The metadata description of this value series.
+ metric: Metadata!
73
# 1. When the type == SINGLE_VALUE, values only have one value.
74
# 2. When the type == TIME_SERIES_VALUES, values would match the given elements in the duration range.
75
# 3. When the type == SORTED_LIST, values could be results of `sort(metric)`
0 commit comments