Retry on Failure
Retry on failure settings are used to determine whether the exporter should attempt to resend telemetry data that has failed to be transmitted to the destination endpoint. When this setting is enabled, the exporter will automatically retry failed transmissions at a configurable interval until the data is successfully transmitted. This helps to ensure that telemetry data is not lost due to temporary network connectivity issues or server outages.
retry_on_failure_enabled
bool
true
Attempt to resend telemetry data that has failed to be transmitted to the destination.
retry_on_failure_initial_interval
int
5
Time (in seconds) to wait after the first failure before retrying.
retry_on_failure_max_interval
int
30
The upper bound (in seconds) on backoff.
retry_on_failure_max_elapsed_time
int
300
The maximum amount of time (in seconds) spent trying to send a batch, used to avoid a never-ending retry loop. When set to 0, the retries are never stopped.
Last updated
Was this helpful?