io.helidon.telemetry.otelconfig.RetryPolicyConfig
Description
Retry policy settings
Configuration options
| Key | Type | Description |
|---|---|---|
max-backoff | Duration | Maximum backoff time |
initial-backoff | Duration | Initial backoff time |
max-backoff-multiplier | Double | Maximum backoff multiplier |
max-attempts | Integer | Maximum number of retry attempts |
See the manifest for all available types.