-
Notifications
You must be signed in to change notification settings - Fork 735
Make exporter timeout
encompass retries/backoffs, add jitter to backoffs, cleanup code a bit
#4564
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
478d1f3
Initial commit to add timeout as a parm to export, make retries encom…
DylanRussell ccdd224
Fix lint issues
DylanRussell 5bc8894
Fix a bunch of failing style/lint/spellcheck checks
DylanRussell ba92c5a
Remove timeout param from the export calls.
DylanRussell 29144a1
Fix flaky windows test ?
DylanRussell 838d7d9
Merge branch 'main' into retry2
DylanRussell 66a4ebe
Merge branch 'main' into retry2
DylanRussell 95ccfea
Respond to review comments..
DylanRussell d5ca894
Merge branch 'main' of github.com:DylanRussell/opentelemetry-python i…
DylanRussell 8770e15
Delete exponential backoff code that is now unused
DylanRussell 4c74411
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell f373caa
Add changelog and remove some unused imports..
DylanRussell d1e04e1
fix typo and unit test flaking on windows
DylanRussell f42ecd3
Refactor tests, HTTP exporters a bit
DylanRussell 096b9f8
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell 8673b45
Merge remote-tracking branch 'origin/main' into retry2
DylanRussell 46e15f1
Remove unneeded test reqs
DylanRussell dcba91a
Remove gRPC retry config
DylanRussell d506d54
Merge remote-tracking branch 'origin' into retry2
DylanRussell 71b77e1
Tweak backoff calculation
DylanRussell 2ae79bb
Lint and precommit
DylanRussell 553ea3e
Empty commit
DylanRussell 28b9399
Another empty commit
DylanRussell b4df54a
Calculate backoff in 1 place instead of 2
DylanRussell 9e1ba28
Update changelog
DylanRussell 0b54090
Update changelog
DylanRussell bc3110a
Make new _common directory in the http exporter for shared code
DylanRussell 4bbecf8
precommit
DylanRussell ec3fe9c
Respond to comments on PR
DylanRussell d82b183
Merge branch 'main' into retry2
DylanRussell 267b9a9
Fix broken test, execute precommit
DylanRussell ec69083
Skip some tests on windows
DylanRussell 49d402e
Explain why test is skipped
DylanRussell f917af6
Update exporter/opentelemetry-exporter-otlp-proto-grpc/src/openteleme…
DylanRussell e7a8356
Revert change to start respecting timeout passed into metric exporter
DylanRussell 2ae79b5
Merge branch 'main' into retry2
DylanRussell e444263
Merge branch 'main' into retry2
xrmx 7a76d39
Merge branch 'main' into retry2
xrmx 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
46 changes: 0 additions & 46 deletions
46
exporter/opentelemetry-exporter-otlp-proto-common/tests/test_backoff.py
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.