mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-28 01:27:33 -04:00
Mark remote write address flag as experimental.
This commit is contained in:
parent
1c271897be
commit
a88e950d1f
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue