kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
307 stars 20 forks source link

View statistical information of algorithm requests in a graph view #110

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a Pipeline Builder/ HKube manager I want to be able to view statistical information of algorithm's requests in a few graph views (one graph per information type), so that I can analyze the performance of multiple types of algorithms over time.

User Story implementation details:

  1. The information to be displayed in the graph view will be detailed in other user stories.
  2. The user will be able to filter the information displayed in all the graphs by time frame.
  3. The user will be able to filter the information displayed in all the graphs by algorithm types (multiple choice/ all).
  4. The user will be able to choose the pipeline types (multiple choice/ all) for the information displayed in all the graphs.
  5. The statistical information will be displayed in separate line per algorithm type.
eytangro commented 6 years ago

TID-205