Fix instructions on updating prometheus.yml for Remote Write Adapter Example (#3422)

pull/3425/head
Matthew Pound 8 years ago committed by Brian Brazil
parent 08a012ccd7
commit e6dcc72f9a
  1. 2
      documentation/examples/remote_storage/example_write_adapter/README.md

@ -14,7 +14,7 @@ go build
```yaml
remote_write:
url: "http://localhost:1234/receive"
- url: "http://localhost:1234/receive"
```
Then start Prometheus:

Loading…
Cancel
Save