Steven Bouwkamp

Results 67 comments of Steven Bouwkamp

We have the macrobenchmarks now so no longer needed

Hi @joeterlecki, If I understand correctly, the release artifact for [datadog-dotnet-apm-3.19.0.arm64.tar.gz](https://github.com/DataDog/dd-trace-dotnet/releases/download/v3.19.0/datadog-dotnet-apm-3.19.0.arm64.tar.gz) contains an ARM64 MUSL artifact within it.

Currently on V20, so closing as no longer relevant.

@frankhaugen Apologies, it looks like this callout was moved to here: https://docs.datadoghq.com/opentelemetry/interoperability/instrumentation_libraries/?tab=net#verified-opentelemetry-instrumentation-libraries `AZURE_EXPERIMENTAL_ENABLE_ACTIVITY_SOURCE` will still need to be set to `true` to work (or via `Azure.Experimental.EnableActivitySource`) @brunohdossantos was this by...

@smasato we've scheduled work to expand our **testing** for the latest Rails. As @delner mentioned, the current state is that our tests for Rails ends with the last major version...

Hi @samcarton, at this moment the only way to disable this is to set `DD_TRACE_OTEL_ENABLED` to `false` (if it is enabled), unfortunately this would disable the OpenTelemetry support within the...

@IlSocio Thanks for reporting this, I think I can see what is going on. When we have `Activity` created Datadog `Span`s we use the `Activity.StartTimeUtc` (and `Activity.Duration`) for the `Span.StartTime`...

Closing as stale, likely something to consider though in the future if we want to pin `system-tests` but I'm not terribly motivated to do so at the time being