SELECT average(properties.timeTaken) * 1000 AS 'avg_response_ms' FROM Log WHERE resourceId LIKE '%hogehoge%' AND properties.httpMethod = 'GET' AND properties.originalRequestUriWithArgs LIKE '/api/fuga/piyo%' SINCE 1 WEEK AGO TIMESERIES 1 hour LIMIT MAX