I’m trying to graph a few different data sets and they work over large time scales but as soon as I select a shorter time scale the data isn’t displayed, yet it shows data in the query inspector.
If I pick a time scale greater then 30 days it will display the last third or so data. At >90 days all the data is displayed.
My server install is Version 4.6.2 (commit: 8db5f08).
Any suggestions?
Here’s a sample from the query inspector:
{
“xhrStatus”: “complete”,
“request”: {
“method”: “POST”,
“url”: “api/tsdb/query”,
“data”: {
“from”: “1512024771416”,
“to”: “1512067971417”,
“queries”: [
{
“refId”: “A”,
“intervalMs”: 30000,
“maxDataPoints”: 1235,
“datasourceId”: 1,
“rawSql”: “SELECT\n unixEpoch as time_sec,\n NHPI as value,\n ‘NHPI’ as metric\nFROM Auroral_Power\nWHERE $__timeFilter(Date_Time)\nORDER BY Date_Time ASC\n\n”,
“format”: “time_series”
}
]
}
},
“response”: {
“results”: {
“A”: {
“refId”: “A”,
“meta”: {
“rowCount”: 46,
“sql”: “SELECT\n unixEpoch as time_sec,\n NHPI as value,\n ‘NHPI’ as metric\nFROM Auroral_Power\nWHERE Date_Time >= FROM_UNIXTIME(1512024771) AND Date_Time <= FROM_UNIXTIME(1512067971)\nORDER BY Date_Time ASC\n\n”
},
“series”: [
{
“name”: “NHPI”,
“points”: [
[
22,
1514616900000
],
[
21,
1514617200000
],
[
20,
1514617500000
],
[
18,
1514618100000
],
[
17,
1514618400000
],
[
17,
1514618700000
],
[
16,
1514619000000
],
[
16,
1514619300000
],
[
15,
1514619900000
],
[
15,
1514620200000
],
[
14,
1514620500000
],
[
14,
1514620800000
],
[
13,
1514621100000
],
[
13,
1514621400000
],
[
12,
1514621700000
],
[
12,
1514622300000
],
[
12,
1514622600000
],
[
12,
1514622900000
],
[
12,
1514623200000
],
[
12,
1514623500000
],
[
11,
1514623800000
],
[
11,
1514624100000
],
[
10,
1514624400000
],
[
10,
1514625000000
],
[
10,
1514625300000
],
[
9,
1514625600000
],
[
9,
1514625900000
],
[
9,
1514626200000
],
[
9,
1514626500000
],
[
9,
1514626800000
],
[
9,
1514627100000
],
[
9,
1514627400000
],
[
10,
1514627700000
],
[
10,
1514628000000
],
[
10,
1514628300000
],
[
11,
1514628600000
],
[
11,
1514628900000
],
[
10,
1514629500000
],
[
9,
1514629800000
],
[
14,
1514658000000
],
[
14,
1514658300000
],
[
13,
1514658600000
],
[
13,
1514658900000
],
[
13,
1514659200000
],
[
13,
1514659500000
],
[
13,
1514659800000
]
]
}
],
“tables”: null
}
}
}
}