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 339 hertzbeat issues
Sort by recently updated
recently updated
newest added

## What's changed? close https://github.com/apache/hertzbeat/issues/2188 **Support custom refresh intervals for each group of metrics. The specific implementation is as follows**: 1. Construct `a cycle of job refresh interval list` based...

doc
good first pull request
improve
collector
backend
pending

### Question 不同的监控能否支持配置不同的通知方式? 例:端口可用性监控,通知的方式可以任意选择已有的通知方式(飞书、邮件、短信等)中的一种或多种等 针对不同的监控通知不同的人群

question

### Question 有时候某些接口报错后,想要得知该环境接口的状态码及错误信息,只能够手动打开页面或对接口进行一次手动请求 例如某个接口可能会出现 500 or 502 错误,但 HertzBeat 的监控信息只有响应时间&关键词数量,不方便排查

question

### Question 根据某些设定的条件,对数据库表对应的字段的值进行监控

question

### Discuss monitoring llm metrics and more. https://medium.com/data-science-at-microsoft/evaluating-llm-systems-metrics-challenges-and-best-practices-664ac25be7e5

question

### Description Add Kubernetes operator for HertzBeat server and collector to auto deploy, auto scale, auto discovery monitors ![image](https://github.com/user-attachments/assets/7190eb85-83c5-4eda-bff4-dc93134b3033) ### Task List _No response_

help wanted
new feature
task
discussion

### Description support monitoring NVIDIA gpu for ai maybe we can use the nvidia dcgm and nvml. ### Task List _No response_

task
discussion

### Question I found the interface documentation, ran the test code, and did not find it on the console. ```json { "monitor": { "name": "Api-TanCloud.cn", "app": "TanCloud", "host": "192.167.25.11", "intervals":...

question

## What's changed? ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [x] I have written the necessary doc or comment. - [x] I have added the necessary...

backend

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 告警通知恢复时,正常来说一个告警对应一个恢复通知,但是更新最新版本以后发现一个告警恢复会重复发送三四条恢复通知 ### Expected Behavior _No response_ ### Steps To Reproduce _No...

bug