mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 13:57:36 -08:00
Fix instructions on updating prometheus.yml for Remote Write Adapter Example (#3422)
This commit is contained in:
parent
08a012ccd7
commit
e6dcc72f9a
|
@ -14,7 +14,7 @@ go build
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
remote_write:
|
remote_write:
|
||||||
url: "http://localhost:1234/receive"
|
- url: "http://localhost:1234/receive"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then start Prometheus:
|
Then start Prometheus:
|
||||||
|
|
Loading…
Reference in a new issue