Skip to content

Commit

Permalink
Adds ComparisonDelta prop to MetricAlert (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
agadzik authored May 15, 2024
1 parent 2092363 commit 954549e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry/metric_alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type MetricAlert struct {
TimeWindow *float64 `json:"timeWindow,omitempty"`
ThresholdType *int `json:"thresholdType,omitempty"`
ResolveThreshold *float64 `json:"resolveThreshold,omitempty"`
ComparisonDelta *float64 `json:"comparisonDelta,omitempty"`
Triggers []*MetricAlertTrigger `json:"triggers,omitempty"`
Projects []string `json:"projects,omitempty"`
Owner *string `json:"owner,omitempty"`
Expand Down

0 comments on commit 954549e

Please sign in to comment.