df27fa0c84
- Introduce a new telemetry configurable parameter retry_failed_connection. User can set the value to true to let consul agent continue its start process on failed connection to datadog server. When set to false, agent will stop on failed start. The default behavior is true. Co-authored-by: Dan Upton <daniel@floppy.co> Co-authored-by: Evan Culver <eculver@users.noreply.github.com>
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
```release-note:improvement
|
|
config: introduce `telemetry.retry_failed_connection` in agent configuration to
|
|
retry on failed connection to any telemetry backend. This prevents the agent from
|
|
exiting if the given DogStatsD DNS name is unresolvable, for example.
|
|
``` |