mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Add an amplitude analysis loop tick
This commit is contained in:
parent
e2c98244ec
commit
4236632af6
7 changed files with 383 additions and 4 deletions
|
@ -158,3 +158,9 @@ cargo run --release --example from_file -- \
|
|||
--filter '!adult' \
|
||||
id popularity adult original_title
|
||||
```
|
||||
|
||||
### Analytic Events
|
||||
|
||||
We send events to our Amplitude instance to be aware of the number of people who use MeiliSearch.<br/>
|
||||
We only send the platform on which the server runs once by day. No other information is sent.<br/>
|
||||
If you do not want us to send events, you can disable these analytics by using the `MEILI_NO_ANALYTICS` env variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue