watchops

module
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2023 License: MIT

README

WatchOps

GitHub Workflow Status Codecov GitHub all releases GitHub GitHub Sponsors GitHub go.mod Go version GitHub release (latest by date)

Implement the four key metrics in your organization. These metrics help you better understand how your teams are performing when it comes to DevOps practices. Google introduced the four keys metrics in the Accelerator book and the DevOps Research and Assessment (DORA), used as the industry standard for high-performing teams.

I created this project to turn four keys into a more accessible and easier to use application. Currently, you can only use the open source project provided by Google in GoogleCloud, kind of out-of-the-box.

You can use WatchOps on any platform. It's even easier to get started if you use Kubernetes, no matter where (EKS, GCP, Azure, or self-hosted).

Installation

Helm

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

$ helm repo add watchops https://italolelis.github.io/watchops
$ helm repo update
$ helm install my-release watchops/watchops

About the project

Through six years of research, the DevOps Research and Assessment (DORA) team has identified four key metrics that indicate the performance of a software development team:

  • Deployment Frequency—How often an organization successfully releases to production
  • Lead Time for Changes—The amount of time it takes a commit to get into production
  • Change Failure Rate—The percentage of deployments causing a failure in production
  • Time to Restore Service—How long it takes an organization to recover from a failure in production

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Directories

Path Synopsis
cmd
publisher
nolint: exhaustivestruct
nolint: exhaustivestruct
internal
app/wh
Package wh is the webhook manager writer.
Package wh is the webhook manager writer.
pkg/log
nolint: gochecknoinits, gochecknoglobals
nolint: gochecknoinits, gochecknoglobals

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL