Skip to content

Commit

Permalink
Update telemetry for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
guillesanbri committed Jun 26, 2023
1 parent 9916600 commit b59b72d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions telemetry/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ More specifically, by sharing your data, this means more time will be spent on i

If you use the premium features with an account, this data is stored in a database with the key being your account id. If you do not create an Ivy account, the data is stored in a database with the key being a securely hashed version of the IP address from where the call was made.

**NOTE:** Users with **early pilot access** will have **Graph** mode turned on.
This helps in informing the team about how Ivy is being used and where it can be improved.
Thus, we ask for more usage data in order to improve our product at a faster pace.

### Telemetry Modes

Expand Down Expand Up @@ -84,10 +87,6 @@ comp_fn = ivy.compile(fn, to=”torch”, include_generators=True)

Similar to the previous mode, this helps even more to prioritize certain functions that need to be included, fixed, or optimized based on their actual usage. The usage frequencies give another very helpful data point to be even more accurate with function prioritization, as it’s now possible to focus on the functions depending on how commonly used they are.

**NOTE:** Users with the **early pilot access** should have this mode turned on at the minimum.
This helps in informing the team about how Ivy is being used and where it can be improved.
Thus, we ask for more usage data in order to improve our product at a faster pace.

5. **graph**

Ivy function signature, timestamp and a text-based representation of the computation graph.
Expand Down

0 comments on commit b59b72d

Please sign in to comment.