Skip to content

Commit cfd20ec

Browse files
authored
updated description for collect_raw_query_statement (#20443)
1 parent 7caffdb commit cfd20ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqlserver/assets/configuration/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ files:
906906
display_default: false
907907
- name: collect_raw_query_statement
908908
description: |
909-
Configure the collection of raw query statements in query activity, execution plans, and XE events.
909+
Configure the collection of raw query statements in query activity, and XE events.
910910
To collect raw query statements from XE events, set `xe_collection.query_completions.enabled` and
911911
`xe_collection.query_errors.enabled` to `true`.
912912
Raw query statements and execution plans may contain sensitive information (e.g., passwords)

sqlserver/datadog_checks/sqlserver/data/conf.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ instances:
656656
#
657657
# keep_identifier_quotation: false
658658

659-
## Configure the collection of raw query statements in query activity, execution plans, and XE events.
659+
## Configure the collection of raw query statements in query activity, and XE events.
660660
## To collect raw query statements from XE events, set `xe_collection.query_completions.enabled` and
661661
## `xe_collection.query_errors.enabled` to `true`.
662662
## Raw query statements and execution plans may contain sensitive information (e.g., passwords)

0 commit comments

Comments
 (0)