apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.46k stars 947 forks source link

[Question] <Custom metrics collect time> #2404

Open MuAnswer opened 1 month ago

MuAnswer commented 1 month ago

Question

hertzbeat目前可以支持自定义exporter指定指标时间吗?查看源码貌似没有接受自定义时间

yangshuDBA commented 1 month ago

我已经提过该建议,目前还在开发阶段 https://github.com/apache/hertzbeat/issues/2188

Aias00 commented 1 month ago

hi, the Intervals can be set min to 10 in master branch. https://github.com/apache/hertzbeat/pull/2348

MuAnswer commented 1 month ago

你好,在主分支中可以将间隔最小设置为 10。 #2348

不是采集间隔时间,我自定义exporter,按着Prometheus规范上报数据,但是传入metrics time就会采集不到。我想要metric time可以自定义,但是目前不支持

MuAnswer commented 1 month ago

我已经提过该建议,目前还在开发阶段 #2188

不是间隔时间,是exporter的指标时间

Aias00 commented 1 month ago

我已经提过该建议,目前还在开发阶段 #2188

不是间隔时间,是exporter的指标时间

ok , sorry i made a mistake. i am not familiar with this feature