Fix wording of docs

pull/19663/head
Ashvitha Sridharan 2023-11-14 15:50:13 -05:00
parent a6e8c5a935
commit 00c720748f
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ the [`sidecar_service`](/consul/docs/connect/proxies/deploy-sidecar-services) bl
Envoy sends metrics to the socket where a Consul telemetry collector can collect them.
The socket is not configured by default.
Enabling this feature sets Envoy's [`stats_flush_interval`](https://www.envoyproxy.io/docs/envoy/v1.17.2/api-v3/config/bootstrap/v3/bootstrap.proto#envoy-v3-api-field-config-bootstrap-v3-bootstrap-stats-flush-interval) to 1 minute by default to reduce the number of metric samples.
However, the`stats_flush_interval` default is not applied if a custom stats sink is configured using `envoy_statsd_url`,`envoy_dogstatsd_url` or `envoy_extra_stats_sinks_json`.
For a custom metric flush interval, configure a `envoy_stats_flush_interval` value explicitly.
The [Advanced Configuration](#advanced-configuration) section describes additional configurations that allow incremental or complete control over the bootstrap configuration generated.