Skip to content

Commit d2a3ecf

Browse files
WIP
1 parent 01f3fde commit d2a3ecf

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

source/settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Learn more
7272
Block Write Operations </settings/read-only>
7373
Specify Read Preference & Tags </settings/specify-read-preference-tags>
7474
Toggle Chrome DevTools </settings/enable-dev-tools>
75-
75+
Configure Telemetry </settings/telemetry>

source/settings/command-line-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ value in the :guilabel:`Settings` panel.
213213
- Enable sending usage statistics. Use ``--no-trackUsageStatistics``
214214
to disable sending usage statistics.
215215

216+
To learn more, see :ref:`compass-telemetry`.
217+
216218
* - .. option:: --username
217219
- Specifies a username for authentication to Compass and the MongoDB
218220
deployment provided in the connection string

source/settings/config-file.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ Settings
137137
* - trackUsageStatistics
138138
- Allow |compass-short| to send anonymous usage statistics.
139139

140+
To learn more, see :ref:`compass-telemetry`.
141+
140142
.. include:: /includes/fact-configuration-options-executable.rst
141143

142144
Example

source/settings/settings-reference.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ You can configure the following settings on the |compass| interface:
142142
- Privacy
143143
- Allow |compass-short| to send anonymous usage statistics.
144144

145+
To learn more, see :ref:`compass-telemetry`.
146+
145147
* - Give Product Feedback
146148
- Privacy
147149
- Allow our Product team to occasionally reach out for feedback about

source/settings/telemetry.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
.. _compass-telemetry:
2+
3+
===========================
4+
Configure Telemetry Options
5+
===========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
|compass-short| collects anonymous aggregated usage data to improve
16+
MongoDB products. |compass-short| collects this information by default,
17+
but you can disable this data collection at any time.
18+
19+
What Kind of Data |compass-short| Tracks
20+
----------------------------------------
21+
22+
|compass-short| tracks the following data:
23+
24+
- The type of MongoDB deployment |compass-short| is connected to. For
25+
example, Enterprise Edition, Community Edition, or Atlas Data Lake.
26+
27+
- User actions performed in |compass-short|, such as creating
28+
collections and indexes. |compass-short| only tracks the general
29+
action performed, and does not track field values or namespaces.
30+
31+
- Errors.
32+
33+
|compass-short| *does not* track:
34+
35+
- IP addresses, hostnames, usernames, or credentials.
36+
37+
- Queries run in |compass-short|.
38+
39+
- Data stored in your MongoDB deployment.
40+
41+
- Personal identifiable information.
42+
43+
For more information, see `MongoDB's Privacy Policy
44+
<https://www.mongodb.com/legal/privacy-policy?tck=docs_mongosh>`__.
45+
46+
Toggle Telemetry Collection
47+
---------------------------
48+
49+
To modify whether |compass-short| collections telemetry data,

0 commit comments

Comments
 (0)