Telemetry
On this page
By default, mongosync
collects anonymous, aggregated usage data to
improve MongoDB products. When you run mongosync
you can disable
collection of this telemetry data.
New in version 1.4.
Data Collection
The data mongosync
reports includes:
State information when
mongosync
starts, starts committing, or passes through intermediate statesInformation about the source and destination clusters and the hardware that hosts the
mongosync
instanceInitialization arguments
The number of source and destination writes
The estimated number of bytes
mongosync
copiesThe estimated number of events
mongosync
appliesThe request body sent to
start
callsHostnames
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.
Disable Telemetry Collection
To disable telemetry collection when you start mongosync
, set one of
the following:
--disableTelemetry
on the command line