Skip to content

Commit

Permalink
Support alarm msg tag auto-complete query. (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai123 authored Sep 29, 2024
1 parent 6ed9a1b commit 0fa72b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alarm.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ input AlarmTag {
extend type Query {
getAlarmTrend(duration: Duration!): AlarmTrend!
getAlarm(duration: Duration!, scope: Scope, keyword: String, paging: Pagination!, tags: [AlarmTag]): Alarms
# Read the list of searchable keys
queryAlarmTagAutocompleteKeys(duration: Duration!):[String!]
# Search the available value options of the given key.
queryAlarmTagAutocompleteValues(tagKey: String! , duration: Duration!):[String!]
}

0 comments on commit 0fa72b1

Please sign in to comment.