Skip to content

Commit

Permalink
Add full mode support in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Dec 14, 2022
1 parent 7d2cd8b commit 92405d7
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 92405d7

Please sign in to comment.