You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble understanding why those two lines are at fault. Can you walk me through how you got here?
the first set the query time, the second get the query time, maybe it is not the reason, it is only my guess. In fact ,when i use QueryTagBuilder ,I set the range time ,but it not effect.
QueryTagBuilder queryTagBuilder = QueryTagBuilder.getInstance();
queryTagBuilder.addMetric("aaa".toUpperCase());
queryTagBuilder.setStart(new Date(1357023600000L));
queryTagBuilder.setEnd(new Date(1357023600006L));
the result is all tags , not the range time's tag
I guess the reason may be :
set
HttpClient
((HttpPost) apacheRequest).setEntity(((StringBodySource) request.getBodySource()).toHttpEntity());
get
ProtocolExec
HttpParams params = request.getParams();
The text was updated successfully, but these errors were encountered: