| Age | Commit message (Collapse) | Author |
|
当前服务器时间(result.time)- startAt
|
|
|
|
1、保存active,silence状态的 alert message event
2、修复 remote write 数据因缺少nz_agent_id标签可能导致数据不一致的问题
|
|
|
|
1. 当使用 local 存储时,所有 prometheus 配置中,remote write 配置所有 global prometheus 信息(状态正常或异常均配置)
2. prometheus yml 配置文件增加以下配置
storage:
tsdb:
out_of_order_time_window: 2h
其中 out_of_order_time_window 配置通过 sys_config.prometheus_tsdb_out_of_order_time_window 维护,默认两小时,详见配置表
|
|
1. 定时任务优化,每 10 个周期强制同步数据库状态
2. 如果 ping 数据重复则返回第一条,防止 asset 列表数据异常
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. asset.ping 1:up 0:down null:suspended
|
|
|
|
|
|
|
|
|
|
|
|
|
|
null 的记录
1. 调整 alert_message_xxx 表结构,project_id,module_id,endpoint_id,asset_id,dc_id 调整为 NOT NULL DEFAULT -1
2. 调整 不等于 可以查询到 结果为 null 的情况
|
|
|
|
|
|
|
|
|
|
控制前端搜索条件是否展示
1. show 1:展示; 0:不展示 默认为: 1
|
|
修复多列排序所有列值相等的情况下,没有按照 id 排序问题
|
|
1. nz-agent&nz-talon 自动安装脚本取消 java 环境校验,目前程序内置 JDK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|