Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Observabilty for complex systems and related technologies.

Fin's CTO on Building Great Engineering Organizations in the AI Era

A few months ago, Darragh Curran, CTO at Fin (formerly Intercom) set a public goal to double engineering productivity and nearly tripled it instead. They did so by pulling a few levers: AI writing code at scale, building an AI-driven PR review system, leveraging observability as a trust mechanism, and with leadership becoming more hands-on through the transition.

NestJS v12 Ships Native Observability: What It Means for Your APM

NestJS 12 dropped last week with ESM packages, Standard Schema validation, a rebuilt CLI, and a brand-new observability SDK. That last one is the most interesting part for anyone running NestJS in production with an APM tool. At Scout Monitoring, we instrument NestJS applications through our Node.js agent. A framework shipping its own observability layer changes the conversation for every APM vendor in the ecosystem, including us. Here is what you need to know.

Cribl On Your Coffee Break Episode 1

In this first episode (or at least the first REAL episode, yesterday’s “episode 0” doesn’t count) of Cribl on your coffee break, Leon does what we all do when we unwrap a shiny new data, telemetry, observability, or monitoring tool: He takes the shortest path to jamming some data into that thing and seeing what it looks like. Is it sophisticated? Nuanced? Well-thought-out? Hell no! But it scratches an itch. There will be time to do more real-world stuff tomorrow.

Observability Masterclass | Trust Before Autonomy: A Framework for AI in Observability

How to Prepare for Human-in-the-Loop AI in Observability AI is rapidly reshaping IT operations, but pushing forward blindly introduces massive risks. To scale automation safely, your teams need the right foundation in place. Join SolarWinds experts for a tactical session on how to strengthen data quality, eliminate tool fragmentation, and establish clear governance guardrails. Discover how to confidently transition from human-managed workflows to safe, guided AI autonomy.

Introducing APEX: Adversarial Pattern Extraction and Correlation

In this Black Hat talk, Nicole Beckwith introduces APEX (Adversarial Pattern Extraction and Correlation), a detection framework—not a Cribl product—that clusters TTP-based signals around entities to support behavioral detection. It is intended for security practitioners, SOC and detection teams, and threat hunters who want to learn how to use raw telemetry or OCSF data, TTP chaining, time windows, criticality, and cross-correlation to detect behavior beyond static indicators and rule-count coverage.

Your Observability Stack Found the Fire. Congratulations.

The dashboards are red, the alerts are firing, and Slack has officially become a war room. Someone has asked, “Anyone else seeing this?” and 14 people have immediately responded with screenshots. Welcome to another day in distributed systems. The recent GitHub outage is a great reminder of how complicated modern applications have become. Services talk to services, infrastructure scales up and down, retries multiply traffic, and dependencies behave in ways nobody expected.

How to measure and improve instrumentation quality for better full-stack observability

Modern engineering teams instrument everything, with metrics, logs, traces, and profiles flowing from hundreds of services at once. But full-stack observability isn’t really about collecting more telemetry; it's about having a single, unified picture of how your services connect to every layer beneath them, including their dependencies, the pods and nodes they run on, and the logs, traces, and profiles that explain their behavior.

Leading With Observability: Scaling Fin to 2x Engineering Productivity

A few months ago, Darragh Curran, CTO at Fin (formerly Intercom) set a public goal to double productivity and nearly tripled it instead. They did so by pulling a few levers: AI writing code at scale, building an AI-driven PR review system, leveraging as a trust mechanism, and with leadership becoming more hands-on through the transition. Charity wanted to pick Darragh’s brain on the messy bits, not just the highlight reel, so she invited him to participate in our first episode of Leading With Observability.

Observability for AI-Generated Code: Bridging the New Governance Gap

We are witnessing the fastest expansion of the software development lifecycle in history. Generative AI tools have turned every developer into a hyper-productive builder, and in some cases, turned non-technical team members into creators of production-bound services. But this speed comes with a hidden cost. When the volume of code grows exponentially, the surface area for failure grows with it. The real challenge of modern software engineering is not Day 1 code generation; it is Day 2 operations.

Why AI Agent Orchestration Needs Runtime Context Between Agents

Every multi-agent system depends on one agent handing its output to the next, and nothing in the architecture confirms that the handoff carried what it should have. Orchestration adds a failure surface that single-agent architecture doesn’t have: a point between every two agents where one has to trust that the other passed along everything it needed, unverified.