Add an amplitude analysis loop tick

This commit is contained in:
Clément Renault 2019-11-21 19:15:33 +01:00 committed by Clément Renault
parent e2c98244ec
commit 4236632af6
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
7 changed files with 383 additions and 4 deletions

View file

@ -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.