-
Notifications
You must be signed in to change notification settings - Fork 573
feat: support backoff/retry in OTLP #3126
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
Open
scottgerring
wants to merge
23
commits into
open-telemetry:main
Choose a base branch
from
scottgerring:feat/retry-logic
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c924eb3
Fix comment about how to only run unit tests
AaronRM b2b4518
Remove extraneous lines from test_with_gzip_compression unit test
AaronRM 9364bfa
Add retry_with_exponential_backoff method; Use in tonic logs client
AaronRM f848dd8
Add tests and comments to retry.rs
AaronRM 63df3f8
Move retry to opentelemetry-sdk (WIP)
AaronRM f3a319f
Merge branch 'main' into aaronm-retry
AaronRM c5fd833
Fix build warning
AaronRM 9c11248
Scope retry to just logs+tonic
AaronRM 3a15eba
clean up after rebase
scottgerring d868a0d
migrate to the async runtime abstraction
scottgerring b4e3c2d
add retry to traces
scottgerring 2e0bf3e
add retry to metrics
scottgerring 5e49f2d
handle failure hints
scottgerring 861343a
simplify retry interface
scottgerring f48d0b5
Implement retry for http trace
scottgerring 4a701f5
Implement retry for http metrics and logs
scottgerring 2877126
changelog
scottgerring 6f8f023
chore: wrap headers in arc to save cloning per batch
scottgerring 9bde68f
chore: simplify HttpExportError creation
scottgerring a8e7ad8
chore: factor retry logic out
scottgerring b55b369
chore: configurable retry policy with default
scottgerring c4fb3d9
chore: modify tonic exporters so we don't _need_ the async runtime if…
scottgerring 27d303a
chore: fix missing dep
scottgerring File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed for gRPC error type