Marco Costa

Results 81 issues of Marco Costa

This PR enables enables previously skipped dynamic configuration, which are going to be fixed in the Ruby tracer 2.3.0, due to missing capabilities being reported (fixed in https://github.com/DataDog/dd-trace-rb/pull/3888). Also, this...

Support for Ruby 3.3 is present in the gem, the only thing needed for injection is to change the installation script to allow it to run with that version of...

Fixes #1068 This PR ensures that a trace is active so that Sidekiq's logger instance can emit correlated logs before and after a job is executed. **Motivation:** By default, Sidekiq...

integrations
feature-request
tracing

This PR propagates tracing through [AWS SNS and SQS messages](https://aws.amazon.com/blogs/aws/queues-and-notifications-now-best-friends/). This is disabled by default, but can enabled with one of these options: ```ruby # Through an environment variable... DD_TRACE_AWS_PROPAGATION_ENABLED=true...

integrations
tracing

### Fixed * Core: Add limits to #log_deprecation (#3780) * Tracing: Return empty log correlation when tracing is disabled (#3788)

Today, the default value of the span tag `peer.service` does not provide the correct semantics to populated the new [Inferred Service dependency experience](https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/?tab=ruby). The `peer.service` tag should only be used...

core
integrations
tracing

**What does this PR do?** **Motivation:** **Additional Notes:** **How to test the change?** Unsure? Have a question? Request a review!

integrations
tracing

## Motivation Updates the serialization of `array_value` values to used a wrapper object `array_value: { values: Array_Here}` vs the current one `array_value: Array_Here`. This matches the expectation of the Datadog...

run-parametric-scenario
run-graphql-scenarios

## Changes Depends on https://github.com/DataDog/dd-trace-dotnet/pull/6769 Add the .NET implementation to parametric tests and weblog for testing APM span events. ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2....

## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes (if something not related to your task...