Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chart 支持选择 vm 作为后端存储 #78

Open
cataglyphis opened this issue Jan 10, 2023 · 0 comments
Open

chart 支持选择 vm 作为后端存储 #78

cataglyphis opened this issue Jan 10, 2023 · 0 comments

Comments

@cataglyphis
Copy link

当前 chart 里默认支持 Prometheus 作为后端存储,如果选择外部的 vm,需要手动修改对应的 server 配置文件,不便于直接通过 helm 进行部署和维护,建议增加对外部 vm 的支持。

nserver config-cm.yaml

[Reader]
Url = "http://{{ template "nightingale.prometheus.host" . }}:{{ template "nightingale.prometheus.servicePort" . }}"

[[Writers]]
Url = "http://{{ template "nightingale.prometheus.host" . }}:{{ template "nightingale.prometheus.servicePort" . }}/api/v1/write"
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant