Browse Source

Mark remote write address flag as experimental.

pull/1938/head
Julius Volz 8 years ago
parent
commit
a88e950d1f
  1. 4
      cmd/prometheus/config.go

4
cmd/prometheus/config.go

@ -207,8 +207,8 @@ func init() {
"The name of the database to use for storing samples in InfluxDB.", "The name of the database to use for storing samples in InfluxDB.",
) )
cfg.fs.StringVar( cfg.fs.StringVar(
&cfg.remote.Address, "storage.remote.address", "", &cfg.remote.Address, "experimental.storage.remote.address", "",
"The address of the remote server to send samples to. None, if empty.", "The address of the remote server to send samples to. None, if empty. EXPERIMENTAL.",
) )
cfg.fs.DurationVar( cfg.fs.DurationVar(

Loading…
Cancel
Save