- Changed metrics system [185](https://github.com/opendatateam/udata-piwik/pull/185):
- Metrics are now stored into InfluxDB before being injected in udata's objects
- Udata piwik accesses influxDB throught [udata-metrics](https://github.com/opendatateam/udata-metrics)
- The periodic job `piwik-update-metrics` needs to be scheduled in addition to existing jobs, in order to retrieve the views metrics in udata's objects
- The command `update-metrics` was added to trigger the metrics injection manually