diff --git a/bkmonitor/bkmonitor/utils/send.py b/bkmonitor/bkmonitor/utils/send.py index 50ef87f58f..8b5d702529 100644 --- a/bkmonitor/bkmonitor/utils/send.py +++ b/bkmonitor/bkmonitor/utils/send.py @@ -266,7 +266,7 @@ def send(self, notice_way: str, notice_receivers: list, action_plugin=ActionPlug if succeed_count: metrics.ACTION_NOTICE_API_CALL_COUNT.labels( notice_way=notice_way, status=metrics.StatusEnum.SUCCESS - ).inc(failed_count) + ).inc(succeed_count) return notice_results