-
Notifications
You must be signed in to change notification settings - Fork 32
🚨✨ Implement tracing sampling strategy (🚧 devops 🚧) #8421
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
mrnicegyu11
merged 81 commits into
ITISFoundation:master
from
bisgaard-itis:1090-implement-sampling-tracing-strategy
Oct 9, 2025
Merged
Changes from 10 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
7ea10df
add TRACING_SAMPLING_PROBABILITY to TracingSettings
bisgaard-itis 246ed0d
replace collector sampling strategy
bisgaard-itis 1fc5a30
add sampling probability to traefik
bisgaard-itis 29c5cbc
improve test
bisgaard-itis 8e3a187
add sampling based strategy to fast api tracing instrumentation
bisgaard-itis c3a7962
add test and sampling strategy to aiohttp tracing instrumentation
bisgaard-itis 5c2ce1b
clean up tests
bisgaard-itis bbff3e4
correct env var value
bisgaard-itis 641ca63
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis fa76bef
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis cf09512
create TracingData dataclass for carrying around tracing data
bisgaard-itis 1e4583e
propagate fastapi instrumentatoin
bisgaard-itis 604c818
small changes
bisgaard-itis f9200ae
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 33e2023
propagate tracing-data throughout fastapi apps
bisgaard-itis 405fa86
further propagate tracing_data
bisgaard-itis bbc5d12
further cleanup
bisgaard-itis d1aba9b
propagate tracing_data
bisgaard-itis 8f711f8
fix pylint ignore
bisgaard-itis 8e5605a
attach tracing_data to app in webserver
bisgaard-itis dbb4e64
fix test
bisgaard-itis 0897ada
bugfix for aiohttp
bisgaard-itis 2a00fff
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 869c2a7
simplify tests
bisgaard-itis 4883380
fix test for profiles span
bisgaard-itis 7dd9918
remove profiled spans from codebase
bisgaard-itis 40cc94a
implement aiohttp middleware to support TracerProvider
bisgaard-itis dc8ea56
further changes
bisgaard-itis 709af0c
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 63ac26a
start porting the log instrumentation
bisgaard-itis 11953ff
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 3674785
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis b4718a2
start factoring out TracingData
bisgaard-itis 972eb59
refactor tracing_data creation
bisgaard-itis d9aff45
fix lifespan creator in fastapi
bisgaard-itis 874a26f
refactor tracing_data creation in aiohttp case
bisgaard-itis dd1180d
fix which was not commited yesterday
bisgaard-itis 4f2ffe7
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 209b01a
make TracingData frozen
bisgaard-itis a63d628
several fixes and cleanups
bisgaard-itis 598f1b2
ensure settings are not passed when getting tracing data
bisgaard-itis c6f1c5f
several fixes
bisgaard-itis d2ed79c
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis d32f87e
minor fixes to be able to generate OAS
bisgaard-itis 6ebc7a8
fix import - make pylint hapy
bisgaard-itis 193e35a
fix
bisgaard-itis e6d5303
fix in dask sidecar
bisgaard-itis d2d21c8
Fix calls to create_application in webserver tests
bisgaard-itis 4482f1d
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 884c07d
fix import in webserver
bisgaard-itis 2bf0901
fix clusters keeper tests
bisgaard-itis 2dc15df
fix imports and typechecks in aiohttp tracing
bisgaard-itis 41f68a8
fix various test fixtures
bisgaard-itis 2aa10fc
disable tracing in tests
bisgaard-itis a340f98
fix sidecars_client fixture
bisgaard-itis 84049f3
fix initilaized_app fixture in autoscaling
bisgaard-itis 4f3a5ac
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis eea9fe9
fex test fixture in RUT
bisgaard-itis efc359d
fix more tests in RUT
bisgaard-itis ef7c3d5
fix service lib tests
bisgaard-itis e8f90fb
minor fix in servicelib tracing
bisgaard-itis 6a0cce0
several fixes
bisgaard-itis 3cddbc2
fix aiohttp tracing tests
bisgaard-itis e70a02b
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 19057ae
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis e4c11e8
TracingData -> TracingConfig @GitHK
bisgaard-itis dfd4042
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 965c5c5
fix in dirv2 tracing_data -> tracing_config
bisgaard-itis 435d2e2
cleanup in all the applications
bisgaard-itis 02e1652
Follow up changes
bisgaard-itis 9148c5e
@GitHK fixes
bisgaard-itis f680ac1
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis df734a4
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 933c752
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
mrnicegyu11 8b26424
clean up dynamic scheduler tracing
bisgaard-itis e125632
TRACING_SAMPLING_PROBABILITY -> TRACING_OPENTELEMETRY_SAMPLING_PROBAB…
bisgaard-itis 15afd8e
add fixme
bisgaard-itis 92815f2
fix typo
bisgaard-itis d41d64d
make pylint happy
bisgaard-itis 00e643a
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 009d00c
Merge branch 'master' into 1090-implement-sampling-tracing-strategy
bisgaard-itis 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
Some comments aren't visible on the classic Files Changed page.
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.