fnproject / ui

User interface for fn project.
Apache License 2.0
89 stars 21 forks source link

Per app stats #37

Closed nigeldeakin closed 6 years ago

nigeldeakin commented 6 years ago

This PR extends the UI to display the counts of queued, running, completed and failed function calls, and graphs of this information, on the pages for each application.

hello-cold-async-a functions ui - mozilla firefox 30012018 151738

On these pages, only statistics for the routes in that particular application are displayed.

Previously this information was displayed only on the main index page, for the routes in all applications.

There is a known issue : the UI will get confused if two apps contain routes with the same path. This will be fixed in a subsequent update.