All articles

See It to Run It: Why Observability Is the New Baseline for Hybrid Operations

Author:

Rob Sims

Hybrid Platforms

•  Jun 22, 2026

Hybrid cloud is a great idea until complexity bites and your operations team starts to feel it. Multiple platforms, spiky workloads, shifting costs, teams stretched across more tools than they have time to learn properly. All of it converges to unravel plans that looked perfectly sensible on the whiteboard. Outages are taking longer to resolve, and from the conversations I have with customers it usually comes down to one of two things.

Either the environment is too complex for any one person to hold a full picture of, so resolution drags on. Or the knowledge that would unblock it sits in two or three heads, and by Sod’s Law those heads aren’t in the room when the incident hits. When I was doing sysadmin work, knowing every server, IP range and VLAN was hard but doable. The hybrid landscape today makes that more or less impossible. The chain has too many links, and the links keep moving.

This is why moving on from static monitoring, reactive ticket handling and an outdated CMDB has become a table stakes conversation. Stick with the old habits and the outcome is fairly predictable. More outages, damage to customer reputation, and ops teams running on fumes.

Fundamentally, you can’t run what you can’t see, and the landscape has become too big to see without help. So let’s look at what Observability (sometimes shortened to O11Y) actually is, and how to approach the journey.

Why observability now

I’ve talked many times about my belief that the future is hybrid. When we stretch that out from the simple on‑prem versus public cloud picture to include SaaS, modern apps, diverse workspace requirements and the security overlay sitting on top, you end up with a connected estate where every component is leaning on another to deliver an outcome. When that outcome is a critical digital service the business depends on, a break anywhere in the chain can be a really bad day.

The number of possible failure paths has already exploded. Now picture the same environment in three or four years’ time, with an army of Agentic AI automations layered into it (and yes, that is coming). The reliance on digital platforms is never going to be simple again. Add the expectation customers and employees now have around experience, and the pressure to deliver consistent uptime and performance becomes one of the bigger factors in talent, customer loyalty, innovation and cost.

The old habit of watching a system against a capacity threshold doesn’t keep that kind of estate alive, and it certainly doesn’t give a modern operations team the data they need.

Sailing without a radar

Running a hybrid environment without observability is a bit like sailing without a radar. The chart tells you roughly where you are, the compass tells you the direction you’re heading, and the weather looks fine. But you can’t actually see what is in front of the bow until it hits the hull. By the time the alarm goes off you’re not steering anymore, you’re explaining.

Observability is the radar. It gives you time to react before the impact, rather than a tidy report on where it landed. For the business, that turns into three fairly tangible things.

•    You can see the full picture across the estate, so you spot trouble forming before it lands on a customer.

•    You respond faster when something does break, which protects revenue, reputation and the customer relationship.

•    You give Ops, Dev, Security and FinOps the same version of reality, so the people who need to work together can actually do that, instead of arguing across screenshots.

What observability actually is (not just "more dashboards")

So what is O11Y in practice? It is definitely not monitoring a static metric in case it goes over a set threshold. There’s a definition I quite like:

Observability goes beyond traditional monitoring by not just tracking known metrics but enabling teams to explore and understand why systems behave the way they do, even in unknown failure scenarios.

Two parts of that resonate. First, the idea of understanding why a system is behaving the way it is. Second, the bit about unknown failures. A clear blueprint of how your digital estate connects, kept up to date automatically, is the foundation for everything else. The paths through that estate are dynamic now, and being able to see them during incident management or change planning is genuinely valuable. The unknown's piece is the other big shift. We used to define what to monitor and the threshold to alert on. A modern observability platform deals with what you didn’t anticipate, and that’s where the coverage difference adds value.

For anyone newer to the topic, these are the concepts worth a bit of time on:

•    Golden signals: latency, traffic, errors, saturation.

•    The three pillars of O11Y: logs, metrics and traces, ideally correlated in one place.

•    SLOs and error budgets, aligned to business process rather than technical components.

•    Context graphs: topology, dependencies, ownership, and where it makes sense, digital twins.

•    Automation: noise reduction, causal analysis, runbook execution, all pointing towards a zero‑ticket outcome.

•    Shared views: the same truth for Ops, Dev, Sec and FinOps.

One thing worth flagging is that the O11Y conversation is as much about integration into the service desk and ticketing as it is about updating infrastructure monitoring. We see this as a joint play between our Hybrid Platforms and Digital Enablement teams.

Where it pays off

I see the outcomes from a project that has landed well falling into three buckets.

Faster recovery. Mean Time to Recover drops once operations can see the blast radius in real time, identify the service owners, and get to true root cause. Doing that with business context is powerful, because the impact of an outage can be mapped back to executive level metrics. You end up delivering a more consistent service, and you have the evidence in your hand to justify the investment that prevents the next one.

Confidence in change. One of the things I talk about most is mitigating the outages caused by planned changes. The visibility from a good O11Y stack gives change writers and approvers proper context, which means more accurate work, fewer rollbacks, fewer unexpected outages and fewer SLO breaches.

Sharper security response. When you blend infrastructure and application signals you spot lateral movement sooner. Feeding O11Y telemetry into security operations adds a layer of context that is often missing today, and that gap is exactly where threat actors are working.

Put those three together and you can manage uptime, lift service quality and optimise cost at the same time.

Actionable thoughts from our experts

One of the great things about working at CDW is having access to some seriously experienced people, and observability is no exception. I asked Amar, one of our Solutions Architects who has been focusing on O11Y, a simple question. "What are your top five tips for people looking to mature an observability practice?" It is a nuanced question, because the answer depends a lot on where you are starting from, but his thoughts below are real‑world insights from someone working on this day in, day out.

1.    Use observability to drive business value. Mature observability data helps you understand user behaviour and experience, not just system health, and that is what feeds into proper business decisions. Start with the services tied to revenue or customer experience.

2.    Shift the mindset from monitoring to observability. Monitoring tells you something is wrong. Observability tells you why, and gives you the impact on revenue alongside it.

3.    Cross‑team collaboration is at the heart of it. A successful strategy is a shared responsibility. Without the right culture, tools alone won’t fix the issues. Post‑incident reviews are where the design actually improves.

4.    Prioritise meaningful alerts and reduce the noise. Avoid alert fatigue by making alerts actionable and contextual. Dashboards should correlate metrics, logs and traces so teams can actually diagnose what is happening.

5.    Standardise, standardise, standardise. Consistent tags and labels, structured logging, common formats. Bake them into your CI/CD pipelines.

Anti‑patterns to avoid

Four things I would want anyone looking at the future of monitoring, observability and service desk to leave with:

•    More tools equals more insight. It doesn’t. Tool sprawl slows triage and bloats cost. Take a long hard look at your tooling landscape and build a roadmap to simplification.

•    All data, forever. Retention without purpose just increases cost. Keep the data that proves or improves decisions and let the rest go. We already store plenty of data with a purpose.

•    Infrastructure‑only views. If the user or application journey isn’t mapped and measured, you are optimising the wrong thing. Bring everything back to the service and how it ties to a business function.

•    Alert inflation. If engineers are ignoring alerts, you don’t have observability, you have noise.

I know this can sound simple on paper and a lot harder in practice. I’ve seen that too. But starting the journey is the only way to get to the end of it.

Linking observability to business outcomes: Cisco’s approach

Modern organisations are dealing with relentless complexity in their digital operations. The real value of observability sits in the business outcomes it makes possible, not in the dashboards or the technical metrics.

Protecting revenue and reputation. Cisco’s observability tooling helps teams catch issues before they reach customers, which protects uptime, revenue and brand. Real‑time visibility across hybrid environments keeps the critical services available and performing.

Faster, more confident decisions. With unified insight from platforms like Splunk and ThousandEyes, leaders get a clear view of how digital systems are affecting business outcomes. That makes launching services, adapting to market changes and responding to incidents quicker, and a lot less guesswork.

Lower operational risk and cost. Mapping dependencies and surfacing root cause cuts down on outages and the cost of dealing with them. Teams can optimise resources, run change management more cleanly and avoid the rollbacks that nobody enjoys.

Cross‑team collaboration. Observability creates that shared truth across operations, security and the wider business, which speeds up incident response and aligns everyone to the same goals rather than siloed technical objectives.

In short, Cisco’s observability technologies aren’t just about monitoring. They are about helping organisations deliver consistent digital experiences, drive growth and build resilience in a world where complexity is becoming the default rather than the exception.

The takeaway

Observability isn’t a tool to purchase. It is an operating habit, and it will take real work and persistence from multiple teams. Given the pressure operations teams are under today, and the way that pressure is escalating, starting the journey should be a priority.

The focus should be on building an SLO‑first practice, unifying your signals, and creating shared truth across teams. Land one service, prove the win, then scale. To make that easier we have built a framework for adoption alongside the technology choices, and our teams are happy to dive into it with you.

For more insights on observability, watch our video podcast with Splunk here.

Contributors
  • Rob Sims

    Chief Technologist - Hybrid Platforms

Share
Subscribe to email updates

Related insights

OFFICE OF THE CTO ROUND UP VMWARE EXPLORE 2023, LAS VEGAS
  • Hybrid Platforms

Hybrid Platform Trends Series: What Are Hybrid Platforms?

Every organisation is operated with a selection of applications and various repositories of data. The types of applications (legacy, traditional, web or modern) will vary, along with the performance and location requirements of each.

Read article
Summary
  • Hybrid Platforms

Hybrid Platforms Trends Series: A look forward at 2026

Rob Sims highlights a compelling 2026 outlook revealing the foundations, risks and opportunities shaping next year’s most important digital transformation decisions.

Read article
Hybrid Cloud Done Right Part 2 Summary
  • Hybrid Platforms

HP Trends Series - Hybrid Cloud Done Right! Part 2

Rob Sims explores Hybrid Cloud Building Blocks, covering Next-Gen Data Centre, Cloud Platforms and Intelligent Edge to optimise performance and innovation.

Read article