Operations | Monitoring | ITSM | DevOps | Cloud

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

Honeycomb Named a Visionary in the 2026 Gartner Magic Quadrant for Observability Platforms

For the third consecutive year, Honeycomb has been recognized for its Ability to Execute and Completeness of Vision, and we believe for its strong vision around fast, flexible, high-cardinality querying that helps engineers understand not just that something broke, but why. The software development lifecycle has collapsed. The neat sequence of plan, build, test, and ship that teams have relied on for 20 years is now happening in a single afternoon. AI writes a large share of the code.

What Comes Next: Honeycomb Demos at O11yCon 2026

In this session at O11yCon, Purvi Kanal, Jamie Danielson, and Martin Holman demoed the new Canvas. Canvas now understands OpenTelemetry GenAI semantic conventions, and can show agent invocations, LLM calls, and tool calls all in one trace view. Humans and agents can work in the same place, with skills that let each team encode their own expertise so both the agent and their colleagues can use it. Multiplayer support means you can see your teammates' cursors and share charts.

Reproducing split brain on CloudNativePG

We run Postgres under an operator for automatic failover. That is a promise about what happens during a failure, so the only way to know you have it is to cause the failure and watch. The docs tell you what should happen. A config review tells you which knobs are set. Neither tells you how long an isolated primary keeps accepting writes after its replacement has been promoted, and that number decides whether a failover is clean or leaves you with two versions of your data.

The Gremlin app for Dynatrace: resilience testing and reliability scoring, built on the observability you already trust

Dynatrace gives engineering teams deep, real-time visibility into every service they run. That visibility is the foundation of every effective reliability practice, and it's exactly the foundation Gremlin is built to extend. Once you can see how your distributed systems behave today, the next step is knowing how they'll behave under failure tomorrow—and to do it before those failures happen.

How to Choose an Observability Platform: A Growth-Stage Framework

Every engineering team eventually hits the same wall: the monitoring stack that was fine six months ago now can't answer the questions you're actually asking during an incident. This isn't a tooling failure, it's a growth mismatch. The right observability platform at 10 engineers is rarely the right one at 100, and the cost of getting that wrong isn't the subscription fee, it's the migration you'll be forced into later, usually mid-incident, usually under pressure.

It was surprisingly hard to break CloudNativePG replication

I wanted a Postgres replica that falls behind its primary. Sounds easy. It wasn't. Every time I cut the replica off from the primary, its lag jumped for a moment and then dropped right back to zero. It just would not stay behind. Chasing down why turned into a fun little tour of how a Postgres standby keeps itself alive, and what CloudNativePG quietly sets up behind the scenes.

AssemblyAI scales production Voice AI with Datadog's unified observability

AssemblyAI is a leading Voice AI platform that provides speech-to-text models and AI infrastructure developers use to build real-time voice applications. AssemblyAI uses Datadog to unify observability across its AI inference pipelines and multi-cloud GPU infrastructure, enabling the team to optimize performance and costs, accelerate model releases, and confidently deliver fast, reliable AI experiences at scale.

Why Static Reachability Isn't Enough for CVE Remediation

Most CVE remediation tools can tell you that a vulnerability could be exploited. Few can confirm whether it actually is. A scanner flags the same CVE in two services and marks both as vulnerable. Only one of them ever runs the flawed code in production. That gap, reachable in theory versus reachable in fact, is the real problem, and static analysis alone cannot close it.