Hey, it would be super helpful if int's where int's and string's where string's. For example in this output from /reports/stats.json/hourly where size, hit, noncache_hit and cache_hit should all be int's.
{
"size": "1842522767850",
"hit": "69267643",
"noncache_hit": "297111",
"cache_hit": "68970532",
"timestamp": "2016-06-01 01:00:00"
}
Hey, it would be super helpful if
int's whereint's andstring's wherestring's. For example in this output from/reports/stats.json/hourlywheresize,hit,noncache_hitandcache_hitshould all beint's.