-
Notifications
You must be signed in to change notification settings - Fork 15.1k
OpenTelemetry traces implementation cleanup #49180
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
xBis7
wants to merge
40
commits into
apache:main
Choose a base branch
from
xBis7:otel_cleanup
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 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
786a7da
replace ti.key with ti.try_id in active_spans
xBis7 e234bbf
add otel to integrations
xBis7 92682be
modify pytest_plugin.py
xBis7 33c28f7
add redis integration to global_constants.py
xBis7 a3ef753
fix ci failures
xBis7 4fbda4b
fix test_edge_command.py
xBis7 9e71f2f
fix test_edge_executor.py
xBis7 d21af67
increase test timeout
xBis7 5a4c246
increase test timeout
xBis7 d65196f
mark flaky tests with xfail
xBis7 a287246
add config for disabling spans from internal operations + disable dec…
xBis7 9b5d168
disable all debugging traces
xBis7 81d9d85
keep redis env variables
xBis7 cadeb6b
merge with main and resolve conflicts
xBis7 53d3de4
replace ti.try_id with ti.id
xBis7 cc8d1fc
fix _end_active_spans logic bug causing tests to fail
xBis7 6901de8
set a timeout for each test in test_otel.py
xBis7 472d416
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 b3bcae7
add 'timeout' configuration option in pytest 'markers'
xBis7 5b355e0
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 221ab47
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 f5ec1f4
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 a78cf91
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 e08543b
merge with main and resolve conflicts
xBis7 6b672d6
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 35f93bc
update config target version
xBis7 248af6b
convert leftover ti.id to str
xBis7 d90d29e
simplify TaskInstance query
xBis7 74ebb42
replace dag_run.run_id with dag_run.id
xBis7 3fee0b0
remove conf.add_section from test_otel_tracer.py
xBis7 39abf69
increase timeout for each test in test_otel.py
xBis7 e511c16
replace class annotation with method annotation for a timeout in test…
xBis7 4769ac9
rename add_span to add_debug_span
xBis7 afcc997
initialize db only once at the start, in test_otel.py
xBis7 71280ce
Merge remote-tracking branch 'origen/main' into otel_cleanup
xBis7 e5e91d0
cleanup control_file in case of failure
xBis7 e27feb1
merge with main and resolve conflicts
xBis7 2c86006
convert log info to debug
xBis7 1a9d0d7
merge with main and resolve conflicts
xBis7 4770e4d
Merge branch 'main' into otel_cleanup
xBis7 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
replace ti.try_id with ti.id
- Loading branch information
commit 53d3de45139be1543c56b8dd839ae0f05e3cfd48
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
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.
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.