Merge pull request #1938 from prometheus/remote-write-experimental

Mark remote write address flag as experimental.
pull/1940/head
Julius Volz 2016-09-01 01:19:48 +02:00 committed by GitHub
commit af5c7d5616
1 changed files with 2 additions and 2 deletions

View File

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