惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
博客园_首页
量子位
博客园 - 三生石上(FineUI控件)
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
V
Visual Studio Blog
J
Java Code Geeks
宝玉的分享
宝玉的分享
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
D
Docker
大猫的无限游戏
大猫的无限游戏
Y
Y Combinator Blog
H
Help Net Security
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale

Catchpoint Blog

SRE Report: AI optimism and the economics of effort SRE Report: Why fast is what users trust SRE Report 2026: What surprised us, what didn't, and why the gaps matter most The SRE Report 2026: Defensible Ns Why Synthetic Tracing Delivers Better Data, Not Just More Data A New Chapter: LogicMonitor + Catchpoint – A Personal Note from Mehdi Mezmo + Catchpoint deliver observability SREs can rely on The four pillars holding up your digital business, and what happens when they crumble When payments pause: lessons from a global payments outage The next evolution of WebPageTest has arrived, and it’s a game-changer The Monitoring Blind Spot That Could Cost You Black Friday Powering Mexico’s Digital Future: Expanded Internet Observability with Catchpoint The Next Chapter of WebPageTest: Your New Experience Starts Soon SRE Report Retrospectives — Have AIOps Predictions Held Up? When BGP becomes UX: The inside story of a SaaS routing decision gone wrong (or right) Session Replay explained: A guide to seeing digital experience through your user’s eyes Making the invisible visible: Are your cloud firewalls and DDoS protection really working? Why it’s time to move beyond APM: Monitoring from the user’s perspective When metrics mislead: Inside the 2025 Retail Web Performance Benchmark The vendor trap: why your next outage won’t be your fault—but will be your problem LLMs don’t stand still: How to monitor and trust the models powering your AI Semantic Caching: What We Measured, Why It Matters The Annual SRE Survey Is Open—We Want to Hear from You Observability isn’t about the tool. It’s about the truth Invisible dependencies, visible impact: Lessons from the Google Cloud outage Real-time detection of BGP blackholing and prefix hijacks Leading analyst firm reveals the real cost of internet disruptions The Power of Over 3000 Intelligent Observability Agents Monitoring in the Age of Complexity: 5 Assumptions CIOs Need to Rethink Why Intelligent Traffic Steering is Critical for Performance and Cost Optimization
Observability 2025 Decoded: What the DZone Report Means f...
2025-10-29 · via Catchpoint Blog

in this blog post

DZone’s 2025 Intelligent Observability Trend Report captures a real inflection point: teams are shifting from “more data” to outcome-driven practices that improve resilience and accountability.  

The survey was gathered between August 28 and September 25, 2025, from a global pool of developers, architects, and IT professionals. The respondents represented seasoned practitioners (median ~15 years of experience) with diverse roles: 30% developers/engineers, 22% technical architects, and the remainder spanning SRE, DevOps, and IT leadership.  This makes it a pragmatic snapshot of where observability is heading next.

A screenshot of a cellphoneAI-generated content may be incorrect.

The core shift: from telemetry volume to outcome-based observability

The key finding: teams are moving away from collecting endless metrics toward measuring impact through Service Level Objectives (SLOs) and business outcomes. The next frontier is understanding not just what your systems emit, but what your users and customers actually experience. The idea of outcome-based observability is quite interesting to me, as I recently wrote an article on value-based observability that explored it in depth.

What the DZone survey data reveals

Here are the key findings from DZone’s report:

1. Open standards are now the default.

  • 63% of organizations use open standards for telemetry collection.
  • Of these, 86% rely on OpenTelemetry (OTel), the clear foundation for portable, vendor-neutral pipelines.

2. AI is real, especially for automation.

  • 74% use AI/ML to automate observability-driven actions to some extent.
  • 82% are adopting AI somewhere in the stack.
  • Top use cases: log analysis (46%), anomaly detection (40%), incident response (34%).
    Feeding AI with high-fidelity Internet and app telemetry is critical, otherwise, it just hallucinates your runbooks.

3. Compliance drives maturity.

  • 66% cite GDPR as a key driver for observability discipline.
  • Nearly half (45%) audit their observability processes monthly.
    This underscores the convergence between security and observability as compliance mandates mature, especially in regulated environments.

4. End-user experience remains a blind spot.

  • 60% say end users still serve as their top “detectors” of issues.
  • Yet only 37% use Real User Monitoring (RUM), though that jumps to 59% at “Proactive” maturity.
  • Just 28% use synthetic transactions.
    The takeaway: too many teams are still waiting for tickets rather than validating user journeys proactively across DNS, BGP, TLS, and CDN layers.

5. Success metrics reflect a reliability-first culture.
Top metrics used:

  • MTTR (64%)
  • Incident count (63%)
  • Deployment frequency (50%)
    These align with mature SLO-first practices and emphasize velocity and stability.

6. Security observability lags behind.

  • Most orgs remain at the log-correlation stage.
  • Unified or AI-driven security observability (SecObs) is still rare, highlighting a major opportunity.

Key Implications for ITOps and SRE Teams

Here’s our take on what these findings mean for ITOps and SRE leaders:

1. Standardize on OTel and enrich with Internet telemetry

Pick OpenTelemetry as the contract for metrics, traces, and logs, and treat vendors as pluggable backends via the Collector. Lock down a common resource schema (service, env, region, customer) and a consistent sampling policy so correlation actually works. Then close the blind spots OTel can’t see by design: integrate active and passive Internet telemetry (DNS, BGP, TLS, CDN, last-mile network paths) to contextualise “good code, bad experience” moments.  

In short: run OTel for app signals, feed synthetic/RUM and network path data alongside it, and correlate everything at the service and user-journey layers.

2. Make SLOs the backbone (alerting, retention, budgets)

Start with a handful of golden journeys and write SLOs that reflect user-perceived latency, availability, and correctness. Route alerts through error budgets (burn rate alerts at multiple windows), not raw CPU or latency spikes.  

Let SLOs drive data policy: keep high-res telemetry where it can change the budget, tier the rest. Tie spend to SLO risk. If a dependency burns budget, it gets engineering cycles or a contract review. This keeps ops work prioritized by impact, not noise. Consider embracing XLOs – eXperience level Objectives, which are more user-centric.

3. Operationalize RUM and Synthetic for proactive verification

RUM tells you what real users just felt; synthetic tells you what the next user will feel. Both are critical for teams that value real-world user experience. Stand up synthetic tests for critical flows (login, search, checkout, auth to downstream APIs) from the geos and networks your customers actually use (synthetic tests from the cloud are not useful at measuring user experience), and include DNS, SSL/TLS, and CDN edge checks in the same runs.  

Use RUM to tune thresholds, catch long-tail regressions, and bake these tests into change windows and release gates so you catch route leaks, cert drift, CDN config errors, and IdP hiccups before tickets flood in.

4. Use AI where it pays, but feed it clean data

AI is great at triage and correlation when you feed it clean, comprehensive signals; it’s terrible at inventing packets you never measured. Start with narrow loops: event dedup, topology-aware correlation, suggested runbook steps, and root-cause analysis (RCA).  

Final takeaways

Dzone’s findings reinforce what we’ve been advising ITOps/SRE leaders: anchor reliability to SLOs, standardize on open telemetry pipelines, and pair RUM with synthetics to validate real-world journeys, not just dashboards. AI is already paying off in triage/automation, and compliance is now tied with observability strategy (DNS and BGP hijacks can be catastrophic).  

Last but not least, the industry seems to be converging on the idea that more data is not better. Better data is better.  

Summary

The DZone 2025 Intelligent Observability Report reveals a shift from data volume to outcome-based reliability. Teams are standardizing on OpenTelemetry, operationalizing SLOs, pairing RUM with synthetic testing, and using AI to drive smarter, faster incident response. The message is clear: More data isn’t better — better data is better.

DZone’s 2025 Intelligent Observability Trend Report captures a real inflection point: teams are shifting from “more data” to outcome-driven practices that improve resilience and accountability.  

The survey was gathered between August 28 and September 25, 2025, from a global pool of developers, architects, and IT professionals. The respondents represented seasoned practitioners (median ~15 years of experience) with diverse roles: 30% developers/engineers, 22% technical architects, and the remainder spanning SRE, DevOps, and IT leadership.  This makes it a pragmatic snapshot of where observability is heading next.

A screenshot of a cellphoneAI-generated content may be incorrect.

The core shift: from telemetry volume to outcome-based observability

The key finding: teams are moving away from collecting endless metrics toward measuring impact through Service Level Objectives (SLOs) and business outcomes. The next frontier is understanding not just what your systems emit, but what your users and customers actually experience. The idea of outcome-based observability is quite interesting to me, as I recently wrote an article on value-based observability that explored it in depth.

What the DZone survey data reveals

Here are the key findings from DZone’s report:

1. Open standards are now the default.

  • 63% of organizations use open standards for telemetry collection.
  • Of these, 86% rely on OpenTelemetry (OTel), the clear foundation for portable, vendor-neutral pipelines.

2. AI is real, especially for automation.

  • 74% use AI/ML to automate observability-driven actions to some extent.
  • 82% are adopting AI somewhere in the stack.
  • Top use cases: log analysis (46%), anomaly detection (40%), incident response (34%).
    Feeding AI with high-fidelity Internet and app telemetry is critical, otherwise, it just hallucinates your runbooks.

3. Compliance drives maturity.

  • 66% cite GDPR as a key driver for observability discipline.
  • Nearly half (45%) audit their observability processes monthly.
    This underscores the convergence between security and observability as compliance mandates mature, especially in regulated environments.

4. End-user experience remains a blind spot.

  • 60% say end users still serve as their top “detectors” of issues.
  • Yet only 37% use Real User Monitoring (RUM), though that jumps to 59% at “Proactive” maturity.
  • Just 28% use synthetic transactions.
    The takeaway: too many teams are still waiting for tickets rather than validating user journeys proactively across DNS, BGP, TLS, and CDN layers.

5. Success metrics reflect a reliability-first culture.
Top metrics used:

  • MTTR (64%)
  • Incident count (63%)
  • Deployment frequency (50%)
    These align with mature SLO-first practices and emphasize velocity and stability.

6. Security observability lags behind.

  • Most orgs remain at the log-correlation stage.
  • Unified or AI-driven security observability (SecObs) is still rare, highlighting a major opportunity.

Key Implications for ITOps and SRE Teams

Here’s our take on what these findings mean for ITOps and SRE leaders:

1. Standardize on OTel and enrich with Internet telemetry

Pick OpenTelemetry as the contract for metrics, traces, and logs, and treat vendors as pluggable backends via the Collector. Lock down a common resource schema (service, env, region, customer) and a consistent sampling policy so correlation actually works. Then close the blind spots OTel can’t see by design: integrate active and passive Internet telemetry (DNS, BGP, TLS, CDN, last-mile network paths) to contextualise “good code, bad experience” moments.  

In short: run OTel for app signals, feed synthetic/RUM and network path data alongside it, and correlate everything at the service and user-journey layers.

2. Make SLOs the backbone (alerting, retention, budgets)

Start with a handful of golden journeys and write SLOs that reflect user-perceived latency, availability, and correctness. Route alerts through error budgets (burn rate alerts at multiple windows), not raw CPU or latency spikes.  

Let SLOs drive data policy: keep high-res telemetry where it can change the budget, tier the rest. Tie spend to SLO risk. If a dependency burns budget, it gets engineering cycles or a contract review. This keeps ops work prioritized by impact, not noise. Consider embracing XLOs – eXperience level Objectives, which are more user-centric.

3. Operationalize RUM and Synthetic for proactive verification

RUM tells you what real users just felt; synthetic tells you what the next user will feel. Both are critical for teams that value real-world user experience. Stand up synthetic tests for critical flows (login, search, checkout, auth to downstream APIs) from the geos and networks your customers actually use (synthetic tests from the cloud are not useful at measuring user experience), and include DNS, SSL/TLS, and CDN edge checks in the same runs.  

Use RUM to tune thresholds, catch long-tail regressions, and bake these tests into change windows and release gates so you catch route leaks, cert drift, CDN config errors, and IdP hiccups before tickets flood in.

4. Use AI where it pays, but feed it clean data

AI is great at triage and correlation when you feed it clean, comprehensive signals; it’s terrible at inventing packets you never measured. Start with narrow loops: event dedup, topology-aware correlation, suggested runbook steps, and root-cause analysis (RCA).  

Final takeaways

Dzone’s findings reinforce what we’ve been advising ITOps/SRE leaders: anchor reliability to SLOs, standardize on open telemetry pipelines, and pair RUM with synthetics to validate real-world journeys, not just dashboards. AI is already paying off in triage/automation, and compliance is now tied with observability strategy (DNS and BGP hijacks can be catastrophic).  

Last but not least, the industry seems to be converging on the idea that more data is not better. Better data is better.  

This is some text inside of a div block.

You might also like

SRE Report: AI optimism and the economics of effort

SRE Report: Why fast is what users trust

SRE Report 2026: What surprised us, what didn't, and why the gaps matter most