openfisca / openfisca-web-api

[DEPRECATED] Web API for OpenFisca
https://www.openfisca.fr/
GNU Affero General Public License v3.0
13 stars 11 forks source link

Expose the count of calls to each endpoint #135

Closed MattiSG closed 7 years ago

MattiSG commented 7 years ago

Add an endpoint called /stats that returns an object where each property is the name of an endpoint, and the value is a Number representing the count of calls for the given endpoint in the last 30 days.

This is valid for both the flask and the current API.

MattiSG commented 7 years ago

Superseded by https://github.com/openfisca/openfisca-web-api/issues/138.