提交 f68e154f 编写于 作者: Z zhaoyanggh

docs: fix prometheus url

上级 37824d3e
...@@ -18,10 +18,10 @@ Configuring Prometheus is done by editing the Prometheus configuration file prom ...@@ -18,10 +18,10 @@ Configuring Prometheus is done by editing the Prometheus configuration file prom
```yaml ```yaml
remote_write: remote_write:
- url: "http://localhost:6041/prometheus/v1/remote_write/prometheus_data?token=<token>" - url: "<url>/prometheus/v1/remote_write/prometheus_data?token=<token>"
remote_read: remote_read:
- url: "http://localhost:6041/prometheus/v1/remote_read/prometheus_data?token=<token>" - url: "<url>/prometheus/v1/remote_read/prometheus_data?token=<token>"
remote_timeout: 10s remote_timeout: 10s
read_recent: true read_recent: true
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册