mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
bfb3a43648
* Set default of 1m for StatsFlushInterval when the collector is setup * Add documentation on the stats_flush_interval value * Do not default in two conditions 1) preconfigured sinks exist 2) preconfigured flush interval exists * Fix wording of docs * Add changelog * Fix docs
3 lines
210 B
Plaintext
3 lines
210 B
Plaintext
```release-note:improvement
|
|
connect: Default `stats_flush_interval` to 60 seconds when using the Consul Telemetry Collector, unless custom stats sink are present or an explicit flush interval is configured.
|
|
``` |