Skip to content

Commit 9dbd6d5

Browse files
authored
Merge pull request #2490 from DataDog/tonycthsu/add-dbm-full-mode-doc
Add `full` mode for SQL comment propagation in documentation
2 parents fd88411 + 92405d7 commit 9dbd6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ client.query("SELECT * FROM users WHERE group='x'")
13321332
| Key | Description | Default |
13331333
| --- | ----------- | ------- |
13341334
| `service_name` | Service name used for `mysql2` instrumentation | `'mysql2'` |
1335-
| `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'` |
1335+
| `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'` |
13361336
13371337
### Net/HTTP
13381338
@@ -1395,7 +1395,7 @@ end
13951395
| Key | Description | Default |
13961396
| --- | ----------- | ------- |
13971397
| `service_name` | Service name used for `pg` instrumentation | `'pg'` |
1398-
| `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'` |
1398+
| `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'` |
13991399
14001400
### Presto
14011401

0 commit comments

Comments
 (0)