加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 564 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alvin 提交于 2024-01-11 03:05 . update config.json.
{
"appid": "1001",
"kafka": {
"kafka_name": "xxx kafka",
"brokers": "{ip}:9092,{ip}:9092,{ip}:9092",
"consumer_group": "test,test2"
},
"alarm": {
"poll_second": 3,
"threshold": 5,
"count": 3,
"webhook": "",
"notice_template": "kafka名称:{kafka_name}数据堆积 \nbrokers:{brokers} \n消费组:{consumer_group} \n监听的topic:{topic} \n发生时间:{start_time}-{end_time} \n触发值:{alarm_threshold} \n累计次数:{count} \n最后一次堆积量:{lag_count}"
},
"log": {
"file_path": ""
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化