Skip to content

Commit 09441b8

Browse files
authored
readme: add some info
1 parent e4fed7d commit 09441b8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,18 @@ Iterative Telemetry
3434
Features
3535
--------
3636

37-
* TODO
38-
37+
* can be disabled in all tools by setting `ITERATIVE_DO_NOT_TRACK=1` env var
38+
* single anonymised `user_id` across all `iterative` projects
39+
* collects minimal amount of anonymised data. For example:
40+
```
41+
{
42+
"tool_name": "dvc",
43+
"tool_version": "2.14.0",
44+
"user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
45+
"os_name": "mac",
46+
"os_version": "21.4.0",
47+
}
48+
```
3949

4050
Requirements
4151
------------

0 commit comments

Comments
 (0)