-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carlos can see a dashboard that shows how a team is doing against key metrics so that he can understand where there might be areas of improvement #50
Comments
Hygieia looks like a good tool to deliver a lot of this value (and more) |
Start with http://hygieia.github.io/Hygieia/builddocker.html to prototype locally. Hygieia is customized to an environment so we may end up baking this into Terraform where we collect the particulars of the environment (Git host, Ticket system (e.g. Jira, Trello, etc)). |
Docker Compose doesn't work: hygieia/hygieia#3216 Switched to use Starter Kit: https://github.com/Hygieia/hygieia-starter-kit
|
Got the Starter Kit to work locally, there is an issue with the Sonar Collector. It doesn't support Sonar Qube version 8.2, it works fine with version 6.7. Error with 8.2 |
I'm going to work on deploying the components individually as services. There are some that are making progress |
FYI here is the current list of collectors. https://hygieia.github.io/Hygieia/collectors.html No support the Tekton or ArgoCD. |
Notes on where I left off before getting pulled to look at other tasks. While the Starter Kit is fine for running locally it would not work in Kubernetes environment. The Docker-compose does not work. Likewise the build docker image commands don't work. It uses an old framework from Spotify that isn't supported anymore. All projects have a Dockerfile which uses a /docker/properties-builder.sh script to convert environment variables into the properties files and passes that into the spring jar so using them works fine. MongoDB: Sonar FYI there is issues on how to get it working on Kubernetes |
We decided that Hygieia is more work to configure than the value we will get from it. The code seems to be not well supported and the installation model is pre-cloud-native |
I agree, the value of collecting the Accelerate metrics is still important, I was going to resurrect the original code for display the base MTTR and Build time UX we had in React and link that into the pipeline and add that UX to the Dashboard, as the dashboard moves from a tools launching functionality to a something that could give metrics a team. The design would use the work @seansund started for collecting the data in a more structured manner sending data from the pipeline to an in cluster Mongo (with storage) and then presenting the metrics in the UX below, it would also allow detail navigation to the Git Repo, Artifact, Image, Code Coverage and health. This could be then added into Tekton Tasks or new Tasks added. This is a logical next step to build on top of the base pipeline delivery |
Take a look at Tekton Events, it already generate some events that can be collected, then this can be paired with knative-eventing to convert them into CNCF CloundEvents, then from the broker multiple trigger subscribers can attach and populate a DB like mongo, or send a slack message, etc.. Using a generic way to generate "DevOps" events, with some sane schema, then a subscriber action can convert those events into specific system, for example if User is using Tekton on IBM Cloud and use DevOps insights, instead of hard coding the cli call https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-publishing-test-data |
@csantanapr I agree. Would like to see this done in a more extensible way to emit and collect events. Right now most solutions are very platform/tool specific |
I mean, you can even have a CloudEvent trigger another Tekton Task to handle the call to the devops system like this tasks here https://github.com/open-toolchain/tekton-catalog/blob/tkn_v1beta1/devops-insights/README.md |
The concept of using Tekton TaskRun as Serverless Function :-) |
Need time to investigate if Hygieia is a good solution |
I wondering if we need to look for a different solution. Like some sort of eventing solution with a dashboard. |
I would park this story, the new AI Ops cartridge from IBM Hybrid Cloud is going to major on this functionality it will plug into a common SDLC common tools and aggregate the key metrics. This would enable IBMers to demonstrate a story, there is also a lot of activity in this space with commercial offerings |
The
Accelerate
book and the State Of DevOps report from which it was derived identifies four key metrics that are indicative of high performing teams:The text was updated successfully, but these errors were encountered: