Skip to content

Commit

Permalink
Add note about required obfuscator option for APM linking in DBM inte…
Browse files Browse the repository at this point in the history
…grations (DataDog#19191)

* Add note about required option for APM linking

* Update review feedback

* Split link to a new line
  • Loading branch information
eric-weaver authored Dec 5, 2024
1 parent 7651dd8 commit b06f37a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ files:
description: |
Set to `false` to disable the collection of comments in your SQL statements.
Requires `collect_metadata: true`.
Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
value:
type: boolean
example: true
Expand Down
2 changes: 2 additions & 0 deletions mysql/datadog_checks/mysql/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ instances:
## @param collect_comments - boolean - optional - default: true
## Set to `false` to disable the collection of comments in your SQL statements.
## Requires `collect_metadata: true`.
## Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
## See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
#
# collect_comments: true

Expand Down
2 changes: 2 additions & 0 deletions postgres/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,8 @@ files:
description: |
Set to `false` to disable the collection of comments in your SQL statements.
Requires `collect_metadata: true`.
Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
value:
type: boolean
example: true
Expand Down
2 changes: 2 additions & 0 deletions postgres/datadog_checks/postgres/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ instances:
## @param collect_comments - boolean - optional - default: true
## Set to `false` to disable the collection of comments in your SQL statements.
## Requires `collect_metadata: true`.
## Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
## See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
#
# collect_comments: true

Expand Down
2 changes: 2 additions & 0 deletions sqlserver/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ files:
description: |
Set to `false` to disable the collection of comments in your SQL statements.
Requires `collect_metadata: true`.
Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
value:
type: boolean
example: true
Expand Down
2 changes: 2 additions & 0 deletions sqlserver/datadog_checks/sqlserver/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ instances:
## @param collect_comments - boolean - optional - default: true
## Set to `false` to disable the collection of comments in your SQL statements.
## Requires `collect_metadata: true`.
## Note: This option must be `true` in order to correlate Database Monitoring samples and APM traces.
## See https://docs.datadoghq.com/database_monitoring/connect_dbm_and_apm
#
# collect_comments: true

Expand Down

0 comments on commit b06f37a

Please sign in to comment.