Home / Companies / Sleuth / Blog / July 2022

July 2022 Summaries

2 posts from Sleuth

Filter
Month: Year:
Post Summaries Back to Blog
Sleuth has introduced new features that allow customers to measure, compare, and improve efficiency on a per-team basis. The platform now provides a team-level view of DORA metrics, which can help trace changes in project-level metrics back to specific teams. Team-centric views also enable "apples-to-apples" measurements, comparisons, and improvements for each team's DORA metrics over time. New functionalities include defining teams and sub-teams, tracking teams across multiple projects, filtering project-level metrics by contributing teams, and comparing teams with other teams or labels (Enterprise only).
Jul 14, 2022 328 words in the original blog post.
The third metric in the DORA metrics series is Change Failure Rate (CFR), which tracks errors or issues that cause problems for customers after a deployment to production. CFR is calculated as a ratio of the number of deployments that caused a failure to the total number of deployments. To improve CFR, teams can adopt measures such as improved testing, automation, infrastructure as code (IaC), deployment strategies like canary, blue-green, and rolling deployments, and feature flags. Automating testing and IaC is crucial for reducing errors and inconsistencies in the deployment process. Additionally, involving developers in production deployments helps them understand the connection between their changes and failures. Capturing information about outage duration and solutions used to restore service can provide valuable insights into root causes of failures and improve MTTR.
Jul 05, 2022 2,502 words in the original blog post.