@@ -195,8 +195,8 @@ def query_factory(datasource, model: Optional[dict]) -> Union[Dict, str]:
195195 }
196196
197197 attrs = [
198- { "name" : "intervalMs" , "default" : 15000 , },
199- { "name" : "maxDataPoints" , "default" : None , },
198+ { "name" : "intervalMs" , "default" : 30000 , },
199+ { "name" : "maxDataPoints" , "default" : 1441 , },
200200 { "name" : "refId" , "default" : "test" , },
201201 ]
202202 else :
@@ -221,7 +221,7 @@ def query_factory(datasource, model: Optional[dict]) -> Union[Dict, str]:
221221 { "name" : "intervalMs" , "default" : 60000 , },
222222 { "name" : "legendFormat" , "default" : "" , },
223223 { "name" : "maxLines" , "default" : 1000 , },
224- { "name" : "maxDataPoints" , "default" : 1442 , },
224+ { "name" : "maxDataPoints" , "default" : 1441 , },
225225 { "name" : "queryType" , "default" : "range" , },
226226 { "name" : "refId" , "default" : "test" , },
227227 { "name" : "resolution" , "default" : 1 , },
@@ -245,8 +245,8 @@ def query_factory(datasource, model: Optional[dict]) -> Union[Dict, str]:
245245 "choices" : [ "time_series" , "table" ],
246246 # "version": "8.0.0"
247247 },
248- { "name" : "intervalMs" , "default" : 15000 , },
249- { "name" : "maxDataPoints" , "default" : None , },
248+ { "name" : "intervalMs" , "default" : 30000 , },
249+ { "name" : "maxDataPoints" , "default" : 1441 , },
250250 { "name" : "refId" , "default" : None , },
251251 ]
252252
@@ -270,7 +270,7 @@ def query_factory(datasource, model: Optional[dict]) -> Union[Dict, str]:
270270 { "name" : "instant" , "default" : False , },
271271 { "name" : "interval" , "default" : "" , },
272272 { "name" : "intervalFactor" , "default" : None , },
273- { "name" : "intervalMs" , "default" : 15000 , },
273+ { "name" : "intervalMs" , "default" : 30000 , },
274274 { "name" : "legendFormat" , "default" : "" , },
275275 { "name" : "maxDataPoints" , "default" : None , },
276276 { "name" : "queryType" , "default" : "timeSeriesQuery" , },
0 commit comments