Hi,
I have an issue with the the “Other” graphs where they are not showing data. The generated query is:
SELECT count(“responseTime”)/60 FROM “requestsRaw” WHERE “requestName” =~ /^product-api.services.preprod.wickes.systems/product/v1/retrieve$/ AND time >= now() - 15m GROUP BY time(60s) fill(null)
and the database shows:
select * from requestsRaw where time =1507717471887359521
name: requestsRaw
time errorCount nodeName requestName responseTime testName threadName
1507717471887359521 0 Test-Node product-api.services.preprod.wickes.systems/product/v1/retrieve 108 Test Thread Group 1-12
what am I missing with the way that the query gets auto generated?