Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 1f213a2

Browse files
authored
Update telemetry.md
Update docs with new telemetry
1 parent a112f52 commit 1f213a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/telemetry.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ client = chromadb.Client(Settings(anonymized_telemetry=False))
2525
We will only track usage details that help us make product decisions, specifically:
2626

2727
- Chroma version and environment
28-
- The Collection commands `add` or `delete`. We track the anonymized uuid of a collection as well as the number of items added or deleted.
28+
- Collection commands. We track the anonymized uuid of a collection as well as the number of items.
29+
- `add`
30+
- `update`
31+
- `query`
32+
- `get`
33+
- `delete`
2934

3035
We **do not** collect personally-identifiable or sensitive information, such as: usernames, hostnames, file names, environment variables, or hostnames of systems being tested.
3136

0 commit comments

Comments
 (0)