Skip to content

Commit

Permalink
Mark remote write address flag as experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusv committed Aug 31, 2016
1 parent 1c27189 commit a88e950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/prometheus/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a88e950

Please sign in to comment.