kube-HPC / hkube

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

View statistics of pipeline's pending requests in a table view #101

Closed Ronenk5678 closed 6 years ago

Ronenk5678 commented 6 years ago

As a HKube manager I want to be able to view statistics of pipeline's pending requests in a table view, so that I can analyze the resources allocation mechanism and sizing of HW resources.

User Story implementation details:

  1. Statistics of pipeline's pending (state =received) requests means: 1.1 Average number of pipeline's pending requests per minute 1.2 Maximum number of pipeline's pending requests in the chosen time frame
  2. Each of the statistics information will be calculated separately per pipeline type.
  3. Table view is detailed in #99
Ronenk5678 commented 6 years ago

The user story was cancelled