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

This commit is contained in:
Matthew Pound 2017-11-07 12:02:43 -08:00 committed by Brian Brazil
parent 08a012ccd7
commit e6dcc72f9a

View file

@ -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: