tech(alerting): change queryrange to int from str
This commit is contained in:
@@ -13,7 +13,7 @@ type AlertRuleDTO struct {
|
||||
Interval string `json:"interval"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
QueryRange string `json:"queryRange"`
|
||||
QueryRange int `json:"queryRange"`
|
||||
Aggregator string `json:"aggregator"`
|
||||
State string `json:"state"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user