SkillAgentSearch skills...

Watchops

This repository implements the four key metrics coined by Google and introduced in Accelerate: Time to Restore, Lead Time to Change, Deployment Frequency, and Change Failure Rate.

Install / Use

/learn @italolelis/Watchops
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

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

Related Skills

View on GitHub
GitHub Stars16
CategoryOperations
Updated8mo ago
Forks3

Languages

Go

Security Score

87/100

Audited on Jul 21, 2025

No findings