We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2092363 commit 954549eCopy full SHA for 954549e
sentry/metric_alerts.go
@@ -20,6 +20,7 @@ type MetricAlert struct {
20
TimeWindow *float64 `json:"timeWindow,omitempty"`
21
ThresholdType *int `json:"thresholdType,omitempty"`
22
ResolveThreshold *float64 `json:"resolveThreshold,omitempty"`
23
+ ComparisonDelta *float64 `json:"comparisonDelta,omitempty"`
24
Triggers []*MetricAlertTrigger `json:"triggers,omitempty"`
25
Projects []string `json:"projects,omitempty"`
26
Owner *string `json:"owner,omitempty"`
0 commit comments