Skip to content
New issue

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

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

Already on GitHub? Sign in 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant