2019-10-06 20:01:45 +00:00
|
|
|
{
|
|
|
|
"name": "comparison-not-inf-not-nan",
|
|
|
|
"issue": "https://github.com/VictoriaMetrics/VictoriaMetrics/issues/150",
|
|
|
|
"data": [
|
|
|
|
"not_nan_not_inf;item=x 1 {TIME_S-1m}",
|
2019-10-15 18:18:08 +00:00
|
|
|
"not_nan_not_inf;item=x 1 {TIME_S-2m}",
|
|
|
|
"not_nan_not_inf;item=y 3 {TIME_S-1m}",
|
|
|
|
"not_nan_not_inf;item=y 1 {TIME_S-2m}"],
|
|
|
|
"query": ["/api/v1/query_range?query=1/(not_nan_not_inf-1)!=inf!=nan&start={TIME_S-3m}&end={TIME_S}&step=60"],
|
2019-10-06 20:01:45 +00:00
|
|
|
"result_query_range": {
|
|
|
|
"status":"success",
|
|
|
|
"data":{"resultType":"matrix",
|
2019-10-15 18:18:08 +00:00
|
|
|
"result":[
|
|
|
|
{"metric":{"item":"y"},"values":[["{TIME_S-1m}","0.5"],["{TIME_S}","0.5"]]}
|
|
|
|
]}}
|
2019-10-06 20:01:45 +00:00
|
|
|
}
|