You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Commit a13015e in fission adds function logging.
Fission-ui will add a tab to display logs of a specific function.
The mockup ui will be discussed to deliver a better user experience. Some ideas:
The tab can float on the function edit tab or is fixed inside the logging tab. Otherwise the user will need to switch back and forth to update function / invoke function / see the result and logs.
Add filters to logs because the logs can provide many fields like time, function-id, pod, stream(stderr, stdout)
User can select to follow the logs or just see a snapshot of logs.
Currently fission cli connects to influxdb and polls the logs.
Fission controller may provide a common api to fetch logs for cli and ui. This enhancement can wait until the controller api is ready.
The text was updated successfully, but these errors were encountered:
Commit a13015e in fission adds function logging.
Fission-ui will add a tab to display logs of a specific function.
The mockup ui will be discussed to deliver a better user experience. Some ideas:
Currently fission cli connects to influxdb and polls the logs.
Fission controller may provide a common api to fetch logs for cli and ui. This enhancement can wait until the controller api is ready.
The text was updated successfully, but these errors were encountered: