Skip to content

Commit

Permalink
chore(monitors): updated monitors to pass in resolvable flag which is…
Browse files Browse the repository at this point in the history
… required by the API
  • Loading branch information
Rambatino committed Apr 3, 2024
1 parent 1fbdf5c commit 6da6750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axiom/monitors.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ type Monitor struct {
AlertOnNoData bool `json:"alertOnNoData"`
// NotifyByGroup tracks each none-time group independently
NotifyByGroup bool `json:"notifyByGroup"`
// Resolvable determines whether the events triggered by the monitor
// are resolvable. This has no effect on threshold monitors
Resolvable bool `json:"resolvable"`
// APLQuery is the APL query to use for the monitor.
APLQuery string `json:"aplQuery"`
// Description of the monitor.
Expand Down

0 comments on commit 6da6750

Please sign in to comment.