William Conti

Results 38 issues of William Conti

### What does this PR do? Add code to extract Trace Context Propagation from `AWSTraceHeader`, which is used by `dd-trace-java` to propagate context for some AWS services. ### Motivation Improving...

### What does this PR do? Adds DSM propagation for Google pub/sub [AIT-9156] ### Motivation Adding DSM to relevant integrations ### Plugin Checklist - [ ] Unit tests. - [...

datastreams

## Checklist - [ ] Change(s) are motivated and described in the PR description - [ ] Testing strategy is described if automated tests are not included in the PR...

## Motivation This PR adds more DBM tests for Python and NodeJS integrations (NodeJS tests are currently failing, as the relevant PR has not been merged yet: [PR](https://github.com/DataDog/dd-trace-js/pull/4262/checks)). This PR...

python
build-python-base-images
run-integration-scenarios

## Motivation These tests were updated to match the fact that DSM hashing for NodeJS tracer was updated to match all other tracers. The tests are now more straightforward as...

I am trying to add an `aio.UnaryStreamClientInterceptor` to my grpc client, but am hitting `StopAsyncIteration` exceptions. I am following the example [here](https://github.com/grpc/grpc/blob/master/examples/python/hellostreamingworld/async_greeter_client.py) for async python streaming. After adding a no-op...

kind/bug
lang/Python
priority/P2

### What does this PR do? DSM offset value being incorrectly added as a float64 to backlog ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ]...

### What does this PR do? Makes DSM hashing consistent with other languages. Not a breaking change. Hashing algo has been changes to use fnv1 algorithm. The hashing code was...

semver-minor

## Checklist - [ ] Change(s) are motivated and described in the PR description - [ ] Testing strategy is described if automated tests are not included in the PR...

## Description This PR adds another layer to service naming. Instead of defaulting to `unnamed-python-service` when no `DD_SERVICE` or programatic service name was provided, this change attempts to find a...