vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Store function invocation records in time series database #25

Open kars7e opened 6 years ago

kars7e commented 6 years ago

We need to record function invocations and their results. The nature of the data means that it isn't suitable for the entity store, and would probably be better stored in a time series database like influxdb. This feature should go hand-in-hand with exposing the function invocation data (results/logs) via API and consumed by the UI.

berndtj commented 6 years ago

A stop-gap could be that the invocation data has a TTL and that it is expired in order to address unbounded growth