mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/victoria-metrics: fix tests after 8749c2dd92
This commit is contained in:
parent
b2aa80e74b
commit
a4ae945a79
2 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@
|
||||||
"status":"success",
|
"status":"success",
|
||||||
"data":{"resultType":"matrix",
|
"data":{"resultType":"matrix",
|
||||||
"result":[
|
"result":[
|
||||||
{"metric":{"item":"y"},"values":[["{TIME_S-1m}","0.5"],["{TIME_S}","0.5"]]}
|
{"metric":{"item":"y"},"values":[["{TIME_S-1m}","0.5"]]}
|
||||||
]}}
|
]}}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
"data":{"resultType":"matrix",
|
"data":{"resultType":"matrix",
|
||||||
"result":[
|
"result":[
|
||||||
{"metric":{"__name__":"not_nan_as_missing_data","item":"x"},"values":[["{TIME_S-2m}","2"]]},
|
{"metric":{"__name__":"not_nan_as_missing_data","item":"x"},"values":[["{TIME_S-2m}","2"]]},
|
||||||
{"metric":{"__name__":"not_nan_as_missing_data","item":"y"},"values":[["{TIME_S-2m}","4"],["{TIME_S-1m}","3"],["{TIME_S}","3"]]}
|
{"metric":{"__name__":"not_nan_as_missing_data","item":"y"},"values":[["{TIME_S-2m}","4"],["{TIME_S-1m}","3"]]}
|
||||||
]}}
|
]}}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue