Skip to content

Commit 65c1654

Browse files
authored
Updating description for collect_raw_query_statement (DataDog#21192)
* Update conf.yaml.example Signed-off-by: aldrick.castro <aldrick.castro@datadoghq.com> * Updated spec.yaml Signed-off-by: aldrick.castro <aldrick.castro@datadoghq.com> --------- Signed-off-by: aldrick.castro <aldrick.castro@datadoghq.com>
1 parent 2c0478a commit 65c1654

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sqlserver/assets/configuration/spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,10 +909,10 @@ files:
909909
Configure the collection of raw query statements in query activity, and XE events.
910910
To collect raw query statements from XE events, set `collect_xe.query_completions.enabled` and
911911
`collect_xe.query_errors.enabled` to `true`.
912-
Raw query statements and execution plans may contain sensitive information (e.g., passwords)
912+
Raw query statements may contain sensitive information (e.g., passwords)
913913
or personally identifiable information in query text.
914-
Enabling this option will allow the collection and ingestion of raw query statements and
915-
execution plans into Datadog, which can then become viewable in query samples or explain plans.
914+
Enabling this option will allow the collection and ingestion of raw query statements
915+
into Datadog, which can then become viewable in query samples.
916916
This option is disabled by default.
917917
Note: Collection of raw query statements is currently in preview.
918918
If you are interested in participating, please reach out to your Datadog Customer Success Manager.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,10 @@ instances:
659659
## Configure the collection of raw query statements in query activity, and XE events.
660660
## To collect raw query statements from XE events, set `collect_xe.query_completions.enabled` and
661661
## `collect_xe.query_errors.enabled` to `true`.
662-
## Raw query statements and execution plans may contain sensitive information (e.g., passwords)
662+
## Raw query statements may contain sensitive information (e.g., passwords)
663663
## or personally identifiable information in query text.
664-
## Enabling this option will allow the collection and ingestion of raw query statements and
665-
## execution plans into Datadog, which can then become viewable in query samples or explain plans.
664+
## Enabling this option will allow the collection and ingestion of raw query statements
665+
## into Datadog, which can then become viewable in query samples.
666666
## This option is disabled by default.
667667
## Note: Collection of raw query statements is currently in preview.
668668
## If you are interested in participating, please reach out to your Datadog Customer Success Manager.

0 commit comments

Comments
 (0)