Skip to content

Commit

Permalink
Merge pull request #2490 from DataDog/tonycthsu/add-dbm-full-mode-doc
Browse files Browse the repository at this point in the history
Add `full` mode for SQL comment propagation in documentation
  • Loading branch information
ivoanjo authored Dec 14, 2022
2 parents fd88411 + 92405d7 commit 9dbd6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ client.query("SELECT * FROM users WHERE group='x'")
| Key | Description | Default |
| --- | ----------- | ------- |
| `service_name` | Service name used for `mysql2` instrumentation | `'mysql2'` |
| `comment_propagation` | SQL comment propagation mode for database monitoring. <br />(example: `disabled` \| `service`). <br /><br />**Important**: *Note that enabling sql comment propagation results in potentially confidential data (service names) being stored in the databases which can then be accessed by other 3rd parties that have been granted access to the database.* | `'disabled'` |
| `comment_propagation` | SQL comment propagation mode for database monitoring. <br />(example: `disabled` \| `service`\| `full`). <br /><br />**Important**: *Note that enabling sql comment propagation results in potentially confidential data (service names) being stored in the databases which can then be accessed by other 3rd parties that have been granted access to the database.* | `'disabled'` |
### Net/HTTP
Expand Down Expand Up @@ -1395,7 +1395,7 @@ end
| Key | Description | Default |
| --- | ----------- | ------- |
| `service_name` | Service name used for `pg` instrumentation | `'pg'` |
| `comment_propagation` | SQL comment propagation mode for database monitoring. <br />(example: `disabled` \| `service`). <br /><br />**Important**: *Note that enabling sql comment propagation results in potentially confidential data (service names) being stored in the databases which can then be accessed by other 3rd parties that have been granted access to the database.* | `'disabled'` |
| `comment_propagation` | SQL comment propagation mode for database monitoring. <br />(example: `disabled` \| `service`\| `full`). <br /><br />**Important**: *Note that enabling sql comment propagation results in potentially confidential data (service names) being stored in the databases which can then be accessed by other 3rd parties that have been granted access to the database.* | `'disabled'` |
### Presto
Expand Down

0 comments on commit 9dbd6d5

Please sign in to comment.