mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fixes #2075
This commit is contained in:
parent
233a25a060
commit
6bc29ba857
|
@ -213,6 +213,11 @@ 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.DurationVar(
|
||||||
|
&cfg.remote.StorageTimeout, "storage.remote.timeout", 30*time.Second,
|
||||||
|
"The timeout to use when sending samples to the remote storage.",
|
||||||
|
)
|
||||||
|
|
||||||
// Alertmanager.
|
// Alertmanager.
|
||||||
cfg.fs.Var(
|
cfg.fs.Var(
|
||||||
&cfg.alertmanagerURLs, "alertmanager.url",
|
&cfg.alertmanagerURLs, "alertmanager.url",
|
||||||
|
|
Loading…
Reference in a new issue