Skip to content

Commit

Permalink
fix: 修复通知指标上报异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguo367 committed Sep 25, 2024
1 parent 423a74d commit 915688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bkmonitor/bkmonitor/utils/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 915688c

Please sign in to comment.