From 2760c1830107206fb553c06de8c6d6d652311aea Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Fri, 28 Oct 2022 12:37:49 +0200 Subject: [PATCH] Documentation --- docs/GettingStarted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 28c3e447ac7..0e573691962 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -1332,6 +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.
(example: `disabled` \| `service`).

**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