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.54k stars 961 forks source link

[Question] about the docker mount path in v1.6.0 docker #2175

Open leim opened 3 months ago

leim commented 3 months ago

Question

可能由于合规的原因,加入apache之后,原来集成在docker镜像内的mysql、oracle驱动变为需要自行添加。 hertzbeat-collector 镜像原来的路径是 /opt/hertzbeat-collector , 升级至 v1.6.0 版本之后,路径变为 /opt/apache-hertzbeat-collector-1.6.0-incubating-bin 。 启动镜像时,需要挂载的路径为: /opt/apache-hertzbeat-collector-1.6.0-incubating-bin/logs 和 /opt/apache-hertzbeat-collector-1.6.0-incubating-bin/ext-lib 这个路径是和版本相关的,那么我下次升级版本的时候,这个路径要跟着一起改,有些不太方便。 能否调整一下,在升级版本的时候,将这两个路径保持不变。

tomsun28 commented 3 months ago

Got it, we will pin the collector root path.