-
Notifications
You must be signed in to change notification settings - Fork 795
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
feat(otlp-exporter): add timeout env var #2738
Merged
dyladan
merged 82 commits into
open-telemetry:main
from
svetlanabrennan:add-exporter-timeout
May 11, 2022
Merged
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
4e81f83
feat(otlp-exporter): add timeout env var
svetlanabrennan 11ea770
feat(otlp-exporter): add timeout env var test
svetlanabrennan a9a526f
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 4f659fb
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 2bc61e4
feat(otlp-exporter): add trace_timeout env var
svetlanabrennan 48a25d7
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan da3211f
feat(otlp-exporter): add how timeout is selected
svetlanabrennan 0c1011d
feat(otlp-exporter): add negative value check to env vars
svetlanabrennan ed4079f
feat(otlp-exporter): add negative value check to env vars
svetlanabrennan fc486a1
feat(otlp-exporter): add timeout config information to readme
svetlanabrennan 7292244
feat(otlp-exporter): add const var for default timeout value
svetlanabrennan ca98326
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 5e7d2f5
Merge branch 'main' into add-exporter-timeout
svetlanabrennan e8dc21b
feat(otlp-exporter): refactor code based on feedback
svetlanabrennan 6c3a42d
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan 111cb83
feat(otlp-exporter): move configuring timeout to utils and tests
svetlanabrennan bbb75cb
feat(otlp-exporter): add timeout to http and xhr request
svetlanabrennan 8866035
Merge branch 'main' into add-exporter-timeout
svetlanabrennan b8543c0
Fix typo in environment.ts
svetlanabrennan 3873a85
feat(otlp-exporter): update timeout to general timers
svetlanabrennan 1fe1847
feat(otlp-exporter): update node http timeout tests
svetlanabrennan a207d50
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 991beeb
feat(otlp-exporter): fix dependency version for http exporter
svetlanabrennan 4e5af76
feat(otlp-exporter): add grpc deadline test
svetlanabrennan b27ca5f
feat(otlp-exporter): fix typos
svetlanabrennan a428d9d
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 21f596e
feat(otlp-exporter): add browser timeout test
svetlanabrennan 3043e10
Merge branch 'main' into add-exporter-timeout
svetlanabrennan d66cb4a
feat(otlp-exporter): fix lint errors
svetlanabrennan fd4406b
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan d42991e
Merge branch 'main' into add-exporter-timeout
svetlanabrennan c7fe6cc
Merge branch 'main' into add-exporter-timeout
Flarna 10880be
feat(otlp-exporter): fix tests after main merge
svetlanabrennan 3e8360d
feat(otlp-exporter): fix one test and lint on readme
svetlanabrennan 481795d
feat(otlp-exporter): fix tests that call export method
svetlanabrennan e8db3dc
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 4f9a556
Merge branch 'main' into add-exporter-timeout
svetlanabrennan d9a665f
feat(otlp-exporter): update various items based on feedback
svetlanabrennan 4222cc6
feat(otlp-exporter): add additional tests
svetlanabrennan 0d9de49
feat(otlp-exporter): add two more tests
svetlanabrennan 80c1b0a
Merge branch 'main' into add-exporter-timeout
svetlanabrennan eff3298
feat(otlp-exporter): add 1 more test
svetlanabrennan 84aa2ec
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan 70ca58d
Merge branch 'main' into add-exporter-timeout
svetlanabrennan b00c3e6
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 83092e6
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 44eeb56
feat(otlp-exporter): add logic around request aborted after response …
svetlanabrennan cfeb182
feat(otlp-exporter): update grpc deadline calculation
svetlanabrennan 8b6a005
feat(otlp-exporter): add real http request test to proto exporter
svetlanabrennan d955eac
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 5547628
feat(otlp-exporter): fix timeout test
svetlanabrennan bc6bb16
feat(otlp-exporter): fix grpc readme
svetlanabrennan f5309fd
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 8c0eda7
Update packages/exporter-trace-otlp-http/src/platform/node/util.ts
svetlanabrennan 5f24eb9
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan 7f103cb
feat(otlp-exporter): remove comment from sendWithHttp
svetlanabrennan 1a3b0bf
Merge branch 'main' into add-exporter-timeout
rauno56 a9f6a9a
Merge branch 'main' into add-exporter-timeout
svetlanabrennan f0055a0
feat(otlp-exporter): fix metric tests and add changelong
svetlanabrennan c79c521
feat(otlp-exporter): fix lint
svetlanabrennan d887480
Merge branch 'main' into add-exporter-timeout
svetlanabrennan d18c587
feat(otlp-exporter): fix metric tests
svetlanabrennan d1ccc95
Merge branch 'add-exporter-timeout' of github.com:svetlanabrennan/ope…
svetlanabrennan b97a418
feat(otlp-exporter): fix proto tests
svetlanabrennan 0b8f7da
feat(otlp-exporter): fix lint
svetlanabrennan f053d09
feat(otlp-exporter): Merge branch 'main' into add-exporter-timeout
svetlanabrennan 78d4e93
feat(otlp-exporter): fix tests after main merge
svetlanabrennan f32b965
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 0b4c617
Merge branch 'main' into add-exporter-timeout
Flarna e81f9dd
feat(otlp-exporter): fix lint
svetlanabrennan ae49cd3
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 828993e
Merge branch 'main' into add-exporter-timeout
vmarchaud dc647fd
Merge branch 'main' into add-exporter-timeout
svetlanabrennan fbaa457
feat(otlp-exporter): fix accidentally removed code after main merge
svetlanabrennan 14ba7d3
feat(otlp-exporter): replace nextTick with queueMicroTask for browser…
svetlanabrennan 1ebc461
feat(otlp-exporter): add more details to changelog item
svetlanabrennan 27b2b86
Merge branch 'main' into add-exporter-timeout
svetlanabrennan b186cbf
Merge branch 'main' into add-exporter-timeout
svetlanabrennan 511999a
feat(otlp-exporter): fix server timing issue in real http request tes…
svetlanabrennan b553759
feat(otlp-exporter): fix real http request tests
svetlanabrennan 5da6ce2
feat(otlp-exporter): add comment to two ways of destroying request
svetlanabrennan 6ee89b0
Merge branch 'main' into add-exporter-timeout
dyladan 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 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 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 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 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 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.
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.
👍