hertzbeat icon indicating copy to clipboard operation
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.

Results 437 hertzbeat issues
Sort by recently updated
recently updated
newest added

### 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 - [ ]...

enhancement
good first issue
help wanted
status: volunteer wanted
new feature
task

### 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...

good first issue
status: volunteer wanted
task

### 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...

bug

### 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...

bug

## 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...

collector
backend

## 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...

doc
good first pull request
monitoring-template
backend

### 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...

status: volunteer wanted

### 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 ###...

bug
good first issue

## 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:...

enhancement
good first pull request
new feature
monitoring-template
collector
backend

## 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) - [ ]...

doc