Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paco Aranda <[email protected]>
  • Loading branch information
davidberenstein1957 and frascuchon authored Jul 29, 2024
1 parent c6e593a commit 72fdf08
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions argilla/docs/reference/argilla-server/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@ The following usage and error information is reported:
* The type of deployment: `quickstart` or `server`
* The dockerized deployment flag: `True` or `False`

This is performed by registering information from the following API methods:

* `GET /api/me`
* `POST /api/dataset/{name}/{task}:bulk`
* `POST /api/users`
* Raised server API errors

Additionally, we report the usage of integration for our Python library:

* `ArgillaTrainer` framework usage and NLP task-type.

We also report the usage of our tutorials by `tutorial_running`:

* The tutorial usage count and its name.

For transparency, you can inspect the source code where this is performed [here](https://github.com/argilla-io/argilla/blob/main/src/argilla/utils/telemetry.py).

Expand Down

0 comments on commit 72fdf08

Please sign in to comment.