Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

The Great Telemetry Debate: Why AI-Ready Operations Require a True Data Fabric

If you are leading technology strategy today, you face consequential choices about how to manage your enterprise telemetry. Your decisions determine not only where logs, metrics, traces, and events are stored, but also who controls how operational data is collected, shaped, governed, and put to work in an optimal way for the security, observability, analytics, and AI systems that power your business.

AI SRE Agent Debugs a Lambda Timeout with the AWS MCP Server: AURA

A scheduled Lambda quietly stops completing and nothing pages you. AURA finds the function, reads its logs, and comes back with a three-second timeout. The usual path is opening the console, tracking down the right log group, and reading CloudWatch by hand. Here AURA connects to AWS through the MCP proxy AWS publishes, run locally with uvx against an AWS CLI that is already configured, so there are no new credentials to issue.

Solving bugs with elmah.io and Claude Code - a real-life example

I spend most of my day in Claude Code these days. Most of my development processes changed after having access to my own personal assistant. In this post, I'll show you a real-life example of how bug fixes are often done on elmah.io now. I hope it will inspire someone to optimize their workflow and get even more out of their elmah.io subscription.

What's new in VictoriaMetrics Anomaly Detection (Q2 2026)

Summary: The Q2 2026 development cycle moved VictoriaMetrics Anomaly Detection toward one simpler, continuously adapting workflow. The main addition is Temporal Envelope, an online model that handles trend, multiple calendar patterns, holidays, persistent changes, forecasts, and optional multivariate context without retaining the full fit history.

What is Port Mirroring and How does a SPAN Port Work?

Your dashboard shows every interface green, the counters look clean, and the application owner still insists the network is dropping their transactions. Where do you look next? Availability data tells you a link is up. It cannot tell you what crossed that link or how long the server took to answer. Only the packets carry that, and port mirroring is how most engineers get a copy without cutting into a live cable.

Third-Party Patch Management: How Application Patching Works and Where It Breaks

Most patch programs are built around the operating system. The vendor calendar is predictable and the tooling is mature. That is the smaller half of the job. Most of the software on a typical endpoint comes from somewhere else. Third-party patch management covers that half, and most teams run it with far less structure. The gap is easy to miss in day-to-day reporting. Windows Update finishes on a laptop, and the machine reports as patched. That report covers the operating system and nothing else.

Investigate account-level churn risk with Product Analytics account segments

An account can show signs of disengagement long before a renewal conversation begins. Users may stop returning to a core workflow, stall during onboarding, or skip a newly released feature. Product teams often see these signals only at the user level, while annual recurring revenue (ARR), plan, renewal date, and ownership data remain in a customer relationship management (CRM) system or data warehouse.

Resolve Now Fixes Your Errors, Not Just Diagnoses Them

Your error monitoring tool found a bug. Now what? For most teams, the answer is the same thing it has been for years: copy the stack trace, find the file, read the code, build a mental model of what went wrong, write the fix, write or update a test, push, and wait for CI. That process hasn’t changed much since error tracking became a category. The tools got better at telling you something broke. They never got better at fixing it.

What's new in Sentry Logs: The summer 2026 roundup

We got a little behind on updating our changeLOG, so we’re dumping it all into this bLOG post instead. Think of it as one giant, retroactive changelog entry or, if you want to be dramatic about it, one massive prompt injection straight into your feed. Either way: here’s everything that shipped for Sentry Logs this summer. Would you rather listen to the team talk about what they built? Check out this video where Kyle and Josh talk about the latest updates on Logs.

Your Render Migration Checklist: How to Verify Everything Is Working

Migrating your app to a new service can be scary. Render makes the deployment side easy, but a green deploy doesn’t mean everything is working. Silent failures are often the most dangerous kind. They go unnoticed until a customer calls to report a broken webhook or you realize the queue depth has been climbing since the cutover and nobody has caught it yet. The migrations that explode on deploy are not the ones you should fear. It’s those that look fine for three days.