VOOZH about

URL: https://thenewstack.io/boost-sre-productivity-with-observability-driven-automation/

⇱ Boost SRE Productivity with Observability-Driven Automation - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-03-28 08:00:01
Boost SRE Productivity with Observability-Driven Automation
sponsor-dynatrace,sponsored-post-contributed,
Observability / Operations / Software Development

Boost SRE Productivity with Observability-Driven Automation

How do site reliability teams kick off observability-driven automation efforts? Here are five steps to get started.
Mar 28th, 2023 8:00am by Rob Jahn
👁 Featued image for: Boost SRE Productivity with Observability-Driven Automation
Image via Shutterstock
Dynatrace sponsored this post.

The success of digital transformation initiatives hinges on organizations’ ability to streamline software development and delivery pipelines.

It’s key to ensuring products get to market fast with guaranteed high quality and security standards. Site reliability engineering (SRE) teams play a crucial role in this, but manual processes often hinder their productivity. These processes range from reviews of software test results to triaging and resolving issues in production. Critical observability data that provides insight into software quality and security is often siloed across multiple tools and teams. And monitoring solutions can’t keep pace with the change in modern delivery environments.

Observability-driven automation is becoming essential to overcoming these challenges and ensuring the future success of software delivery. According to our 2022 “State of SRE Report,” 85% of organizations say their ability to scale SRE will depend on automation and artificial intelligence (AI). By integrating automated configuration, collection and evaluation of observability data into delivery pipelines, SRE teams can enhance decision-making and become more productive, using automation to drive speed, efficiency, reliability and security.

Dynatrace redefines developer experience by unifying logs, metrics, traces, AI model telemetry, infrastructure, and security data into a single, scalable platform that integrates directly into IDEs and CI/CD pipelines.
Learn More
The latest from Dynatrace
Hear more from our sponsor

So how do SRE teams kick off observability-driven automation efforts? Here are five steps to get started.

1. Understand What’s Running

First, SRE teams need to quickly understand which releases are running at any moment in time, where they’re running and what versions they are. It’s therefore essential to have a solution that provides automatic version-detection capabilities. This will help the SRE team answer important questions, including the following:

  • Which versions of applications are currently deployed across pre-production and production environments?
  • Where do these versions reside in the delivery pipeline?
  • How does the latest release of our software compare with the previous version in terms of meeting our service-level objectives (SLOs) and the number of security risks it contains?

2. Focus on SLOs

With visibility into which versions and software an organization runs, SREs can then work with the various owners of each application to define SLOs to benchmark performance. SLOs provide a common language that enhances collaboration and metrics gathering between these teams and boosts their sense of ownership. To support this collaboration, SREs should also set up real-time dashboards that enable all stakeholders to track and share SLO data continuously.

It’s essential to define error budgets that allow for a small margin of degradation when establishing SLOs so teams have a clear goal for what is an acceptable service level and what is unacceptable. If an organization’s service-level agreement (SLA), for example, demands their service is available 99.9% of the time, they need an SLO with an error budget of 0.1%, which defines the maximum amount of downtime users can experience.

Stakeholders also need to automatically track the remaining error budget for their service, so they can better manage and avoid falling afoul of SLAs. AI-powered observability can enhance these capabilities further by identifying the root causes of SLO violations in real time. That empowers SRE teams to ensure the highest service levels and create more value by equipping everyone in the business with the insights to address issues before they breach SLO thresholds.

3. Create SLO Health Scores

As a next step, SREs should create a health score for all services and applications based on a defined range of SLOs. This will help them to understand the quality of each release to ensure it hasn’t degraded code from the prior version. As a result, teams can quickly identify whether a version needs to be rolled back.

Ideally, the continuous analysis and calculation that goes into producing this health score should be automated and easily available for teams to access when they need to dig deeper to understand the cause and effect of a problem. When applied to continuous delivery pipelines, this health score can be used as a minimum quality threshold that prevents a bad release from going into production, thus reducing the business risk of rapid innovation. These scores also help to indicate to DevOps and SRE teams whether they’re on track to meet SLO targets and where recurring issues may cause serious problems.

4. Deliver SLO-Driven Orchestration

SREs should also integrate SLO health checks into the delivery pipeline to support multistage delivery and enable greater self-service capabilities for developers. These health checks act as a quality gate, providing much-needed balances at every stage of the product release cycle, from deployment to testing and evaluation. Based on the result of these checks, teams will get a clear answer as to whether it’s safe to progress their code to the next stage of delivery or if they need to go back to make further optimizations. To enhance the effectiveness of these SLO health checks, SREs should ensure support tickets are automatically updated and notifications sent to relevant stakeholders via platforms such as Slack to enhance collaboration and audit trails.

5. Aim for SLO-Driven Remediation

SLO-driven remediation is the final piece of the puzzle, helping teams to address problems that occur after a new release or feature enters production. The end goal is for SREs to ensure SLO results are standardized within incident management workflows, to reduce mean time to repair and encourage faster recovery from incidents. A single, unified set of solutions that support automated releases, notifications and incident management boosts these efforts by embedding SLOs in delivery processes.

A Future Powered by Observability

As the complexity of modern delivery environments increases, applications continue to scale up and organizations grow, the challenges facing SRE teams rise in kind. Using AI-powered observability to drive DevOps automation based on SLOs has become a critical capability in enabling SREs to succeed. With real-time answers, they can build better automation that enhances productivity, speeds product delivery and improves business results.

Dynatrace redefines developer experience by unifying logs, metrics, traces, AI model telemetry, infrastructure, and security data into a single, scalable platform that integrates directly into IDEs and CI/CD pipelines.
Learn More
The latest from Dynatrace
Hear more from our sponsor
TRENDING STORIES
Rob Jahn is a senior technology partner manager supporting Dynatrace technical partnerships with leading cloud providers and DevSecOps solutions. Rob is very active with open source projects and develops technical workshops, videos, industry presentations and blogs.
Read more from Rob Jahn
Dynatrace sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Pragma.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.