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.
### Description support config sms sender server in web ui refer #934 https://github.com/dromara/hertzbeat/pull/953 ### Task List - [ ] support config sms sender server in web ui - [ ]...
### Description As mentioned in https://github.com/dromara/hertzbeat/issues/978, now that we have added the enhancement to the backend of HTTP collect, why don't we provide a place that user can input what...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 版本:HertzBeat v1.3.1 访问/actuator/dynamic-tp报文如下: [{"poolName":"ccDtpExecutor","corePoolSize":6,"maximumPoolSize":8,"queueType":"VariableLinkedBlockingQueue","queueCapacity":200,"queueSize":0,"fair":false,"queueRemainingCapacity":200,"activeCount":0,"taskCount":24,"completedTaskCount":24,"largestPoolSize":6,"poolSize":6,"waitTaskCount":0,"rejectCount":0,"rejectHandlerName":"CallerRunsPolicy","dynamic":true,"runTimeoutCount":0,"queueTimeoutCount":0},{"maxMemory":"7.07 GB","totalMemory":"1.19 GB","freeMemory":"909.54 MB","usableMemory":"6.77 GB"}] ### Expected Behavior...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 版本:HertzBeat v1.3.1 访问/actuator/dynamic-tp报文如下: [{"poolName":"ccDtpExecutor","corePoolSize":6,"maximumPoolSize":8,"queueType":"VariableLinkedBlockingQueue","queueCapacity":200,"queueSize":0,"fair":false,"queueRemainingCapacity":200,"activeCount":0,"taskCount":24,"completedTaskCount":24,"largestPoolSize":6,"poolSize":6,"waitTaskCount":0,"rejectCount":0,"rejectHandlerName":"CallerRunsPolicy","dynamic":true,"runTimeoutCount":0,"queueTimeoutCount":0},{"maxMemory":"7.07 GB","totalMemory":"1.19 GB","freeMemory":"909.54 MB","usableMemory":"6.77 GB"}] ### Expected Behavior...
## What's changed? Refactored some code to ensure thread safety. And I think `addNode()` and `removeNode()` in `ConsistentHash` class may cause thread unsafe issues. Please give some suggestions. ## Checklist...
## What's changed? - 1. Improve Pulsar chart display - 2. Fix Clickhouse Monitor query results under different versions of limit 5 and limit 10 are different. Modify it to...
[Task] When the document is modified, add CI to verify whether the modification can pass the build
### Description Sometimes there are some errors in the document project after pulling the code, which prevents it from running through `npm run start`. It is recommended to add CI...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Required fields not filled: Email Click OK to add successfully ###...
## What's changed? **Steps to batch create task through http_sd** 1. Add http_sd params in template yml ~~~ yml - field: http_sd name: zh-CN: http_sd en-US: http_sd type: text placeholder:...
## What's changed? 1. translate help document for memcached monitoring 2. delete repeat content in pulsar.md ## Checklist - [ ] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ]...