Steven Bouwkamp
Steven Bouwkamp
## Summary of changes Obfuscate ids that contain `,` (`123,123`) in the same way that normal integer ids are obfuscated. Additionally, adds obfuscation to the `WcfCommon.cs` for its `LocalPath` into...
## Summary of changes This pull request adds the `SpanSampler` into the Tracer to support the Single Span Ingestion feature. ## Reason for change To allow for individual Spans that...
### What does this PR do? Encodes and decodes a reparenting ID that we will store in the `tracestate` of `tracecontext` headers. When injecting into the `tracecontext` this will add...
### What does this PR do? This changes how the `tracestate` limit is calculated as it wasn't accurate (too restrictive). **This will allow for a couple of extra characters to...
## Summary of changes Testing out and attempting to fix any issues that arise when enabling OpenTelemetry ## Reason for change ## Implementation details ## Test coverage ## Other details
## Summary of changes This adds a `p` sub-key to the `dd=` `tracestate` with the value of the last seen parent Datadog Span ID encoded as a 16-character hex string....
## Summary of changes Just adding logging statements closer toward serialization to try and get SamplingPriority. ## Reason for change Sampling priority doesn't get logged out and could be helpful...
## Summary of changes Adds dot-notation support for tag values that are arrays for `Activity`/`OpenTelemetry`. ## Reason for change This is required for `ActivityLink`/`Links` support for `Activity` and will likely...
## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details
## Motivation Unskips the parametric tests for `golang` for asserting the functionality of the `p` key in the `tracestate`. ## Changes - Unskips the tests. - Target the correct commit...