Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default OTel Collector retry settings (vs zero values) #741

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

jmacd
Copy link
Member

@jmacd jmacd commented Aug 2, 2024

Description: The default values for RetrySettings are problematic because they have zeros. If a caller should enable the retry settings w/o setting all fields, some of them are zero. We observed that a Multiplier of zero is bad because it causes a tight loop to retry spans.

@jmacd jmacd requested a review from moh-osman3 August 2, 2024 22:00
@jmacd jmacd marked this pull request as ready for review August 2, 2024 22:10
@jmacd jmacd merged commit 6c1cf4b into main Aug 2, 2024
1 check passed
@jmacd jmacd deleted the jmacd/retry_settings branch August 2, 2024 22:23
@jmacd jmacd mentioned this pull request Sep 6, 2024
jmacd added a commit that referenced this pull request Sep 9, 2024
- SDK-internal metrics: replace "otelcol_" prefix with "otelsdk_"
[#760](#760)
- Traces exporter: allow custom meter/trace providers
[#739](#739)
- Use correct default retry settings.
[#741](#741)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants