Attila Szegedi

Results 12 issues of Attila Szegedi

### What does this PR do? * Makes both timeline and CPU profiling on by default. * Introduces a non-experimental env var for CPU profiling. * Explicitly disables timeline events...

profiling
semver-minor

### What does this PR do? Detects SSI injection and modifies profiler behavior accordingly. The logic currently: - checks if comma-tokenized value of the `DD_INJECTION_ENABLED` environment variable has the token...

semver-minor

## Motivation This fixes a test failure with https://github.com/DataDog/dd-trace-js/pull/4322. That PR modifies the default for `profiling_enabled` in our Node.js tracer from `false` to `undefined` as for SSI-enabled profiling we need...

run-parametric-scenario

### What does this PR do? Removed conditionals from profiling code for supporting Nod 14 ### Motivation We no longer support Node 14.

semver-minor
dont-land-on-v3.x

A prototype implementation of a new profiler type ("timeline") that can be operated simultaneously with "wall" profiler to gather information suitable for presentation as a timeline from async_hooks. This one...

Somewhat surprisingly, `ArrayList$Sublist.sort()` is not specialized and will thus fall back to slower default method of `List.sort()` instead of sorting a range of the array in-place in its backing root...

rfr
core-libs

## Motivation .Net APM library suports `DD_PROFILING_ENABLED=auto` since 3.3.0, see https://github.com/DataDog/dd-trace-dotnet/pull/5240 Additionally, with the release of auto_inject 0.21.0 the LD_PRELOAD problem should also be a thing of the past. ##...

## Motivation Python APM library suports DD_PROFILING_ENABLED=auto since 1.37.0, see https://github.com/DataDog/dd-trace-py/pull/9904 ## Changes Adds the three standard onboarding `_PROFILING` scenarios to the Python test matrix. ## Workflow 1. ⚠️ Create...

### What does this PR do? Ensures the profiler adds Windows Azure App Services-specific tags to profiles when app is running with Datadog APM Extensions for Windows Azure App Services....

semver-minor

### What does this PR do? Adds information about available parallelism and size of libuv thread pool to profiles. ### Motivation Combined with timeline events activity, this can allow us...

profiling
semver-minor