You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SDBM-2648] Add collect_execution_plans option to SQL Server DBM (DataDog#23961)
* [SDBM-2648] Add collect_execution_plans option to SQL Server DBM
Adds a new `collect_execution_plans.enabled` config flag (default: true)
that lets users disable execution plan collection independently of query
metrics. When false, the query-metrics job still runs and emits metrics
and FQT events, but skips the _collect_plans loop.
SDBM-2648
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add changelog entry for PR DataDog#23961
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Move collect_plans option under query_metrics
Plans are collected by the query-metrics job and are already disabled
when query_metrics.enabled is false, so the toggle belongs there.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update changelog entry to reflect query_metrics.collect_plans
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Run linting
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Eric Weaver <eweaver755@gmail.com>
Co-authored-by: Eric Weaver <eric.weaver@datadoghq.com>
0 commit comments