Conversation
BenchmarksBenchmark execution time: 2024-01-12 13:07:37 Comparing candidate commit 9fc8f73 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
dmehala
commented
Sep 28, 2023
dmehala
commented
Sep 28, 2023
dmehala
commented
Sep 28, 2023
dmehala
commented
Sep 28, 2023
dmehala
commented
Sep 28, 2023
dmehala
commented
Sep 28, 2023
d9b880a to
0907717
Compare
0907717 to
e0a5048
Compare
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
dgoffredo
reviewed
Sep 29, 2023
Contributor
Good idea, I will add that.
I'll do (1) once I've tidied up my PR. Thanks for the review! |
- Protect `struct SamplingDelegation` with a mutex. - Check the result of `finalize_config(config3)` in `test_tracer.cpp`.
Since there were quite a few conflicts, there's a fair bit of restructuring here as well.
dmehala
commented
Jan 12, 2024
dmehala
commented
Jan 12, 2024
cataphract
pushed a commit
to cataphract/dd-trace-cpp
that referenced
this pull request
Mar 28, 2024
* feat: Set integration informations * run `make format` --------- Co-authored-by: David Goffredo <[email protected]>
dmehala
added a commit
that referenced
this pull request
Jun 19, 2024
This fixes a regression introduced by Sampling Delegation (#59). When the sampling delegation header is present during the trace context extraction, the sampling priority is discarded even if the feature is disabled. This change of behaviour can potentially result in an increase of ingested spans. Additionnally, the tracer should behave as before the introduction of this feature when it is not enabled. Changes: - Sampling priority is not longer discard when `x-datadog-delegate-trace-sampling` is present. - Update sampling delegation tests.
dmehala
added a commit
that referenced
this pull request
Jun 19, 2024
This fixes a regression introduced by Sampling Delegation (#59). When the sampling delegation header is present during the trace context extraction, the sampling priority is discarded even if the feature is disabled. This change of behaviour can potentially result in an increase of ingested spans. Additionnally, the tracer should behave as before the introduction of this feature when it is not enabled. Changes: - Sampling priority is not longer discard when `x-datadog-delegate-trace-sampling` is present. - Update sampling delegation tests.
dmehala
added a commit
that referenced
this pull request
Jun 19, 2024
This fixes a regression introduced by Sampling Delegation (#59). When the sampling delegation header is present during the trace context extraction, the sampling priority is discarded even if the feature is disabled. This change of behaviour can potentially result in an increase of ingested spans. Additionnally, the tracer should behave as before the introduction of this feature when it is not enabled. Changes: - Sampling priority is not longer discard when `x-datadog-delegate-trace-sampling` is present. - Update sampling delegation tests.
dmehala
added a commit
that referenced
this pull request
Jun 20, 2024
This fixes a regression introduced by Sampling Delegation (#59). When the sampling delegation header is present during the trace context extraction, the sampling priority is discarded even if the feature is disabled. This change of behaviour can potentially result in an increase of ingested spans. Additionally, the tracer should behave as before the introduction of this feature when it is not enabled. Changes: - Sampling priority is not longer discard when`x-datadog-delegate-trace-sampling` is present. - Update sampling delegation tests.
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
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.
How to test
docker compose build --build-arg BRANCH=dmehala/sampling-delegation --no-cache[DD_TRACE_DELEGATE_SAMPLING=<0 or 1>] [DD_API_KEY=<API_KEY>] docker compose up