From e6dcc72f9a1f4faa038d40a2f6ff3e22019c0ca8 Mon Sep 17 00:00:00 2001 From: Matthew Pound Date: Tue, 7 Nov 2017 12:02:43 -0800 Subject: [PATCH] Fix instructions on updating prometheus.yml for Remote Write Adapter Example (#3422) --- .../examples/remote_storage/example_write_adapter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/remote_storage/example_write_adapter/README.md b/documentation/examples/remote_storage/example_write_adapter/README.md index 45f3e3685..9748c448d 100644 --- a/documentation/examples/remote_storage/example_write_adapter/README.md +++ b/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: