Site reliability engineering (SRE), first developed by Google, is quickly increasing in popularity. For organizations that want to get started with SRE, Senior Consultant Daniel Tharp argues that you need to get started with observability, first. In this Tech in 2, he shares three tips to help you harness observability in SRE.
3 Tips To Harness Observability In SRE
Observability is the starting point for SRE, because you can’t quantify what you can’t measure. If your team wants to get started with site reliability engineering, it has to start with observability.
We have three tips for getting started with observability:
- Empower your developers with an ‘error budget’. This is a number that is set in collaboration between the team and leadership. What the error budget does, is it lets your developers iterate more rapidly by giving them pre-baked in downtime. Any sort of failure that may happen, we’ve already allotted a certain allowance for that.
- Make your alerts meaningful. A human being can only respond with a real level of urgency to an alert 2-3 times a day. If they’re getting alerted more than that, they’re going to get fatigued. They’re not going to treat it as urgently as it may deserve. If they’re getting alerted much more than that, then it may be worth investigating what’s going on with the alerts. If there’s something in there that doesn’t require any action and it’s just letting people know, then somebody shouldn’t get paged for it.
- Use the first two tips to automate away your problems. Once you start to see you’ve got observability and you have an understanding of your errors and your common failures, that’s going to give you the groundwork for fixing them through automation.
By following these three tips, you’re enabling your developers to work more confidently, develop more quickly, and to have the entire team much more in tune with the real health of their application.

Getting Started with Generative AI-Assisted Coding
With numerous benefits to using Generative AI in coding, it’s no wonder so many organizations are harnessing this new technology to their advantage. If you haven’t started using Generative AI in coding yet, though, no need to fear. In this video, Chief Engineering Officer Janet Pierce shares three steps to help you get started with using generative AI in coding.

AI-Aided Product Engineering
AI-aided product engineering demonstrates a shift from the more traditional, development-focused use of AI. In this Tech in 2, Sparq Chief Technology Officer Derek Perry shares more about this concept and how it can help organizations with critical things like improving speed-to-market.

Better Software Development Through Collaborative Communication
Collaborative communication in software development is so important, as it helps you anticipate obstacles, figure out how to resolve them and ensure you have a well-rounded product. In this Tech in 2, Senior Consultant Jennifer Butler shares three keys to collaborative communication.

Learning From Old Code to Improve New Code
When faced with very old code, a developer might question “what were they thinking?” or “who would design something like this?” In reality, though, there’s actually a lot that can be learned from old code. In this Tech in 2, Principal Consultant Jeremy Swineheart shares three keys to learning from old code.