forked from mongodb/docs-cluster-to-cluster-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtelemetry.txt
56 lines (41 loc) · 1.34 KB
/
telemetry.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.. _c2c-telemetry:
=========
Telemetry
=========
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 2
:class: singlecol
.. include:: /includes/opts/telemetry-statement.rst
Data Collection
---------------
The data ``mongosync`` reports includes:
- State information when ``mongosync`` starts, starts committing, or
passes through intermediate states
- Information about the source and destination clusters and the hardware
that hosts the ``mongosync`` instance
- Initialization arguments
- The number of source and destination writes
- The estimated number of bytes ``mongosync`` copies
- The estimated number of events ``mongosync`` applies
- The request body sent to :ref:`c2c-api-start` calls
- Hostnames
``mongosync`` does not track:
- IP addresses
- Usernames
- Login credentials
- Connection strings
- Data stored in MongoDB deployments
- Personally identifiable information (PII)
For more information, see MongoDB's `Privacy Policy
<https://www.mongodb.com/legal/privacy-policy?tck=docs_mongosh>`__.
Disable Telemetry Collection
----------------------------
To disable telemetry collection when you start ``mongosync``, set one of
the following:
- :setting:`disableTelemetry` in the :ref:`configuration file
<c2c-config>`
- :option:`--disableTelemetry` on the :ref:`command line
<c2c-mongosync>`