- Add timing/count of api calls
- Add statistics on indexation
It uses statsd as it's not easy to use the
prometheus client library on gunicorn server
due to the multi-process management
https://github.com/prometheus/client_python#multiprocess-mode-gunicorn
Related to T3042