From 4648f4c1560a0fc804e105e8208325aafb051a3e Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Thu, 9 Nov 2017 01:44:05 +0100 Subject: [PATCH] New server uses read protocol, to eh, read. (#3444) --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index 2991a3297..9ddce39ca 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -129,7 +129,7 @@ The data format in Prometheus 2.0 has completely changed and is not backwards compatible with 1.8. To retain access to your historic monitoring data we recommend you run a non-scraping Prometheus instance running at least version 1.8.1 in parallel with your Prometheus 2.0 instance, and have the new server -read existing data from the old one via the remote write protocol. +read existing data from the old one via the remote read protocol. Your Prometheus 1.8 instance should be started with the following flags and an config file containing only the `external_labels` setting (if any):