Zachary Groves
Zachary Groves
## Description It was proposed by JD that I should add a schema rather than do a lot of validation for the span sampling json we pull via envar or...
Following this: https://github.com/miguelgrinberg/flask-sock/issues/64#issuecomment-1664709789 StopIteration is just a normal expected exception upon socket close. I am wondering if we should re-raise though? If we do, then we need to add additional...
This PR makes sampling lazy, effectively making our extended sampling API that can take resource and operation name far more useful, since we will now always be sampling after those...
## Checklist - [ ] Change(s) are motivated and described in the PR description. - [ ] Testing strategy is described if automated tests are not included in the PR....
Following up on [5455 ](https://github.com/DataDog/dd-trace-py/pull/5455/files#diff-8f30c25b0c036c175363c0913e45dfa2a17cc2fd41f65669202423501b1e60fb). We should not be importing the module when we patch. This PR adds an assert to the patch testing to make sure that we do...
For glob matching at least it seems we can do it with no performance overhead. Probably because all we pass into Rust is a couple strings, and all we pass...
## Checklist - [ ] Change(s) are motivated and described in the PR description. - [ ] Testing strategy is described if automated tests are not included in the PR....
## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x]...
## Description Enable header precedence test for python tracer, to be merged once https://github.com/DataDog/dd-trace-py/pull/6256 is merged into tracer. ## Motivation ## Reviewer checklist * [ ] If this PR modifies...
### Summary of problem Quantization of ElasticSearch urls does not match that of the Datadog agent and also does not work well. In some cases leading to un-useful resource names...