@@ -120,19 +120,19 @@ def query_raw_data_setup():
120120 jreq1 = {'start' : 1739214930519 , 'end' : 1739215230519 , 'arrays' : True ,
121121 'inputQuery' : {'aggregator' : 'noop' , 'downsample' : '1m-avg' ,
122122 'filters' : [
123- {'filter' : 'scale-11' , 'groupBy' : False ,
124- 'tagk' : 'node' , 'type' : 'pm_filter'
125- }],
123+ {'filter' : 'scale-11' , 'groupBy' : False ,
124+ 'tagk' : 'node' , 'type' : 'pm_filter'
125+ }],
126126 'metric' : 'cpu_system' , 'index' : 0 ,
127127 'shouldComputeRate' : True , 'isCounter' : False
128128 }
129129 }
130130 jreq2 = {'start' : 1739214930519 , 'end' : 1739215230519 , 'arrays' : True ,
131131 'inputQuery' : {'aggregator' : 'noop' , 'downsample' : '1m-avg' ,
132132 'filters' : [
133- {'filter' : 'scale-11' , 'groupBy' : False ,
134- 'tagk' : 'node' , 'type' : 'pm_filter'
135- }],
133+ {'filter' : 'scale-11' , 'groupBy' : False ,
134+ 'tagk' : 'node' , 'type' : 'pm_filter'
135+ }],
136136 'metric' : 'cpu_system' , 'index' : 0 ,
137137 'shouldComputeRate' : True , 'isCounter' : True
138138 }
0 commit comments