Skip to content

Commit b2c4794

Browse files
authored
DOCSP-42896-disable-telemetry (#176)
* DOCSP-42896-disable-telemetry * Fixing code block formatting.
1 parent dd97981 commit b2c4794

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

source/installation/deployment-considerations.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@ provider network configurations, see these pages:
7979
- `Azure Networking <https://azure.microsoft.com/en-us/products/category/networking>`__
8080
- `GCP Networking <https://cloud.google.com/vpc/docs>`__
8181

82+
Telemetry
83+
~~~~~~~~~
84+
85+
By default, Relational Migrator includes telemetry that reports usage
86+
information and errors back to MongoDB to help improve the product.
87+
This telemetry does not include any sensitive details such as database
88+
connection strings, schema information or customer data.
89+
90+
You can disable telemetry by editing the application's
91+
``user.properties`` file, adding the following line, and restarting
92+
Relational Migrator:
93+
94+
.. code-block::
95+
96+
migrator.app.telemetry.enable: false
97+
8298
System Hardware
8399
---------------
84100

@@ -92,4 +108,4 @@ For specific hardware recommendations, see :ref:`rm-system-requirements`.
92108
Get Started
93109
-----------
94110

95-
For detailed installation instructions, see :ref:`installation`.
111+
For detailed installation instructions, see :ref:`installation`.

0 commit comments

Comments
 (0)