Skip to content

Commit

Permalink
minor: 故障降级告警抑制功能模块导入异常修复
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguo367 committed Jan 13, 2025
1 parent b7dd43d commit 9f51280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bkmonitor/alarm_backends/core/alert/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
COMPOSITE_QOS_COUNTER,
)
from alarm_backends.core.cluster import get_cluster
from alarm_backends.service.converge.shield.shielder.saas_config import IncidentShielder
from bkmonitor.documents import ActionInstanceDocument, AlertDocument, AlertLog
from bkmonitor.models import ActionInstance
from bkmonitor.strategy.expression import AlertExpressionValue
Expand Down Expand Up @@ -836,6 +835,7 @@ def pre_qos_check(self):
from alarm_backends.service.converge.shield.shielder.saas_config import (
IncidentShielder,
)

message = _("当前告警处理正常")
is_blocked = False
try:
Expand Down

0 comments on commit 9f51280

Please sign in to comment.