Skip to content

Commit 56fd7d8

Browse files
add vms (#4223) (#4253)
Co-authored-by: panjiayao <[email protected]>
1 parent f9f1c76 commit 56fd7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/monitor/alert/alert-apis/adapt/expression.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var (
130130
"neq": OperatorTypeOne,
131131
}
132132
aggregators, aggregatorSet = getListAndSet("sum", "avg", "max", "min", "distinct", "count", "value", "values", "distinct_count", "p99", "p95", "p90", "p75", "p50")
133-
notifyTargets, notifyTargetSet = getListAndSet("dingding", "webhook", "email", "mbox", "ticket", "sms", "dingtalk_work_notice")
133+
notifyTargets, notifyTargetSet = getListAndSet("dingding", "webhook", "email", "mbox", "ticket", "sms", "vms", "dingtalk_work_notice")
134134
//notifyTargets, notifyTargetSet = getListAndSet("dingding", "webhook", "email", "mbox", "ticket", "vms", "sms")
135135
notifySilences = []*struct {
136136
Value int64 `json:"value"`

0 commit comments

Comments
 (0)