-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[processor/tailsampling] Decision cache for non-sampled trace IDs #36040
Merged
jpkrohling
merged 7 commits into
open-telemetry:main
from
jamesmoessis:jmoe/decision-cache-non-sampled
Nov 26, 2024
Merged
[processor/tailsampling] Decision cache for non-sampled trace IDs #36040
jpkrohling
merged 7 commits into
open-telemetry:main
from
jamesmoessis:jmoe/decision-cache-non-sampled
Nov 26, 2024
Conversation
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
values in examples fix typo
jamesmoessis
force-pushed
the
jmoe/decision-cache-non-sampled
branch
from
October 29, 2024 02:12
1d249d6
to
dbe870e
Compare
jamesmoessis
changed the title
Jmoe/decision cache non sampled
[processor/tailsampling] REOPENED - Decision cache for non-sampled trace IDs
Oct 29, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #36040 +/- ##
==========================================
- Coverage 80.43% 80.35% -0.09%
==========================================
Files 2164 2145 -19
Lines 202401 201904 -497
==========================================
- Hits 162806 162230 -576
- Misses 34309 34376 +67
- Partials 5286 5298 +12 ☔ View full report in Codecov by Sentry. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
jpkrohling
approved these changes
Nov 26, 2024
jpkrohling
changed the title
[processor/tailsampling] REOPENED - Decision cache for non-sampled trace IDs
[processor/tailsampling] Decision cache for non-sampled trace IDs
Nov 26, 2024
shivanthzen
pushed a commit
to shivanthzen/opentelemetry-collector-contrib
that referenced
this pull request
Dec 5, 2024
…en-telemetry#36040) Re-opening open-telemetry#33722 so it can be finished. I've addressed @jpkrohling's open comments from that PR. Description: Adds a decision cache for non sampled IDs. This is off-by-default. It's the same as the sampled IDs cache but is separate and has a separate size. **Link to tracking Issue: open-telemetry#31583 Testing: Unit test added. Cache type itself already tested. Documentation: Updated the readme with config options and descriptions. --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
ZenoCC-Peng
pushed a commit
to ZenoCC-Peng/opentelemetry-collector-contrib
that referenced
this pull request
Dec 6, 2024
…en-telemetry#36040) Re-opening open-telemetry#33722 so it can be finished. I've addressed @jpkrohling's open comments from that PR. Description: Adds a decision cache for non sampled IDs. This is off-by-default. It's the same as the sampled IDs cache but is separate and has a separate size. **Link to tracking Issue: open-telemetry#31583 Testing: Unit test added. Cache type itself already tested. Documentation: Updated the readme with config options and descriptions. --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
…en-telemetry#36040) Re-opening open-telemetry#33722 so it can be finished. I've addressed @jpkrohling's open comments from that PR. Description: Adds a decision cache for non sampled IDs. This is off-by-default. It's the same as the sampled IDs cache but is separate and has a separate size. **Link to tracking Issue: open-telemetry#31583 Testing: Unit test added. Cache type itself already tested. Documentation: Updated the readme with config options and descriptions. --------- Co-authored-by: Juraci Paixão Kröhling <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Re-opening #33722 so it can be finished.
I've addressed @jpkrohling's open comments from that PR.
Description:
Adds a decision cache for non sampled IDs. This is off-by-default.
It's the same as the sampled IDs cache but is separate and has a separate size.
**Link to tracking Issue: #31583
Testing:
Unit test added. Cache type itself already tested.
Documentation:
Updated the readme with config options and descriptions.