hertzbeat
hertzbeat copied to clipboard
Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 一、假如告警记录: 1:01 监控可用性 紧急告警 api monitoring availability alert, code is UN_CONNECTABLE...
### Question 通过批量导入ymal文件发现报错  一个是ymal文件保存的时候字符集需要是utf8,还有一个问题要注意填写的字段的冒号后面需要有一个空格,注意这两点一般导入就没啥问题了。或者使用excel来导入。
### Description Support for forwarding alarm messages from third-party platforms to hertzbeat. We use hertzbeat as an alarm center, access alarm information from other platforms, and then process alarm messages...
### Description support monitoring spring gateway metrics actuator_api https://cloud.spring.io/spring-cloud-gateway/multi/multi__actuator_api.html ### Task List - [ ] support monitoring spring gateway metrics - [ ] relate help document
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior  修改下发位置代码  建议挪动UI,不然最下面一行没法直接删除  ### Expected Behavior = ### Steps...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior  这个是我自定义的指标,sql查出来是一个结果集,我在2点的时候查询出来30条数据,显示30条数据,指标正常,但是我现在10点查出来结果集为0条数据,显示的还是2点查询的30条数据,正常应该是展示0条数据 ### Expected Behavior 目前手动解决这个问题的方法只有手动修改监控模板的指标名称,这样重新采集的是正确数据,例如 table_locked修改为table+locked,而且不能用历史指标名称,否则还会展示历史数据  ### Steps To...
### Description support udp port availability monitoring refer to https://github.com/dromara/hertzbeat/blob/master/manager/src/main/resources/define/app-port.yml ### Task List - [ ] support udp port availability monitoring - [ ] add help document
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 1.When using HTTP get requests, the params configuration parameters cannot interface...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior web-app\src\app\routes\dashboard\dashboard.component.html,routerLink‘/monitors' 对应的queryParams应该是catagory而不是app.因为appCountService.size、appCountService.availableSize、appCountService.unAvailableSize和appCountService.unManageSize 4个数值对应的类型都是catagory不是app,但点击链接时指向的是app=website。 例如service监控有11个,website监控10个、api监控1个,当我点击应用监控(service)时,只能查到10个(website)结果,会使用户产生歧义。 html比较容易修改,但是monitors接口应该是不支持catagory=service作为queryParams。   ### Expected Behavior _No...
### Question 