akvo / akvo-unified-log

Akvo Unified Log
Other
1 stars 0 forks source link

Improve /stats endpoint #6

Closed jonase closed 5 years ago

jonase commented 8 years ago

Currently the information on the /stats endpoint is reset each time the process restarts.

Current improvement suggestion:

The response could look something like

{"stats": {"orgId": "akvoflow-123",
           "dataPointCreated": 9123,
           "dataPointUpdated": 12112}}