Skip to content

Commit

Permalink
document GA for exception profiling (#20880)
Browse files Browse the repository at this point in the history
* document GA for exception profiling

* small fixup

* update version

* Update content/en/tracing/trace_collection/library_config/php.md

Co-authored-by: DeForest Richards <[email protected]>

* Update content/en/tracing/trace_collection/library_config/php.md

Co-authored-by: DeForest Richards <[email protected]>

---------

Co-authored-by: DeForest Richards <[email protected]>
  • Loading branch information
realFlowControl and drichards-87 authored Dec 20, 2023
1 parent a41c6e0 commit 586412c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions content/en/tracing/trace_collection/library_config/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,18 @@ Enable the allocation size and allocation bytes profile type. Added in version `
**Default**: `1`<br>
Enable the experimental CPU profile type. Added in version `0.69.0`. For version `0.76` and below it defaulted to `0`.

`DD_PROFILING_EXPERIMENTAL_EXCEPTION_ENABLED`
: **INI**: `datadog.profiling.experimental_exception_enabled`. INI available since `0.92.0`.<br>
**Default**: `0`<br>
Enable the experimental exception profile type. Added in version `0.92.0`.
`DD_PROFILING_EXCEPTION_ENABLED`
: **INI**: `datadog.profiling.exception_enabled`. INI available since `0.96.0`.<br>
**Default**: `1`<br>
Enable the exception profile type. Added in version `0.92.0` and GA
in version `0.96.0`.<br><br>
**Note**: This supersedes the `DD_PROFILING_EXPERIMENTAL_EXCEPTION_ENABLED` environment variable (`datadog.profiling.experimental_exception_enabled` INI setting), which was available since `0.92`. If both are set, this one takes precedence.

`DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE`
: **INI**: `datadog.profiling.experimental_exception_sampling_distance`. INI available since `0.92.0`.<br>
`DD_PROFILING_EXCEPTION_SAMPLING_DISTANCE`
: **INI**: `datadog.profiling.exception_sampling_distance`. INI available since `0.96.0`.<br>
**Default**: `100`<br>
Configure the sampling distance for exceptions. The higher the sampling distance, the fewer samples are created and the lower the overhead.
Configure the sampling distance for exceptions. The higher the sampling distance, the fewer samples are created and the lower the overhead.<br><br>
**Note**: This supersedes the `DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE` environment variable (`datadog.profiling.experimental_exception_sampling_distance` INI setting), which was available since `0.92`. If both are set, this one takes precedence.

`DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED`
: **INI**: `datadog.profiling.experimental_timeline_enabled`. INI available since `0.89.0`.<br>
Expand Down

0 comments on commit 586412c

Please sign in to comment.