From a88e950d1f9f9b6ddbb2f24c8d3789e03f0e22e2 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Thu, 1 Sep 2016 00:58:53 +0200 Subject: [PATCH] Mark remote write address flag as experimental. --- cmd/prometheus/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/prometheus/config.go b/cmd/prometheus/config.go index 2ab3a1709..45042ded9 100644 --- a/cmd/prometheus/config.go +++ b/cmd/prometheus/config.go @@ -207,8 +207,8 @@ func init() { "The name of the database to use for storing samples in InfluxDB.", ) cfg.fs.StringVar( - &cfg.remote.Address, "storage.remote.address", "", - "The address of the remote server to send samples to. None, if empty.", + &cfg.remote.Address, "experimental.storage.remote.address", "", + "The address of the remote server to send samples to. None, if empty. EXPERIMENTAL.", ) cfg.fs.DurationVar(