Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

What does using AI for post-mortems actually mean?

Everyone is using AI to help with post-mortems now. The pitch is obvious: post-mortems are time-consuming, the blank page is brutal, and AI is very good at producing structured, confident-sounding documents quickly. We're not here to push back on that. We've built AI into our own post-mortem experience, pulling your Slack thread, timeline, PRs, and custom fields together and giving your team a meaningful starting point in seconds. We think that's genuinely valuable, and the teams using it agree.

How it feels to run an incident with AI SRE

We've been building the broader incident.io platform for several years now, and one thing we've learned is that UX matters more here than almost anywhere else. When an incident fires, there's no room for poorly designed interfaces or fumbling through features you haven't touched in a while. The product has to be ergonomic: easy to pick up, easy to navigate, with the right things at your fingertips at exactly the right moment. We've put a lot of effort into this over the last 5 years.

Why Your PromQL Availability Query Returns Nothing When Services Are Healthy

Your SLI query shows 100% availability as No Data. Here's why PromQL returns empty results instead of zero — and the label-preserving fix. Prathamesh works as an evangelist at Last9, runs SRE stories - where SRE and DevOps folks share their stories, and maintains o11y.wiki - a glossary of all terms related to observability.

Canonical releases Ubuntu 26.04 LTS Resolute Raccoon

Today Canonical announced the release of Ubuntu 26.04 LTS, codenamed “Resolute Raccoon,” available to download and install from ubuntu.com/download. Resolute Raccoon builds on the resilience-focused improvements introduced in interim releases, with TPM-backed full-disk encryption, improved support for application permission prompting, Livepatch updates for Arm– based servers, and Rust-based utilities for enhanced memory safety.

AI for Incident Response: Should You Build or Buy?

SREs and platform teams are overwhelmed by the effort of manually troubleshooting ever-more complex cloud-native environments. This pain is driving a breakneck adoption of AI SRE solutions that promise to automate core reliability practices, from root cause analysis to capacity planning. For teams with strong engineering talent, creating a DIY AI SRE seems like a straightforward challenge.

What to expect from a database monitoring vendor: looking beyond the tool

Part 2: Key insights from a fireside chat with Chris Yates. Read part 1 here. Choosing a database monitoring vendor isn't just about features. Once you’re confident that it’s time to reassess your database monitoring strategy, the natural instinct is to start comparing products. However, it’s vital to know how to assess vendor relationships, support quality, and product innovation before you sign anything.

Professional Data Connectivity: Top Airtable ODBC Drivers for 2026

For businesses that need to bridge the gap between Airtable's cloud-based flexibility and the analytical power of tools like SQL Server, Power BI, or Excel, a professional ODBC (Open Database Connectivity) driver is a fundamental requirement. Selecting a high-performance driver ensures that your Airtable "bases" are treated like a traditional relational database, providing a structured SQL layer over your CRM and project data.

Terminal dependencies for CircleCI workflows: Always run what matters

When a job fails, gets canceled, or never runs, the work that still needs to happen afterward (cleanup, notifications, teardown) has no clean way to trigger. There is no easy way to express “run this no matter what” in your pipeline config without duplicating jobs or adding fragile workaround branches. Terminal jobs change that.