Hide Forgot
Description of problem: Openshift has traditionally being focused on the developer. Today the metrics gathering is focusing only on the containers and kubernetes components. In the future Openshift should also gather metrics on the developers. # commits, PRs, # of issues fixed etc. etc. Also helping connect containers to the commits could also help see which developers have the least amount of production problems so that they can help coach others on the team with less favorable "outages" or issues associated with their code. So it's not just about container/pod/cluster health its about DevOps and how we can have less production issues by making developers more productive and better developers. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
We do connect the dev id and commit id to the build today if the build was based on source. But some of this is a bit of a stretch to add to OpenShift given we don't really control the source code side of the equation. Namely, # of commits, PRs, # of issues fixed.