mirror of https://github.com/prometheus/prometheus
Fix instructions on updating prometheus.yml for Remote Write Adapter Example (#3422)
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 New Issue