wu-sheng commented on a change in pull request #4236: Optimize the
elasticsearch-based query interface provided to UI
URL: https://github.com/apache/skywalking/pull/4236#discussion_r366770871
##########
File path:
oap-server/server-library/library-client/src/main/java/org/apache/skywalking/oap/server/library/client/elasticsearch/ElasticSearchClient.java
##########
@@ -303,6 +322,17 @@ public SearchResponse ids(String indexName, String[] ids)
throws IOException {
return client.search(searchRequest);
}
+ public SearchResponse ids(String indexName, String[] ids, long
startTimestamp, long endTimestamp) throws IOException {
Review comment:
Where is the old `ids`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services