# 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.

<table><thead><tr><th width="290.31640625">Parameter</th><th width="74.7890625">Type</th><th width="81.4375">Default</th><th>Description</th></tr></thead><tbody><tr><td>retry_on_failure_enabled</td><td><code>bool</code></td><td><code>true</code></td><td>Attempt to resend telemetry data that has failed to be transmitted to the destination.</td></tr><tr><td>retry_on_failure_initial_interval</td><td><code>int</code></td><td>5</td><td>Time (in seconds) to wait after the first failure before retrying.</td></tr><tr><td>retry_on_failure_max_interval</td><td><code>int</code></td><td>30</td><td>The upper bound (in seconds) on backoff.</td></tr><tr><td>retry_on_failure_max_elapsed_time</td><td><code>int</code></td><td>300</td><td>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.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bindplane.com/configuration/bindplane-otel-collector/retry-on-failure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
