Skip to content

Commit 954549e

Browse files
authored
Adds ComparisonDelta prop to MetricAlert (#93)
1 parent 2092363 commit 954549e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/metric_alerts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type MetricAlert struct {
2020
TimeWindow *float64 `json:"timeWindow,omitempty"`
2121
ThresholdType *int `json:"thresholdType,omitempty"`
2222
ResolveThreshold *float64 `json:"resolveThreshold,omitempty"`
23+
ComparisonDelta *float64 `json:"comparisonDelta,omitempty"`
2324
Triggers []*MetricAlertTrigger `json:"triggers,omitempty"`
2425
Projects []string `json:"projects,omitempty"`
2526
Owner *string `json:"owner,omitempty"`

0 commit comments

Comments
 (0)