wu-sheng commented on a change in pull request #6888:
URL: https://github.com/apache/skywalking/pull/6888#discussion_r633103815
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/query/EventQueryService.java
##########
@@ -53,6 +56,14 @@ public Events queryEvents(final EventQueryCondition
condition) throws Exception
return getDao().queryEvents(condition);
}
+ public Events queryEvents(final List<EventQueryCondition> conditions)
throws Exception {
Review comment:
I can't see any change about this. Could you explain more?
--
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]