mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -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
|
||||
remote_write:
|
||||
url: "http://localhost:1234/receive"
|
||||
- url: "http://localhost:1234/receive"
|
||||
```
|
||||
|
||||
Then start Prometheus:
|
||||
|
|
Loading…
Reference in a new issue