优化mtr探测策略

告警日志增加业务名称、告警推送是否成功字段
This commit is contained in:
gaoyutao
2025-11-27 18:36:33 +08:00
parent 31e1f7f8dc
commit 2f8fd79de5
20 changed files with 132 additions and 42 deletions
@@ -21,7 +21,7 @@ spring:
# 配置中心地址
server-addr: 172.16.15.52:8848
# server-addr: 172.16.15.103:8848
namespace: saas-local
namespace: saas-prod
# namespace: public
username: nacos
password: nacos
@@ -230,8 +230,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete>
<select id="calculateAvg" parameterType="EpsNodeBandwidth" resultType="EpsNodeBandwidth">
select sum(ifnull(bandwidth_95_daily,0)) bandwidth95Daily,
sum(ifnull(effective_bandwidth_95_daily,0)) effectiveBandwidth95Daily
select sum(ifnull(bandwidth_95_daily,0)) bandwidth95Daily
from eps_node_bandwidth
<where>
<if test="startTime != null">