File tree Expand file tree Collapse file tree
datadog_checks/sqlserver/data Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments