mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 20:36:13 +02:00
Merge pull request #1938 from prometheus/remote-write-experimental
Mark remote write address flag as experimental.
This commit is contained in:
commit
af5c7d5616
@ -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…
x
Reference in New Issue
Block a user