You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GettingStarted.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1332,7 +1332,7 @@ client.query("SELECT * FROM users WHERE group='x'")
1332
1332
| Key | Description | Default |
1333
1333
| --- | ----------- | ------- |
1334
1334
| `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'` |
1336
1336
1337
1337
### Net/HTTP
1338
1338
@@ -1395,7 +1395,7 @@ end
1395
1395
| Key | Description | Default |
1396
1396
| --- | ----------- | ------- |
1397
1397
| `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'` |
0 commit comments