peng-yongsheng commented on a change in pull request #732: Adjust ui-query
protocol
URL:
https://github.com/apache/incubator-skywalking/pull/732#discussion_r160987060
##########
File path:
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/alarm.graphqls
##########
@@ -10,6 +15,11 @@ enum AlarmType {
SERVICE
}
+enum CauseType {
+ LOW_SUCCESS_RATE,
+ SLOW_RESPONSE
+}
+
extend type Query {
- loadAlertList(keyword: String, alertType: AlarmType,
duration:Duration!):[AlarmItem]
+ loadAlertList(keyword: String, alertType: AlarmType, duration:Duration!,
paging: Pagination!):[AlarmItem!]!
Review comment:
The parameter in this method contains paging, but no count parameter in
return object.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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